summaryrefslogtreecommitdiffstats
path: root/kio/kio/kautomount.h
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kio/kautomount.h')
-rw-r--r--kio/kio/kautomount.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/kio/kio/kautomount.h b/kio/kio/kautomount.h
index 1d8662590..e73edec35 100644
--- a/kio/kio/kautomount.h
+++ b/kio/kio/kautomount.h
@@ -24,6 +24,10 @@
#include <kdelibs_export.h>
+#ifdef Q_MOC_RUN
+#define Q_OS_UNIX
+#endif // Q_MOC_RUN
+
#ifdef Q_OS_UNIX
namespace KIO {
@@ -38,7 +42,7 @@ class Job;
*
* @short This class implements synchronous mounting of devices.
*/
-class KIO_EXPORT KAutoMount : public QObject
+class KIO_EXPORT KAutoMount : public TQObject
{
Q_OBJECT
friend class gcc_gives_a_warning_without_this;
@@ -83,7 +87,7 @@ private:
*
* @short This class implements synchronous unmounting of devices,
*/
-class KIO_EXPORT KAutoUnmount : public QObject
+class KIO_EXPORT KAutoUnmount : public TQObject
{
Q_OBJECT
friend class gcc_gives_a_warning_without_this;