summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--systemsettings/main.cpp4
-rw-r--r--systemsettings/mainwindow.h2
2 files changed, 3 insertions, 3 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);
diff --git a/systemsettings/mainwindow.h b/systemsettings/mainwindow.h
index 1328ca6..37a81f8 100644
--- a/systemsettings/mainwindow.h
+++ b/systemsettings/mainwindow.h
@@ -105,7 +105,7 @@ private:
* against a module with no about data
* we construct one for him
**/
- KAboutData *dummyAbout;
+ TDEAboutData *dummyAbout;
};
#endif