From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksysguard/gui/ksgrd/StyleEngine.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'ksysguard/gui/ksgrd/StyleEngine.h') diff --git a/ksysguard/gui/ksgrd/StyleEngine.h b/ksysguard/gui/ksgrd/StyleEngine.h index d896a2422..8056bd52f 100644 --- a/ksysguard/gui/ksgrd/StyleEngine.h +++ b/ksysguard/gui/ksgrd/StyleEngine.h @@ -24,9 +24,9 @@ #ifndef KSG_STYLEENGINE_H #define KSG_STYLEENGINE_H -#include -#include -#include +#include +#include +#include #include @@ -49,14 +49,14 @@ class KDE_EXPORT StyleEngine : public QObject void readProperties( KConfig* ); void saveProperties( KConfig* ); - const QColor& firstForegroundColor() const; - const QColor& secondForegroundColor() const; - const QColor& alarmColor() const; - const QColor& backgroundColor() const; + const TQColor& firstForegroundColor() const; + const TQColor& secondForegroundColor() const; + const TQColor& alarmColor() const; + const TQColor& backgroundColor() const; uint fontSize() const; - const QColor& sensorColor( uint pos ); + const TQColor& sensorColor( uint pos ); uint numSensorColors() const; public slots: @@ -69,12 +69,12 @@ class KDE_EXPORT StyleEngine : public QObject private: void apply(); - QColor mFirstForegroundColor; - QColor mSecondForegroundColor; - QColor mAlarmColor; - QColor mBackgroundColor; + TQColor mFirstForegroundColor; + TQColor mSecondForegroundColor; + TQColor mAlarmColor; + TQColor mBackgroundColor; uint mFontSize; - QValueList mSensorColors; + TQValueList mSensorColors; StyleSettings *mSettingsDialog; }; -- cgit v1.2.1