diff options
Diffstat (limited to 'src/autostart.cpp')
-rw-r--r-- | src/autostart.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/autostart.cpp b/src/autostart.cpp index 5c07d5f..508bc60 100644 --- a/src/autostart.cpp +++ b/src/autostart.cpp @@ -165,9 +165,9 @@ autostart::autostart(TQWidget *parent, const char *name, const TQStringList&) load(); - KAboutData* about = new KAboutData("autostart", I18N_NOOP("TDE Autostart Manager"), "0.5", + TDEAboutData* about = new TDEAboutData("autostart", I18N_NOOP("TDE Autostart Manager"), "0.5", I18N_NOOP("TDE Autostart Manager Control Panel Module"), - KAboutData::License_GPL, + TDEAboutData::License_GPL, I18N_NOOP("(c) 2006 Stephen Leaf"), 0, 0); about->addAuthor("Stephen Leaf", 0, "smileaf@smileaf.org"); |