diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:43:15 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:43:15 +0000 |
commit | e654398e46e37abf457b2b1122ab898d2c51c49f (patch) | |
tree | d39ee6440f3c3663c3ead84a2d4cc2d034667e96 /kmix/mdwenum.h | |
parent | e4f29b18e19394b9352f52a6c0d0d0e3932cf511 (diff) | |
download | tdemultimedia-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 'kmix/mdwenum.h')
-rw-r--r-- | kmix/mdwenum.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kmix/mdwenum.h b/kmix/mdwenum.h index ba57a8e2..17fea239 100644 --- a/kmix/mdwenum.h +++ b/kmix/mdwenum.h @@ -23,7 +23,7 @@ #ifndef MDWENUM_H #define MDWENUM_H -#include <qwidget.h> +#include <tqwidget.h> #include "volume.h" class QBoxLayout; @@ -46,12 +46,12 @@ class MDWEnum : public MixDeviceWidget public: MDWEnum( Mixer *mixer, MixDevice* md, Qt::Orientation orientation, - QWidget* parent = 0, ViewBase* mw = 0, const char* name = 0); + TQWidget* parent = 0, ViewBase* mw = 0, const char* name = 0); ~MDWEnum(); void addActionToPopup( KAction *action ); - QSize sizeHint() const; - bool eventFilter( QObject* obj, QEvent* e ); + TQSize sizeHint() const; + bool eventFilter( TQObject* obj, TQEvent* e ); public slots: // GUI hide and show @@ -69,9 +69,9 @@ public slots: private: void createWidgets(); - QLabel *_label; + TQLabel *_label; KComboBox *_enumCombo; - QBoxLayout *_layout; + TQBoxLayout *_layout; }; #endif |