summaryrefslogtreecommitdiffstats
path: root/ksysguard/gui/ksgrd/SensorSocketAgent.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:33:34 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:33:34 +0000
commitc663b6440964f6ac48027143ac9e63298991f9d0 (patch)
tree6d8b0c5a5f9db1ee16acf98b1397cea9126b281d /ksysguard/gui/ksgrd/SensorSocketAgent.h
parenta061f7191beebb0e4a3b0c0a7c534ec5f22f2dc7 (diff)
downloadtdebase-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/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();