summaryrefslogtreecommitdiffstats
path: root/KMFSysTray/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'KMFSysTray/main.cpp')
-rw-r--r--KMFSysTray/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/KMFSysTray/main.cpp b/KMFSysTray/main.cpp
index ef9b9d9..bfeea63 100644
--- a/KMFSysTray/main.cpp
+++ b/KMFSysTray/main.cpp
@@ -45,8 +45,8 @@ int main( int argc, char *argv[] ) {
COPYRIGHT_STRING, 0, 0, "[email protected]" );
aboutData.addAuthor( "Christian Hubinger", 0, "[email protected]" );
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.
KApplication a;
// Details *mainWid = new Details( 0 );