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 8755e55..096f936 100644 --- a/noatun-plugins/oblique/oblique.h +++ b/noatun-plugins/oblique/oblique.h @@ -27,7 +27,7 @@ namespace KIO class Oblique : public Playlist, public Plugin { Q_OBJECT - TQ_OBJECT + View *mView; Base *mBase; Selector *mSelector; @@ -90,7 +90,7 @@ private slots: class Loader : public TQObject { Q_OBJECT - TQ_OBJECT + // the id of the next file to load FileId mDeferredLoaderAt; Tree *mTree; @@ -114,7 +114,7 @@ private slots: class DirectoryAdder : public TQObject { Q_OBJECT - TQ_OBJECT + Oblique *mOblique; KURL::List pendingAddDirectories; KURL::List::Iterator lastAddedSubDirectory; |