From 91dfed40243282a714bf314bcdd6e001d5d1edca Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:58:20 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') 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" ); -- cgit v1.2.1