summaryrefslogtreecommitdiffstats
path: root/khelpcenter/khc_indexbuilder.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-11-09 22:58:31 +0900
committerMichele Calgaro <[email protected]>2024-11-20 14:26:15 +0900
commitc1e3b95ae6a113ba6548f2ac4d63f739a4f7055f (patch)
treef942598c69da9c19df6618f25d16ea9dcbe0a30f /khelpcenter/khc_indexbuilder.cpp
parent657e8ed6bdc71ab1ae238bdf61a9377cff768e38 (diff)
downloadtdebase-c1e3b95ae6a113ba6548f2ac4d63f739a4f7055f.tar.gz
tdebase-c1e3b95ae6a113ba6548f2ac4d63f739a4f7055f.zip
Rename KUniqueApplication to TDEUniqueApplication
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'khelpcenter/khc_indexbuilder.cpp')
-rw-r--r--khelpcenter/khc_indexbuilder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/khelpcenter/khc_indexbuilder.cpp b/khelpcenter/khc_indexbuilder.cpp
index dd0ee5811..0d0b4be94 100644
--- a/khelpcenter/khc_indexbuilder.cpp
+++ b/khelpcenter/khc_indexbuilder.cpp
@@ -26,7 +26,7 @@
#include <tdeaboutdata.h>
#include <tdelocale.h>
#include <tdecmdlineargs.h>
-#include <kuniqueapplication.h>
+#include <tdeuniqueapplication.h>
#include <kdebug.h>
#include <dcopclient.h>
#include <kprocess.h>
@@ -181,7 +181,7 @@ int main( int argc, char **argv )
TDECmdLineArgs::init( argc, argv, &aboutData );
TDECmdLineArgs::addCmdLineOptions( options );
- KUniqueApplication::addCmdLineOptions();
+ TDEUniqueApplication::addCmdLineOptions();
TDEApplication app;