summaryrefslogtreecommitdiffstats
path: root/systemsettings/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'systemsettings/main.cpp')
-rw-r--r--systemsettings/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/systemsettings/main.cpp b/systemsettings/main.cpp
index 77b18df..41576f2 100644
--- a/systemsettings/main.cpp
+++ b/systemsettings/main.cpp
@@ -38,9 +38,9 @@ int main( int argc, char *argv[] )
{
KLocale::setMainCatalogue("systemsettings");
// About data
- KAboutData aboutData("systemsettings", I18N_NOOP("System Settings"),
+ TDEAboutData aboutData("systemsettings", I18N_NOOP("System Settings"),
SYSTEM_SETTINGS_VERSION, I18N_NOOP("System Settings"),
- KAboutData::License_LGPL, "(c) 2005, Benjamin C. Meyer", 0, 0);
+ TDEAboutData::License_LGPL, "(c) 2005, Benjamin C. Meyer", 0, 0);
aboutData.addAuthor("Benjamin C. Meyer", I18N_NOOP("Author & Maintainer"),
TDECmdLineArgs::init(argc, argv, &aboutData);