diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 20:21:16 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 20:21:16 -0600 |
commit | ef71f46965855308db367f74956513eccc71bc46 (patch) | |
tree | 71f1aca189b7beda22f9e95b19608dccfa4f3050 /krdc | |
parent | bdf47e8ffbf1c94f4852d9aa2eb535a9ec176658 (diff) | |
download | tdenetwork-ef71f46965855308db367f74956513eccc71bc46.tar.gz tdenetwork-ef71f46965855308db367f74956513eccc71bc46.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'krdc')
-rw-r--r-- | krdc/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/krdc/main.cpp b/krdc/main.cpp index e21c0dfa..c3928fc0 100644 --- a/krdc/main.cpp +++ b/krdc/main.cpp @@ -72,8 +72,8 @@ static KCmdLineOptions options[] = int main(int argc, char *argv[]) { - KAboutData aboutData( "krdc", I18N_NOOP("Remote Desktop Connection"), - VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "krdc", I18N_NOOP("Remote Desktop Connection"), + VERSION, description, TDEAboutData::License_GPL, "(c) 2009-2010, Timothy Pearson\n" "(c) 2001-2003, Tim Jansen\n" "(c) 2002-2003, Arend van Beelen jr.\n" |