From 6fdacb9c2e3adb3b5da38cd8a22afc1668e1d36b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:48 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kdf/kconftest.cpp | 2 +- kdf/kdf.cpp | 2 +- kdf/kwikdisk.cpp | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kdf') diff --git a/kdf/kconftest.cpp b/kdf/kconftest.cpp index 6f6c8db..ae10aee 100644 --- a/kdf/kconftest.cpp +++ b/kdf/kconftest.cpp @@ -47,7 +47,7 @@ static const char version[] = "v0.0.1"; main(int argc, char ** argv) { - KCmdLineArgs::init(argc, argv, "test", description, version); + TDECmdLineArgs::init(argc, argv, "test", description, version); KApplication app; KConfig * cfg = kapp->config(); diff --git a/kdf/kdf.cpp b/kdf/kdf.cpp index 49c1b5a..ccaffcb 100644 --- a/kdf/kdf.cpp +++ b/kdf/kdf.cpp @@ -68,7 +68,7 @@ int main(int argc, char **argv) version, description, KAboutData::License_GPL, "(c) 1998-2001, Michael Kropfberger"); aboutData.addAuthor("Michael Kropfberger",0, "michael.kropfberger@gmx.net"); - KCmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::init( argc, argv, &aboutData ); KApplication app; diff --git a/kdf/kwikdisk.cpp b/kdf/kwikdisk.cpp index a28d047..f1ca13a 100644 --- a/kdf/kwikdisk.cpp +++ b/kdf/kwikdisk.cpp @@ -329,8 +329,8 @@ int main(int argc, char **argv) about.addAuthor( "Espen Sand", I18N_NOOP("TDE 2 changes"), "" ); about.addAuthor( "Stanislav Karchebny", I18N_NOOP("TDE 3 changes"), "Stanislav.Karchebny@kdemail.net" ); - KCmdLineArgs::init(argc, argv, &about); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init(argc, argv, &about); + TDECmdLineArgs::addCmdLineOptions( options ); KApplication app; KwikDisk *mainWin = 0; -- cgit v1.2.3