summaryrefslogtreecommitdiffstats
path: root/kmix/mdwenum.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmix/mdwenum.h')
-rw-r--r--kmix/mdwenum.h12
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