diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:33:34 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:33:34 +0000 |
commit | c663b6440964f6ac48027143ac9e63298991f9d0 (patch) | |
tree | 6d8b0c5a5f9db1ee16acf98b1397cea9126b281d /ksysguard/gui/SensorDisplayLib/DancingBarsSettings.h | |
parent | a061f7191beebb0e4a3b0c0a7c534ec5f22f2dc7 (diff) | |
download | tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.tar.gz tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksysguard/gui/SensorDisplayLib/DancingBarsSettings.h')
-rw-r--r-- | ksysguard/gui/SensorDisplayLib/DancingBarsSettings.h | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/ksysguard/gui/SensorDisplayLib/DancingBarsSettings.h b/ksysguard/gui/SensorDisplayLib/DancingBarsSettings.h index 12e559dc0..996413535 100644 --- a/ksysguard/gui/SensorDisplayLib/DancingBarsSettings.h +++ b/ksysguard/gui/SensorDisplayLib/DancingBarsSettings.h @@ -41,11 +41,11 @@ class DancingBarsSettings : public KDialogBase Q_OBJECT public: - DancingBarsSettings( QWidget* parent = 0, const char* name = 0 ); + DancingBarsSettings( TQWidget* parent = 0, const char* name = 0 ); ~DancingBarsSettings(); - void setTitle( const QString& title ); - QString title() const; + void setTitle( const TQString& title ); + TQString title() const; void setMinValue( double min ); double minValue() const; @@ -65,25 +65,25 @@ class DancingBarsSettings : public KDialogBase void setUpperLimit( double limit ); double upperLimit() const; - void setForegroundColor( const QColor &color ); - QColor foregroundColor() const; + void setForegroundColor( const TQColor &color ); + TQColor foregroundColor() const; - void setAlarmColor( const QColor &color ); - QColor alarmColor() const; + void setAlarmColor( const TQColor &color ); + TQColor alarmColor() const; - void setBackgroundColor( const QColor &color ); - QColor backgroundColor() const; + void setBackgroundColor( const TQColor &color ); + TQColor backgroundColor() const; void setFontSize( int size ); int fontSize() const; - void setSensors( const QValueList< QStringList > &list ); - QValueList< QStringList > sensors() const; + void setSensors( const TQValueList< TQStringList > &list ); + TQValueList< TQStringList > sensors() const; private slots: void editSensor(); void removeSensor(); - void selectionChanged( QListViewItem* ); + void selectionChanged( TQListViewItem* ); private: KColorButton *mForegroundColor; @@ -97,10 +97,10 @@ class DancingBarsSettings : public KDialogBase KListView *mSensorView; KIntNumInput *mFontSize; - QCheckBox *mUseLowerLimit; - QCheckBox *mUseUpperLimit; - QPushButton *mEditButton; - QPushButton *mRemoveButton; + TQCheckBox *mUseLowerLimit; + TQCheckBox *mUseUpperLimit; + TQPushButton *mEditButton; + TQPushButton *mRemoveButton; }; #endif |