diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:58:20 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:58:20 -0600 |
commit | 91dfed40243282a714bf314bcdd6e001d5d1edca (patch) | |
tree | 33d7019546b9834229c4d9b959774b3c2bb8b384 /src/main.cpp | |
parent | eecbb16860d613854ac1c9dd90870d1a8e8774b3 (diff) | |
download | kvpnc-91dfed40243282a714bf314bcdd6e001d5d1edca.tar.gz kvpnc-91dfed40243282a714bf314bcdd6e001d5d1edca.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
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" ); |