summaryrefslogtreecommitdiffstats
path: root/kjots/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kjots/main.cpp')
-rw-r--r--kjots/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kjots/main.cpp b/kjots/main.cpp
index 6093dfb..e607e13 100644
--- a/kjots/main.cpp
+++ b/kjots/main.cpp
@@ -49,7 +49,7 @@ int main( int argc, char **argv )
aboutData.addAuthor("Aaron J. Seigo", 0, "aseigo@kde.org");
aboutData.addAuthor("Stanislav Kljuhhin", 0, "crz@starman.ee");
aboutData.addAuthor("Christoph Neerfeld", I18N_NOOP("Original author"), "chris@kde.org");
- KCmdLineArgs::init(argc, argv, &aboutData);
+ TDECmdLineArgs::init(argc, argv, &aboutData);
KUniqueApplication::addCmdLineOptions();
if (!KUniqueApplication::start())