From e654398e46e37abf457b2b1122ab898d2c51c49f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:43:15 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1157644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmix/mdwenum.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kmix/mdwenum.h') 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 +#include #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 -- cgit v1.2.1