summaryrefslogtreecommitdiffstats
path: root/ksysguard/gui/SensorDisplayLib/SensorLoggerSettings.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksysguard/gui/SensorDisplayLib/SensorLoggerSettings.h')
-rw-r--r--ksysguard/gui/SensorDisplayLib/SensorLoggerSettings.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/ksysguard/gui/SensorDisplayLib/SensorLoggerSettings.h b/ksysguard/gui/SensorDisplayLib/SensorLoggerSettings.h
index 639f55944..e3f937166 100644
--- a/ksysguard/gui/SensorDisplayLib/SensorLoggerSettings.h
+++ b/ksysguard/gui/SensorDisplayLib/SensorLoggerSettings.h
@@ -23,8 +23,8 @@
#include <kdialogbase.h>
-#include <qstring.h>
-#include <qcolor.h>
+#include <tqstring.h>
+#include <tqcolor.h>
class SensorLoggerSettingsWidget;
@@ -34,17 +34,17 @@ class SensorLoggerSettings : public KDialogBase
public:
- SensorLoggerSettings( QWidget *parent=0, const char *name=0 );
+ SensorLoggerSettings( TQWidget *parent=0, const char *name=0 );
- QString title();
- QColor foregroundColor();
- QColor backgroundColor();
- QColor alarmColor();
+ TQString title();
+ TQColor foregroundColor();
+ TQColor backgroundColor();
+ TQColor alarmColor();
- void setTitle( const QString & );
- void setForegroundColor( const QColor & );
- void setBackgroundColor( const QColor & );
- void setAlarmColor( const QColor & );
+ void setTitle( const TQString & );
+ void setForegroundColor( const TQColor & );
+ void setBackgroundColor( const TQColor & );
+ void setAlarmColor( const TQColor & );
private: