diff options
Diffstat (limited to 'noatun/modules/voiceprint/prefs.h')
-rw-r--r-- | noatun/modules/voiceprint/prefs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun/modules/voiceprint/prefs.h b/noatun/modules/voiceprint/prefs.h index 6541b4de..65f4cf3d 100644 --- a/noatun/modules/voiceprint/prefs.h +++ b/noatun/modules/voiceprint/prefs.h @@ -1,7 +1,7 @@ #ifndef PREFS_H #define PREFS_H -#include <qwidget.h> +#include <tqwidget.h> #include <noatun/pref.h> class KColorButton; @@ -10,7 +10,7 @@ class Prefs : public CModule { Q_OBJECT public: - Prefs(QObject* parent); + Prefs(TQObject* parent); virtual void save(); virtual void reopen(); |