From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kappfinder/main_install.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kappfinder/main_install.cpp') diff --git a/kappfinder/main_install.cpp b/kappfinder/main_install.cpp index 46bbaa06b..298ff06bb 100644 --- a/kappfinder/main_install.cpp +++ b/kappfinder/main_install.cpp @@ -25,7 +25,7 @@ #include #include -#include +#include #include @@ -42,14 +42,14 @@ int main( int argc, char *argv[] ) return -1; } - QStringList templates = KGlobal::dirs()->findAllResources( "data", "kappfinder/apps/*.desktop", true ); + TQStringList templates = KGlobal::dirs()->findAllResources( "data", "kappfinder/apps/*.desktop", true ); - QString dir = QString( argv[ 1 ] ) + "/"; + TQString dir = TQString( argv[ 1 ] ) + "/"; - QPtrList appCache; + TQPtrList appCache; appCache.setAutoDelete( true ); - QStringList::Iterator it; + TQStringList::Iterator it; for ( it = templates.begin(); it != templates.end(); ++it ) scanDesktopFile( appCache, *it, dir ); -- cgit v1.2.1