diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 00546de..073398c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -66,8 +66,8 @@ static KCmdLineOptions options[] = int main ( int argc, char *argv[] ) { - KAboutData aboutData ( "kvpnc", I18N_NOOP ( "KVpnc" ), - KVPNCVERSION, description, KAboutData::License_GPL_V2, + TDEAboutData aboutData ( "kvpnc", I18N_NOOP ( "KVpnc" ), + KVPNCVERSION, description, TDEAboutData::License_GPL_V2, I18N_NOOP ( "(C) 2005, the KVpnc team" ), 0, "http://home.gna.org/kvpnc/", "crissi99@gmx.de" ); |