From 561a600595b0cd0c9e29ad21e8234d71d32a3713 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:26 -0600 Subject: [PATCH] Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- cert-updater/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cert-updater/main.cpp b/cert-updater/main.cpp index d516325..8ff4535 100644 --- a/cert-updater/main.cpp +++ b/cert-updater/main.cpp @@ -63,7 +63,7 @@ int main(int argc, char *argv[]) version, description, KAboutData::License_GPL, "(c) 2012, Timothy Pearson"); aboutData.addAuthor("Timothy Pearson",0, "kb9vqf@pearsoncomputing.net"); - KCmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::init( argc, argv, &aboutData ); KApplication::disableAutoDcopRegistration(); KApplication app(false, false);