diff options
author | Timothy Pearson <[email protected]> | 2013-01-19 18:46:26 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-19 18:46:26 -0600 |
commit | 561a600595b0cd0c9e29ad21e8234d71d32a3713 (patch) | |
tree | f47b69568c03eaa9865eafcbfc1b9e7fc6d99fe1 /cert-updater | |
parent | f90df49b284a4027fe75ff1be59c7a38fe38c17a (diff) | |
download | kcmldapcontroller-561a600595b0cd0c9e29ad21e8234d71d32a3713.tar.gz kcmldapcontroller-561a600595b0cd0c9e29ad21e8234d71d32a3713.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'cert-updater')
-rw-r--r-- | cert-updater/main.cpp | 2 |
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, "[email protected]"); - KCmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::init( argc, argv, &aboutData ); KApplication::disableAutoDcopRegistration(); KApplication app(false, false); |