summaryrefslogtreecommitdiffstats
path: root/kmid/collectdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmid/collectdlg.h')
-rw-r--r--kmid/collectdlg.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/kmid/collectdlg.h b/kmid/collectdlg.h
index 057e2e50..6283f4eb 100644
--- a/kmid/collectdlg.h
+++ b/kmid/collectdlg.h
@@ -24,7 +24,7 @@
#ifndef _collectdlg_h_
#define _collectdlg_h_
-#include <qdialog.h>
+#include <tqdialog.h>
#include "songlist.h"
#include "slman.h"
@@ -42,13 +42,13 @@ private:
protected:
- virtual void resizeEvent(QResizeEvent *qre);
+ virtual void resizeEvent(TQResizeEvent *qre);
void fillInSongList(void); //clear the songs list and insert in it
// the songs in currentsl
void addSong(const KURL &);
public:
- CollectionDialog(SLManager *slm,int selc,QWidget *parent,const char *name);
+ CollectionDialog(SLManager *slm,int selc,TQWidget *parent,const char *name);
public slots:
void collectionselected(int idx);
@@ -61,17 +61,17 @@ public slots:
void removeSong();
private:
-QLabel *label;
-QLabel *label2;
+TQLabel *label;
+TQLabel *label2;
KPushButton *ok;
KPushButton *cancel;
-QListBox *collections;
-QListBox *songs;
-QPushButton *newC;
-QPushButton *copyC;
-QPushButton *deleteC;
-QPushButton *addS;
-QPushButton *delS;
+TQListBox *collections;
+TQListBox *songs;
+TQPushButton *newC;
+TQPushButton *copyC;
+TQPushButton *deleteC;
+TQPushButton *addS;
+TQPushButton *delS;
public: