From dc6b8e72fed2586239e3514819238c520636c9d9 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:54:04 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1157656 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- klinkstatus/src/global.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'klinkstatus/src/global.h') diff --git a/klinkstatus/src/global.h b/klinkstatus/src/global.h index 2ee2f0c0..6f94c482 100644 --- a/klinkstatus/src/global.h +++ b/klinkstatus/src/global.h @@ -12,7 +12,7 @@ #ifndef GLOBAL_H #define GLOBAL_H -#include +#include class QCString; class DCOPClient; @@ -32,15 +32,15 @@ public: static bool isKLinkStatusEmbeddedInQuanta(); static bool isQuantaRunningAsUnique(); static bool isQuantaAvailableViaDCOP(); - static QCString quantaDCOPAppId(); + static TQCString quantaDCOPAppId(); static KURL urlWithQuantaPreviewPrefix(KURL const& url); //static void setLoopStarted(bool flag); - static void openQuanta(QStringList const& args); + static void openQuanta(TQStringList const& args); private: - Global(QObject *parent = 0, const char *name = 0); - static void execCommand(QString const& command); + Global(TQObject *parent = 0, const char *name = 0); + static void execCommand(TQString const& command); private slots: void slotGetScriptOutput(KProcess* process, char* buffer, int buflen); @@ -53,7 +53,7 @@ private: DCOPClient* dcop_client_; bool loop_started_; - QString script_output_; + TQString script_output_; KProcess* process_PS_; }; -- cgit v1.2.3