diff options
Diffstat (limited to 'noatun/modules/splitplaylist/view.h')
-rw-r--r-- | noatun/modules/splitplaylist/view.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun/modules/splitplaylist/view.h b/noatun/modules/splitplaylist/view.h index 4eef4e9b..54578cb4 100644 --- a/noatun/modules/splitplaylist/view.h +++ b/noatun/modules/splitplaylist/view.h @@ -57,7 +57,7 @@ private: class List : public TDEListView { -Q_OBJECT +TQ_OBJECT friend class View; public: @@ -105,7 +105,7 @@ class TDEToolBar; class View : public TDEMainWindow { -Q_OBJECT +TQ_OBJECT public: View(SplitPlaylist *mother); |