diff options
Diffstat (limited to 'kalarm/main.cpp')
-rw-r--r-- | kalarm/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kalarm/main.cpp b/kalarm/main.cpp index 038a3ab75..12a6332c7 100644 --- a/kalarm/main.cpp +++ b/kalarm/main.cpp @@ -107,9 +107,9 @@ static KCmdLineOptions options[] = int main(int argc, char *argv[]) { - KAboutData aboutData(PROGRAM_NAME, I18N_NOOP("KAlarm"), KALARM_VERSION, + TDEAboutData aboutData(PROGRAM_NAME, I18N_NOOP("KAlarm"), KALARM_VERSION, I18N_NOOP("Personal alarm message, command and email scheduler for TDE"), - KAboutData::License_GPL, + TDEAboutData::License_GPL, "Copyright 2001-2007, David Jarvie", 0, "http://www.astrojar.org.uk/kalarm"); aboutData.addAuthor("David Jarvie", 0, "software@astrojar.org.uk"); |