summaryrefslogtreecommitdiffstats
path: root/ksysguard/gui/ksgrd/SensorShellAgent.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/SensorShellAgent.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/SensorShellAgent.h')
-rw-r--r--ksysguard/gui/ksgrd/SensorShellAgent.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/ksysguard/gui/ksgrd/SensorShellAgent.h b/ksysguard/gui/ksgrd/SensorShellAgent.h
index e13413d55..7b588c7e1 100644
--- a/ksysguard/gui/ksgrd/SensorShellAgent.h
+++ b/ksysguard/gui/ksgrd/SensorShellAgent.h
@@ -21,9 +21,9 @@
#ifndef KSG_SENSORSHELLAGENT_H
#define KSG_SENSORSHELLAGENT_H
-#include <qobject.h>
-#include <qptrlist.h>
-#include <qguardedptr.h>
+#include <tqobject.h>
+#include <tqptrlist.h>
+#include <tqguardedptr.h>
#include <SensorAgent.h>
@@ -51,10 +51,10 @@ class SensorShellAgent : public SensorAgent
SensorShellAgent( SensorManager *sm );
~SensorShellAgent();
- 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 msgSent( KProcess* );
@@ -66,9 +66,9 @@ class SensorShellAgent : public SensorAgent
bool writeMsg( const char *msg, int len );
bool txReady();
- QGuardedPtr<KProcess> mDaemon;
- QString mShell;
- QString mCommand;
+ TQGuardedPtr<KProcess> mDaemon;
+ TQString mShell;
+ TQString mCommand;
int mRetryCount;
};