diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 19:52:17 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 19:52:17 -0600 |
commit | 2eea079643df4f211d55f3133aee26c6daa15bf4 (patch) | |
tree | 4e8f614eec9d2d8764d1ffc1ba459e4d89ea8b88 /cert-updater/main.cpp | |
parent | ad81fe266aa8c0e02a310b9e9e846d47d3542a4a (diff) | |
download | kcmldapcontroller-2eea079643df4f211d55f3133aee26c6daa15bf4.tar.gz kcmldapcontroller-2eea079643df4f211d55f3133aee26c6daa15bf4.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'cert-updater/main.cpp')
-rw-r--r-- | cert-updater/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cert-updater/main.cpp b/cert-updater/main.cpp index b9bac42..c45b13a 100644 --- a/cert-updater/main.cpp +++ b/cert-updater/main.cpp @@ -59,8 +59,8 @@ int uploadKerberosCAFileToLDAP(LDAPManager* ldap_mgr, TQString* errstr) { int main(int argc, char *argv[]) { - KAboutData aboutData( "primaryrccertupdater", I18N_NOOP("Realm Certificate Updater"), - version, description, KAboutData::License_GPL, + TDEAboutData aboutData( "primaryrccertupdater", I18N_NOOP("Realm Certificate Updater"), + version, description, TDEAboutData::License_GPL, "(c) 2012, Timothy Pearson"); aboutData.addAuthor("Timothy Pearson",0, "[email protected]"); TDECmdLineArgs::init( argc, argv, &aboutData ); |