summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:26 -0600
commit561a600595b0cd0c9e29ad21e8234d71d32a3713 (patch)
treef47b69568c03eaa9865eafcbfc1b9e7fc6d99fe1
parentf90df49b284a4027fe75ff1be59c7a38fe38c17a (diff)
downloadkcmldapcontroller-561a600595b0cd0c9e29ad21e8234d71d32a3713.tar.gz
kcmldapcontroller-561a600595b0cd0c9e29ad21e8234d71d32a3713.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
-rw-r--r--cert-updater/main.cpp2
1 files changed, 1 insertions, 1 deletions
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);