From dff37d34bfe7faea4801d273ea569eccf7e75c53 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:24 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kontact_plugin/uniqueapphandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kontact_plugin/uniqueapphandler.cpp') diff --git a/kontact_plugin/uniqueapphandler.cpp b/kontact_plugin/uniqueapphandler.cpp index 60b5502..a5cb959 100644 --- a/kontact_plugin/uniqueapphandler.cpp +++ b/kontact_plugin/uniqueapphandler.cpp @@ -88,12 +88,12 @@ bool UniqueAppHandler::process( const TQCString &fun, const TQByteArray &data, if ( fun == "newInstance()" ) { replyType = "int"; - KCmdLineArgs::reset(); // forget options defined by other "applications" + TDECmdLineArgs::reset(); // forget options defined by other "applications" loadCommandLineOptions(); // This bit is duplicated from KUniqueApplication::processDelayed() TQDataStream ds( data, IO_ReadOnly ); - KCmdLineArgs::loadAppArgs( ds ); + TDECmdLineArgs::loadAppArgs( ds ); if ( !ds.atEnd() ) { // backwards compatibility TQCString asn_id; ds >> asn_id; -- cgit v1.2.1