diff options
Diffstat (limited to 'kmix/mixdevicewidget.h')
-rw-r--r-- | kmix/mixdevicewidget.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kmix/mixdevicewidget.h b/kmix/mixdevicewidget.h index d6d4057d..1f5fa0fc 100644 --- a/kmix/mixdevicewidget.h +++ b/kmix/mixdevicewidget.h @@ -27,11 +27,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; @@ -60,7 +60,7 @@ public: MixDeviceWidget( 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); ~MixDeviceWidget(); void addActionToPopup( KAction *action ); @@ -68,9 +68,9 @@ public: virtual bool isDisabled() const; MixDevice* mixDevice() { return m_mixdevice; }; - virtual void setColors( QColor high, QColor low, QColor back ); + virtual void setColors( TQColor high, TQColor low, TQColor back ); virtual void setIcons( bool value ); - virtual void setMutedColors( QColor high, QColor low, QColor back ); + virtual void setMutedColors( TQColor high, TQColor low, TQColor back ); virtual bool isStereoLinked() const { return false; }; //virtual bool isLabeled() const { return false; }; @@ -109,7 +109,7 @@ protected: bool m_small; private: - void mousePressEvent( QMouseEvent *e ); + void mousePressEvent( TQMouseEvent *e ); }; #endif |