From d6f8bbb45b267065a6907e71ff9c98bb6d161241 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:56:07 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1157658 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- languages/cpp/setuphelper.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'languages/cpp/setuphelper.h') diff --git a/languages/cpp/setuphelper.h b/languages/cpp/setuphelper.h index 380994b4..aa95296a 100644 --- a/languages/cpp/setuphelper.h +++ b/languages/cpp/setuphelper.h @@ -13,7 +13,7 @@ #ifndef SETUPHELPER_H #define SETUPHELPER_H -#include +#include /** A helper methods for setting up the various Driver derivates. @@ -24,19 +24,19 @@ namespace SetupHelper { /** Get the include paths returned by gcc. * @param ok false if there was a problem running gcc */ - QString getGccIncludePath(bool *ok); + TQString getGccIncludePath(bool *ok); /** Get the include-path return by gcc -v * this path includes the path from the environment, * the c++-include-path, etc., and of couse it also includes the above path. * @param ok false if there was a problem running gcc * */ - QString getVerboseGccIncludePath(bool* ok); + TQString getVerboseGccIncludePath(bool* ok); /** Get the predefined macros returned by gcc * @param ok false if there was a problem running gcc */ - QStringList getGccMacros(bool *ok); + TQStringList getGccMacros(bool *ok); }; #endif -- cgit v1.2.1