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 --- khotkeys/update/update.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'khotkeys/update') diff --git a/khotkeys/update/update.cpp b/khotkeys/update/update.cpp index ac96a9709..c99efda49 100644 --- a/khotkeys/update/update.cpp +++ b/khotkeys/update/update.cpp @@ -39,8 +39,8 @@ int main( int argc, char* argv[] ) KCmdLineArgs::addCmdLineOptions( options ); KApplication app( false, true ); // X11 connection is necessary for KKey* stuff :-/ KCmdLineArgs* args = KCmdLineArgs::parsedArgs(); - QCString id = args->getOption( "id" ); - QString file = locate( "data", "khotkeys/" + id + ".khotkeys" ); + TQCString id = args->getOption( "id" ); + TQString file = locate( "data", "khotkeys/" + id + ".khotkeys" ); if( file.isEmpty()) { kdWarning() << "File " << id << " not found!" << endl; @@ -56,7 +56,7 @@ int main( int argc, char* argv[] ) return 2; } settings.write_settings(); - QByteArray data; + TQByteArray data; kapp->dcopClient()->send( "khotkeys*", "khotkeys", "reread_configuration()", data ); return 0; } -- cgit v1.2.3