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 --- kgpg/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kgpg/main.cpp') diff --git a/kgpg/main.cpp b/kgpg/main.cpp index e0bce49..85bce3a 100644 --- a/kgpg/main.cpp +++ b/kgpg/main.cpp @@ -50,8 +50,8 @@ int main(int argc, char *argv[]) KAboutData about("kgpg", I18N_NOOP("KGpg"), version, description, KAboutData::License_GPL, "(C) 2003 Jean-Baptiste Mardelle"); about.addAuthor( "Jean-Baptiste Mardelle", 0, "bj@altern.org" ); - KCmdLineArgs::init(argc, argv, &about); - KCmdLineArgs::addCmdLineOptions(options); + TDECmdLineArgs::init(argc, argv, &about); + TDECmdLineArgs::addCmdLineOptions(options); KUniqueApplication::addCmdLineOptions(); -- cgit v1.2.3