summaryrefslogtreecommitdiffstats
path: root/kmyfirewall/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmyfirewall/main.cpp')
-rw-r--r--kmyfirewall/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmyfirewall/main.cpp b/kmyfirewall/main.cpp
index d923428..0eec9c2 100644
--- a/kmyfirewall/main.cpp
+++ b/kmyfirewall/main.cpp
@@ -54,8 +54,8 @@ int main( int argc, char *argv[] ) {
aboutData.addCredit( "Christian Deschka", I18N_NOOP("Artwork"), "echos@lycos.at" );
aboutData.addCredit( "Anton Frennevi", I18N_NOOP("Artwork"), "twopointone@hotmail.com" );
aboutData.setHomepage( "http://kmyfirewall.sourceforge.net" );
- KCmdLineArgs::init( argc, argv, &aboutData );
- KCmdLineArgs::addCmdLineOptions( options ); // Add our own options.
+ TDECmdLineArgs::init( argc, argv, &aboutData );
+ TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options.
KMF::KMFApp a;