diff options
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); |