summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 662f050..201d4e4 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -59,8 +59,8 @@ int main( int argc, char ** argv )
"gyunaev@ulduzsoft.com");
KLocale::setMainCatalogue( "kchmviewer" );
- KCmdLineArgs::init (argc, argv, &aboutdata);
- KCmdLineArgs::addCmdLineOptions( options );
+ TDECmdLineArgs::init (argc, argv, &aboutdata);
+ TDECmdLineArgs::addCmdLineOptions( options );
KApplication app;
#else