From 84f5a315c3429b47a7eff15e626e2efdbe4f6e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 8 Oct 2013 00:13:25 +0200 Subject: Initial TQt conversion --- src/configfrontend.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/configfrontend.h') 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. */ -- cgit v1.2.1