diff options
Diffstat (limited to 'noatun/modules/winskin/winSkinVis.h')
-rw-r--r-- | noatun/modules/winskin/winSkinVis.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/noatun/modules/winskin/winSkinVis.h b/noatun/modules/winskin/winSkinVis.h index 7d139d0c..51c33205 100644 --- a/noatun/modules/winskin/winSkinVis.h +++ b/noatun/modules/winskin/winSkinVis.h @@ -14,7 +14,7 @@ #ifndef __WINSKINVIS_H #define __WINSKINVIS_H -#include <qobject.h> +#include <tqobject.h> // These are needed for the Visualisation class #include <soundserver.h> @@ -23,11 +23,11 @@ #include "vis/winskinvis.h" -class WinSkinVis : public QObject, public Visualization { +class WinSkinVis : public TQObject, public Visualization { Q_OBJECT public: - WinSkinVis(QObject* parent,const char* name); + WinSkinVis(TQObject* parent,const char* name); ~WinSkinVis(); /** |