summaryrefslogtreecommitdiffstats
path: root/klipper/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'klipper/main.cpp')
-rw-r--r--klipper/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/klipper/main.cpp b/klipper/main.cpp
index 2f87c7043..f458f50c2 100644
--- a/klipper/main.cpp
+++ b/klipper/main.cpp
@@ -38,7 +38,7 @@
extern "C" int KDE_EXPORT kdemain(int argc, char *argv[])
{
Klipper::createAboutData();
- KCmdLineArgs::init( argc, argv, Klipper::aboutData());
+ TDECmdLineArgs::init( argc, argv, Klipper::aboutData());
KUniqueApplication::addCmdLineOptions();
if (!KUniqueApplication::start()) {