From e654398e46e37abf457b2b1122ab898d2c51c49f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:43:15 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1157644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmix/mdwslider.h | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'kmix/mdwslider.h') diff --git a/kmix/mdwslider.h b/kmix/mdwslider.h index 01dd13aa..f55667ae 100644 --- a/kmix/mdwslider.h +++ b/kmix/mdwslider.h @@ -25,12 +25,12 @@ #include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include class QBoxLayout; class QLabel; @@ -61,7 +61,7 @@ public: MDWSlider( Mixer *mixer, MixDevice* md, bool showMuteLED, bool showRecordLED, bool small, Qt::Orientation, - QWidget* parent = 0, ViewBase* mw = 0, const char* name = 0); + TQWidget* parent = 0, ViewBase* mw = 0, const char* name = 0); ~MDWSlider() {} void addActionToPopup( KAction *action ); @@ -74,11 +74,11 @@ public: void setTicks( bool ticks ); void setIcons( bool value ); void setValueStyle( ValueStyle valueStyle ); - void setColors( QColor high, QColor low, QColor back ); - void setMutedColors( QColor high, QColor low, QColor back ); - QSize sizeHint() const; - bool eventFilter( QObject* obj, QEvent* e ); - QSizePolicy sizePolicy() const; + void setColors( TQColor high, TQColor low, TQColor back ); + void setMutedColors( TQColor high, TQColor low, TQColor back ); + TQSize sizeHint() const; + bool eventFilter( TQObject* obj, TQEvent* e ); + TQSizePolicy sizePolicy() const; public slots: void toggleRecsrc(); @@ -107,22 +107,22 @@ private slots: void decreaseVolume(); private: - QPixmap icon( int icontype ); + TQPixmap icon( int icontype ); void setIcon( int icontype ); void createWidgets( bool showMuteLED, bool showRecordLED ); - void updateValue( QLabel *value, Volume::ChannelID chid ); + void updateValue( TQLabel *value, Volume::ChannelID chid ); bool m_linked; ValueStyle m_valueStyle; - QLabel *m_iconLabel; + TQLabel *m_iconLabel; KLedButton *m_muteLED; KLedButton *m_recordLED; - QWidget *m_label; // is either QLabel or VerticalText - QBoxLayout *_layout; - QPtrList m_sliders; - QValueList _slidersChids; - QPtrList _numbers; - // QValueList _numbersChids; + TQWidget *m_label; // is either TQLabel or VerticalText + TQBoxLayout *_layout; + TQPtrList m_sliders; + TQValueList _slidersChids; + TQPtrList _numbers; + // TQValueList _numbersChids; }; #endif -- cgit v1.2.1