summaryrefslogtreecommitdiffstats
path: root/kmix/kmixdockwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmix/kmixdockwidget.h')
-rw-r--r--kmix/kmixdockwidget.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/kmix/kmixdockwidget.h b/kmix/kmixdockwidget.h
index 680d3115..ee4eb89e 100644
--- a/kmix/kmixdockwidget.h
+++ b/kmix/kmixdockwidget.h
@@ -25,8 +25,8 @@
class QFrame;
class QString;
-#include <qwidget.h>
-#include <qvbox.h>
+#include <tqwidget.h>
+#include <tqvbox.h>
#include <ksystemtray.h>
@@ -43,7 +43,7 @@ class KMixDockWidget : public KSystemTray {
friend class KMixWindow;
public:
- KMixDockWidget(Mixer *, QWidget *parent=0, const char *name=0, bool volumePopup=true, bool dockIconMuting=false);
+ KMixDockWidget(Mixer *, TQWidget *parent=0, const char *name=0, bool volumePopup=true, bool dockIconMuting=false);
~KMixDockWidget();
void setErrorPixmap();
@@ -62,12 +62,12 @@ class KMixDockWidget : public KSystemTray {
protected:
void createMasterVolWidget();
void createActions();
- void mousePressEvent(QMouseEvent *);
- void mouseReleaseEvent(QMouseEvent *);
- void wheelEvent(QWheelEvent *);
+ void mousePressEvent(TQMouseEvent *);
+ void mouseReleaseEvent(TQMouseEvent *);
+ void wheelEvent(TQWheelEvent *);
void contextMenuAboutToShow( KPopupMenu* menu );
void toggleMinimizeRestore();
- void resizeEvent ( QResizeEvent * );
+ void resizeEvent ( TQResizeEvent * );
private:
bool _playBeepOnVolumeChange;
@@ -79,7 +79,7 @@ class KMixDockWidget : public KSystemTray {
private slots:
void dockMute();
void selectMaster();
- void handleNewMaster(int soundcard_id, QString& channel_id);
+ void handleNewMaster(int soundcard_id, TQString& channel_id);
};
#endif