From d9f2e70b9379766e6b0fe575e736d1da9c95b0c8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:27 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kmyfirewall/kmyfirewall.cpp | 2 +- kmyfirewall/main.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'kmyfirewall') diff --git a/kmyfirewall/kmyfirewall.cpp b/kmyfirewall/kmyfirewall.cpp index 94ad1d6..4c0d74e 100644 --- a/kmyfirewall/kmyfirewall.cpp +++ b/kmyfirewall/kmyfirewall.cpp @@ -169,7 +169,7 @@ KMyFirewall::~KMyFirewall() {} //############ Parse CommandLine ##################### void KMyFirewall::parseCommandLineArgs() { kdDebug() << "############ Parse CommandLine ###############" << endl; - KCmdLineArgs * args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs * args = TDECmdLineArgs::parsedArgs(); 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; -- cgit v1.2.3