From ca1ec6eeaaf5744fae891a5b0696591bbaece795 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:49 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kfilereplace/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kfilereplace/main.cpp') diff --git a/kfilereplace/main.cpp b/kfilereplace/main.cpp index 027894f9..1f7bdef0 100644 --- a/kfilereplace/main.cpp +++ b/kfilereplace/main.cpp @@ -44,8 +44,8 @@ int main(int argc, char *argv[]) I18N_NOOP("Original author of the KFileReplace tool"), "dupoux@dupoux.com"); - KCmdLineArgs::init(argc, argv, &about); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init(argc, argv, &about); + TDECmdLineArgs::addCmdLineOptions( options ); KApplication app; @@ -57,7 +57,7 @@ int main(int argc, char *argv[]) else { // no session.. just start up normally - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); KFileReplace *kfr = new KFileReplace; kfr->show(); -- cgit v1.2.3