summaryrefslogtreecommitdiffstats
path: root/noatun/library/noatun/pref.h
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/library/noatun/pref.h')
-rw-r--r--noatun/library/noatun/pref.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/noatun/library/noatun/pref.h b/noatun/library/noatun/pref.h
index 95be5e0e..5a7d056e 100644
--- a/noatun/library/noatun/pref.h
+++ b/noatun/library/noatun/pref.h
@@ -2,7 +2,7 @@
#define NOATUNPREF_H
#include <kdialogbase.h>
-#include <qptrlist.h>
+#include <tqptrlist.h>
#include <kdemacros.h>
class CModule;
@@ -19,7 +19,7 @@ public:
/**
* @internal
**/
- NoatunPreferences(QWidget *);
+ NoatunPreferences(TQWidget *);
public:
/**
@@ -44,7 +44,7 @@ private:
class NoatunPreferencesPrivate;
NoatunPreferencesPrivate *d;
- QPtrList<CModule> mModules;
+ TQPtrList<CModule> mModules;
};
/**
@@ -65,7 +65,7 @@ public:
* parent is the object that is this modules virtual-parent.
* When that is deleted, this also will go away, automagically.
**/
- CModule(const QString &name, const QString &description, const QString &icon, QObject *parent=0);
+ CModule(const TQString &name, const TQString &description, const TQString &icon, TQObject *parent=0);
virtual ~CModule();