diff options
author | Michele Calgaro <[email protected]> | 2024-11-09 22:08:03 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-11-09 22:13:50 +0900 |
commit | 5f67539d4b2eb2f1aaeb6f28f5f9cdc1847e2a58 (patch) | |
tree | 4262bcf7270de843e171f6bb056b9242f2657df0 /kontact_plugin/uniqueapphandler.cpp | |
parent | fb0b2bd9031e84eb5226d2d637ad5105602ac477 (diff) | |
download | basket-5f67539d4b2eb2f1aaeb6f28f5f9cdc1847e2a58.tar.gz basket-5f67539d4b2eb2f1aaeb6f28f5f9cdc1847e2a58.zip |
Rename KUniqueApplication to TDEUniqueApplication
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kontact_plugin/uniqueapphandler.cpp')
-rw-r--r-- | kontact_plugin/uniqueapphandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kontact_plugin/uniqueapphandler.cpp b/kontact_plugin/uniqueapphandler.cpp index c72d8ef..ab1774e 100644 --- a/kontact_plugin/uniqueapphandler.cpp +++ b/kontact_plugin/uniqueapphandler.cpp @@ -70,7 +70,7 @@ using namespace Kontact; int UniqueAppHandler::newInstance() { - // This bit is duplicated from KUniqueApplication::newInstance() + // This bit is duplicated from TDEUniqueApplication::newInstance() if ( kapp->mainWidget() ) { kapp->mainWidget()->show(); KWin::forceActiveWindow( kapp->mainWidget()->winId() ); @@ -91,7 +91,7 @@ bool UniqueAppHandler::process( const TQCString &fun, const TQByteArray &data, TDECmdLineArgs::reset(); // forget options defined by other "applications" loadCommandLineOptions(); - // This bit is duplicated from KUniqueApplication::processDelayed() + // This bit is duplicated from TDEUniqueApplication::processDelayed() TQDataStream ds( data, IO_ReadOnly ); TDECmdLineArgs::loadAppArgs( ds ); if ( !ds.atEnd() ) { // backwards compatibility |