summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/main.cpp b/src/src/main.cpp
index 6c00834..d9c53fd 100644
--- a/src/src/main.cpp
+++ b/src/src/main.cpp
@@ -52,7 +52,7 @@ int main( int argc, char** argv )
// translators
aboutData.addCredit( "Ilyas Bakirov, Roberto Leandrini, Carlos Ortiz, Henrik Gebauer, Edward Romantsov, Wiktor Wandachowicz, Guillaume Savaton, Petar Toushkov, Liu Di", I18N_NOOP("KNetStats translation to other languages"), 0);
- KCmdLineArgs::init( argc, argv, &aboutData );
+ TDECmdLineArgs::init( argc, argv, &aboutData );
KApplication::disableAutoDcopRegistration();
KApplication app;