summaryrefslogtreecommitdiffstats
path: root/kmid/collectdlg.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:43:15 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:43:15 +0000
commite654398e46e37abf457b2b1122ab898d2c51c49f (patch)
treed39ee6440f3c3663c3ead84a2d4cc2d034667e96 /kmid/collectdlg.h
parente4f29b18e19394b9352f52a6c0d0d0e3932cf511 (diff)
downloadtdemultimedia-e654398e46e37abf457b2b1122ab898d2c51c49f.tar.gz
tdemultimedia-e654398e46e37abf457b2b1122ab898d2c51c49f.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1157644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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: