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/mdwswitch.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/mdwswitch.h')
-rw-r--r-- | kmix/mdwswitch.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/kmix/mdwswitch.h b/kmix/mdwswitch.h index 80116399..44ddaa79 100644 --- a/kmix/mdwswitch.h +++ b/kmix/mdwswitch.h @@ -25,11 +25,11 @@ #include <kpanelapplet.h> -#include <qwidget.h> +#include <tqwidget.h> #include "volume.h" -#include <qptrlist.h> -#include <qpixmap.h> -#include <qrangecontrol.h> +#include <tqptrlist.h> +#include <tqpixmap.h> +#include <tqrangecontrol.h> class QBoxLayout; class QLabel; @@ -56,13 +56,13 @@ class MDWSwitch : public MixDeviceWidget public: MDWSwitch( Mixer *mixer, MixDevice* md, bool small, Qt::Orientation orientation, - QWidget* parent = 0, ViewBase* mw = 0, const char* name = 0); + TQWidget* parent = 0, ViewBase* mw = 0, const char* name = 0); ~MDWSwitch(); void addActionToPopup( KAction *action ); - QSize sizeHint() const; + TQSize sizeHint() const; void setBackgroundMode(BackgroundMode m); - bool eventFilter( QObject* obj, QEvent* e ); + bool eventFilter( TQObject* obj, TQEvent* e ); public slots: // GUI hide and show @@ -79,10 +79,10 @@ public slots: private: void createWidgets(); - QLabel *_label; + TQLabel *_label; VerticalText *_labelV; KLedButton *_switchLED; - QBoxLayout *_layout; + TQBoxLayout *_layout; }; #endif |