diff options
Diffstat (limited to 'kmix/mdwenum.h')
-rw-r--r-- | kmix/mdwenum.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kmix/mdwenum.h b/kmix/mdwenum.h index a541f155..d0ec1bec 100644 --- a/kmix/mdwenum.h +++ b/kmix/mdwenum.h @@ -42,15 +42,16 @@ class ViewBase; class MDWEnum : public MixDeviceWidget { Q_OBJECT + TQ_OBJECT public: MDWEnum( Mixer *mixer, MixDevice* md, Qt::Orientation orientation, - TQWidget* parent = 0, ViewBase* mw = 0, const char* name = 0); + TQWidget* tqparent = 0, ViewBase* mw = 0, const char* name = 0); ~MDWEnum(); void addActionToPopup( KAction *action ); - TQSize sizeHint() const; + TQSize tqsizeHint() const; bool eventFilter( TQObject* obj, TQEvent* e ); public slots: |