summaryrefslogtreecommitdiffstats
path: root/smb4k/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'smb4k/main.cpp')
-rw-r--r--smb4k/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/smb4k/main.cpp b/smb4k/main.cpp
index c000af4..2e5b0d9 100644
--- a/smb4k/main.cpp
+++ b/smb4k/main.cpp
@@ -99,8 +99,8 @@ int main( int argc, char *argv[] )
aboutData.addCredit( "Rashid N. Achilov", I18N_NOOP( "Testing of Smb4K under FreeBSD" ), "shelton@sentry.granch.ru" );
aboutData.addCredit( "Jerzy Trzeciak", I18N_NOOP( "Polish translation" ), "artusek@wp.pl" );
- KCmdLineArgs::init( argc, argv, &aboutData );
- KCmdLineArgs::addCmdLineOptions( options ); // Add our own options.
+ TDECmdLineArgs::init( argc, argv, &aboutData );
+ TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options.
KUniqueApplication::addCmdLineOptions();