diff options
Diffstat (limited to 'kmid/collectdlg.h')
-rw-r--r-- | kmid/collectdlg.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kmid/collectdlg.h b/kmid/collectdlg.h index ae9a0b3a..a53dff70 100644 --- a/kmid/collectdlg.h +++ b/kmid/collectdlg.h @@ -33,9 +33,10 @@ class KPushButton; class TQPushButton; class TQListBox; class KURL; -class CollectionDialog : public QDialog +class CollectionDialog : public TQDialog { Q_OBJECT + TQ_OBJECT private: SLManager *slman; SongList *currentsl; @@ -48,7 +49,7 @@ protected: void addSong(const KURL &); public: - CollectionDialog(SLManager *slm,int selc,TQWidget *parent,const char *name); + CollectionDialog(SLManager *slm,int selc,TQWidget *tqparent,const char *name); public slots: void collectionselected(int idx); |