diff options
Diffstat (limited to 'kspy/main.cpp')
-rw-r--r-- | kspy/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kspy/main.cpp b/kspy/main.cpp index ed52dff5..6c5f7916 100644 --- a/kspy/main.cpp +++ b/kspy/main.cpp @@ -35,8 +35,8 @@ static KCmdLineOptions options[] = int main(int argc, char *argv[]) { - KAboutData aboutData( "spy", I18N_NOOP("Spy"), - VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "spy", I18N_NOOP("Spy"), + VERSION, description, TDEAboutData::License_GPL, "(c) 2001, Richard Moore", 0, 0, "[email protected]"); aboutData.addAuthor("Richard Moore",0, "[email protected]"); TDECmdLineArgs::init( argc, argv, &aboutData ); |