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