diff options
Diffstat (limited to 'ksig')
-rw-r--r-- | ksig/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksig/main.cpp b/ksig/main.cpp index c7c6bf2..8b8a7e5 100644 --- a/ksig/main.cpp +++ b/ksig/main.cpp @@ -36,8 +36,8 @@ static KCmdLineOptions options[] = int main(int argc, char *argv[]) { - KAboutData aboutData("ksig", I18N_NOOP("KSig"), - "1.1", description, KAboutData::License_GPL, + TDEAboutData aboutData("ksig", I18N_NOOP("KSig"), + "1.1", description, TDEAboutData::License_GPL, "(c) 2002, Scott Wheeler", 0, 0, "wheeler@kde.org"); aboutData.addAuthor("Scott Wheeler", 0, "wheeler@kde.org"); |