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/MultiMeter.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/MultiMeter.h')
-rw-r--r-- | ksysguard/gui/SensorDisplayLib/MultiMeter.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/ksysguard/gui/SensorDisplayLib/MultiMeter.h b/ksysguard/gui/SensorDisplayLib/MultiMeter.h index 58d2477c1..43c85be24 100644 --- a/ksysguard/gui/SensorDisplayLib/MultiMeter.h +++ b/ksysguard/gui/SensorDisplayLib/MultiMeter.h @@ -36,19 +36,19 @@ class MultiMeter : public KSGRD::SensorDisplay Q_OBJECT public: - MultiMeter(QWidget* parent = 0, const char* name = 0, - const QString& = QString::null, double min = 0, double max = 0, bool nf = false, bool isApplet = false); + MultiMeter(TQWidget* parent = 0, const char* name = 0, + const TQString& = TQString::null, double min = 0, double max = 0, bool nf = false, bool isApplet = false); virtual ~MultiMeter() { } - bool addSensor(const QString& hostName, const QString& sensorName, - const QString& sensorType, const QString& sensorDescr); - void answerReceived(int id, const QString& answer); - void resizeEvent(QResizeEvent*); + bool addSensor(const TQString& hostName, const TQString& sensorName, + const TQString& sensorType, const TQString& sensorDescr); + void answerReceived(int id, const TQString& answer); + void resizeEvent(TQResizeEvent*); - bool restoreSettings(QDomElement& element); - bool saveSettings(QDomDocument& doc, QDomElement& element, bool save = true); + bool restoreSettings(TQDomElement& element); + bool saveSettings(TQDomDocument& doc, TQDomElement& element, bool save = true); virtual bool hasSettingsDialog() const { @@ -62,12 +62,12 @@ public slots: void applyStyle(); private: - void setDigitColor(const QColor& col); - void setBackgroundColor(const QColor& col); + void setDigitColor(const TQColor& col); + void setBackgroundColor(const TQColor& col); - QLCDNumber* lcd; - QColor normalDigitColor; - QColor alarmDigitColor; + TQLCDNumber* lcd; + TQColor normalDigitColor; + TQColor alarmDigitColor; MultiMeterSettings* mms; bool lowerLimitActive; |