From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksysguard/gui/ksgrd/SensorShellAgent.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'ksysguard/gui/ksgrd/SensorShellAgent.h') 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 -#include -#include +#include +#include +#include #include @@ -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 mDaemon; - QString mShell; - QString mCommand; + TQGuardedPtr mDaemon; + TQString mShell; + TQString mCommand; int mRetryCount; }; -- cgit v1.2.1