summaryrefslogtreecommitdiffstats
path: root/ksysguard/gui/ksgrd/SensorSocketAgent.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksysguard/gui/ksgrd/SensorSocketAgent.h')
-rw-r--r--ksysguard/gui/ksgrd/SensorSocketAgent.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ksysguard/gui/ksgrd/SensorSocketAgent.h b/ksysguard/gui/ksgrd/SensorSocketAgent.h
index b422d3a9b..183b6d122 100644
--- a/ksysguard/gui/ksgrd/SensorSocketAgent.h
+++ b/ksysguard/gui/ksgrd/SensorSocketAgent.h
@@ -21,7 +21,7 @@
#ifndef KSG_SENSORSOCKETAGENT_H
#define KSG_SENSORSOCKETAGENT_H
-#include <qptrlist.h>
+#include <tqptrlist.h>
#include <kbufferedsocket.h>
#include <SensorAgent.h>
@@ -47,10 +47,10 @@ class SensorSocketAgent : public SensorAgent
SensorSocketAgent( SensorManager *sm );
~SensorSocketAgent();
- bool start( const QString &host, const QString &shell,
- const QString &command = "", int port = -1 );
+ bool start( const TQString &host, const TQString &shell,
+ const TQString &command = "", int port = -1 );
- void hostInfo( QString &shell, QString &command, int &port ) const;
+ void hostInfo( TQString &shell, TQString &command, int &port ) const;
private slots:
void connectionClosed();