diff options
Diffstat (limited to 'noatun-plugins/oblique/oblique.h')
-rw-r--r-- | noatun-plugins/oblique/oblique.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/noatun-plugins/oblique/oblique.h b/noatun-plugins/oblique/oblique.h index f7e6bc8..8755e55 100644 --- a/noatun-plugins/oblique/oblique.h +++ b/noatun-plugins/oblique/oblique.h @@ -1,8 +1,8 @@ // Copyright (c) 2003-2005 Charles Samuels <[email protected]> // See the file COPYING for redistribution terms. -#ifndef OBLIQUE_H -#define OBLIQUE_H +#ifndef OBLITQUE_H +#define OBLITQUE_H #include <noatun/playlist.h> #include <noatun/plugin.h> @@ -27,6 +27,7 @@ namespace KIO class Oblique : public Playlist, public Plugin { Q_OBJECT + TQ_OBJECT View *mView; Base *mBase; Selector *mSelector; @@ -86,9 +87,10 @@ private slots: /** * loads the database into a Tree **/ -class Loader : public QObject +class Loader : public TQObject { Q_OBJECT + TQ_OBJECT // the id of the next file to load FileId mDeferredLoaderAt; Tree *mTree; @@ -109,9 +111,10 @@ private slots: * emits @ref done() when finished so you * can delete it **/ -class DirectoryAdder : public QObject +class DirectoryAdder : public TQObject { Q_OBJECT + TQ_OBJECT Oblique *mOblique; KURL::List pendingAddDirectories; KURL::List::Iterator lastAddedSubDirectory; |