summaryrefslogtreecommitdiffstats
path: root/kdict/application.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdict/application.cpp')
-rw-r--r--kdict/application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdict/application.cpp b/kdict/application.cpp
index e2a2c2f6..6d5e5ada 100644
--- a/kdict/application.cpp
+++ b/kdict/application.cpp
@@ -36,7 +36,7 @@ int Application::newInstance()
KUniqueApplication::newInstance();
// process parameters...
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
m_mainWindow->show();