From 4ae0c208b66e0f7954e194384464fe2d0a2c56dd Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:51:49 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1157652 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kstartperf/kstartperf.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'kstartperf/kstartperf.cpp') diff --git a/kstartperf/kstartperf.cpp b/kstartperf/kstartperf.cpp index 3f029b62..80655dac 100644 --- a/kstartperf/kstartperf.cpp +++ b/kstartperf/kstartperf.cpp @@ -15,9 +15,9 @@ #include #include -#include -#include -#include +#include +#include +#include #include #include @@ -33,20 +33,20 @@ static KCmdLineOptions options[] = }; -QString libkstartperf() +TQString libkstartperf() { - QString lib = QString::null; - QString la_file = locate("lib", "libkstartperf.la"); + TQString lib = TQString::null; + TQString la_file = locate("lib", "libkstartperf.la"); if (la_file.isEmpty()) return lib; // Find the name of the .so file by reading the .la file - QFile la(la_file); + TQFile la(la_file); if (la.open(IO_ReadOnly)) { - QTextStream is(&la); - QString line; + TQTextStream is(&la); + TQString line; while (!is.atEnd()) { -- cgit v1.2.1