diff options
Diffstat (limited to 'noatun-plugins/oblique/oblique.h')
-rw-r--r-- | noatun-plugins/oblique/oblique.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/noatun-plugins/oblique/oblique.h b/noatun-plugins/oblique/oblique.h index ed03d79..49df2a8 100644 --- a/noatun-plugins/oblique/oblique.h +++ b/noatun-plugins/oblique/oblique.h @@ -26,7 +26,7 @@ namespace TDEIO class Oblique : public Playlist, public Plugin { -Q_OBJECT +TQ_OBJECT View *mView; Base *mBase; @@ -89,7 +89,7 @@ private slots: **/ class Loader : public TQObject { -Q_OBJECT +TQ_OBJECT // the id of the next file to load FileId mDeferredLoaderAt; @@ -113,7 +113,7 @@ private slots: **/ class DirectoryAdder : public TQObject { - Q_OBJECT + TQ_OBJECT Oblique *mOblique; KURL::List pendingAddDirectories; |