46d07ea1a5
KDE bug 143112. Bump PKGREVISION.
24 lines
607 B
Text
24 lines
607 B
Text
$NetBSD: patch-au,v 1.5 2008/01/28 19:33:01 markd Exp $
|
|
|
|
KDE bug 143112
|
|
|
|
--- kioslave/media/mediamanager/fstabbackend.h.orig 2008-01-21 23:06:41.000000000 +1300
|
|
+++ kioslave/media/mediamanager/fstabbackend.h
|
|
@@ -25,7 +25,7 @@
|
|
#include <qstringlist.h>
|
|
#include <qmap.h>
|
|
|
|
-#ifdef Q_OS_FREEBSD
|
|
+#if defined(Q_OS_FREEBSD) || defined(Q_OS_NETBSD)
|
|
#include <qtimer.h>
|
|
#endif
|
|
|
|
@@ -60,7 +60,7 @@ private:
|
|
QStringList m_mtabIds;
|
|
QMap<QString, QString> m_mtabEntries;
|
|
QStringList m_fstabIds;
|
|
-#ifdef Q_OS_FREEBSD
|
|
+#if defined(Q_OS_FREEBSD) || defined(Q_OS_NETBSD)
|
|
QTimer m_mtabTimer;
|
|
#endif
|
|
};
|