summaryrefslogtreecommitdiffstats
path: root/ksysguard/gui/SensorDisplayLib/SensorLoggerDlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksysguard/gui/SensorDisplayLib/SensorLoggerDlg.h')
-rw-r--r--ksysguard/gui/SensorDisplayLib/SensorLoggerDlg.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ksysguard/gui/SensorDisplayLib/SensorLoggerDlg.h b/ksysguard/gui/SensorDisplayLib/SensorLoggerDlg.h
index 3af8290c8..e5061c722 100644
--- a/ksysguard/gui/SensorDisplayLib/SensorLoggerDlg.h
+++ b/ksysguard/gui/SensorDisplayLib/SensorLoggerDlg.h
@@ -23,8 +23,8 @@
#include <kdialogbase.h>
-#include <qstring.h>
-#include <qcolor.h>
+#include <tqstring.h>
+#include <tqcolor.h>
class SensorLoggerDlgWidget;
@@ -34,16 +34,16 @@ class SensorLoggerDlg : public KDialogBase
public:
- SensorLoggerDlg( QWidget *parent=0, const char *name=0 );
+ SensorLoggerDlg( TQWidget *parent=0, const char *name=0 );
- QString fileName() const;
+ TQString fileName() const;
int timerInterval() const;
bool lowerLimitActive() const;
bool upperLimitActive() const;
double lowerLimit() const;
double upperLimit() const;
- void setFileName( const QString & );
+ void setFileName( const TQString & );
void setTimerInterval( int );
void setLowerLimitActive( bool );
void setUpperLimitActive( bool );