diff options
author | Slávek Banko <[email protected]> | 2013-10-08 00:13:25 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-10-08 05:14:53 +0200 |
commit | 84f5a315c3429b47a7eff15e626e2efdbe4f6e5e (patch) | |
tree | 770861aa9033e1dc6c5168358194ff85b32dd429 /src/configfrontend.h | |
parent | 57d8bb3d12aed373eee08915f0ff19f5233aabe3 (diff) | |
download | kscope-84f5a315c3429b47a7eff15e626e2efdbe4f6e5e.tar.gz kscope-84f5a315c3429b47a7eff15e626e2efdbe4f6e5e.zip |
Initial TQt conversion
Diffstat (limited to 'src/configfrontend.h')
-rw-r--r-- | src/configfrontend.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/configfrontend.h b/src/configfrontend.h index df5e303..4c43c35 100644 --- a/src/configfrontend.h +++ b/src/configfrontend.h @@ -43,7 +43,7 @@ public: ConfigFrontend(bool bAutoDelete = false); ~ConfigFrontend(); - bool run(const QString&, const QString&, const QString&, + bool run(const TQString&, const TQString&, const TQString&, bool bCscopeOptsOnly = false); /** @@ -64,10 +64,10 @@ signals: * @param nType The type of test executed * @param sResult The obtained result */ - void result(uint nType, const QString& sResult); + void result(uint nType, const TQString& sResult); protected: - virtual ParseResult parseStdout(QString&, ParserDelim); + virtual ParseResult parseStdout(TQString&, ParserDelim); private: /** The type of test whose result is expected next. */ |