diff options
-rw-r--r-- | tdesudo/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdesudo/main.cpp b/tdesudo/main.cpp index c8c1b9f..9494fc1 100644 --- a/tdesudo/main.cpp +++ b/tdesudo/main.cpp @@ -63,8 +63,8 @@ static KCmdLineOptions options[] = int main(int argc, char **argv) { - KAboutData aboutData("tdesudo", I18N_NOOP("KdeSudo"), - VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData("tdesudo", I18N_NOOP("KdeSudo"), + VERSION, description, TDEAboutData::License_GPL, "(c) 2007-2008, Anthony Mercatante", 0, 0, "[email protected]"); aboutData.addAuthor("Robert Gruber",0, "[email protected]"); aboutData.addAuthor("Anthony Mercatante",0, "[email protected]"); |