summaryrefslogtreecommitdiffstats
path: root/kcoloredit/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcoloredit/main.cpp')
-rw-r--r--kcoloredit/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcoloredit/main.cpp b/kcoloredit/main.cpp
index e92bbdca..b9a091f4 100644
--- a/kcoloredit/main.cpp
+++ b/kcoloredit/main.cpp
@@ -37,8 +37,8 @@ static KCmdLineOptions options[] =
int main(int argc, char *argv[])
{
- KAboutData aboutData( "kcoloredit", I18N_NOOP("KColorEdit"),
- VERSION, description, KAboutData::License_GPL,
+ TDEAboutData aboutData( "kcoloredit", I18N_NOOP("KColorEdit"),
+ VERSION, description, TDEAboutData::License_GPL,
"(c) 2000, Artur Rataj");
aboutData.addAuthor("Artur Rataj",0, "art@zeus.polsl.gliwice.pl");
aboutData.addCredit( "Nadeem Hasan", I18N_NOOP( "Rewrote UI code "