diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:54:04 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:54:04 -0600 |
commit | 516be2c74887c4eef8b0c0e2ea2fdb97223baf01 (patch) | |
tree | c29e12253884c8570a9db55559af09f2aeedb27c /src | |
parent | ff0131b3f647de88dc95f24e5e78ff197f34aefc (diff) | |
download | knutclient-516be2c74887c4eef8b0c0e2ea2fdb97223baf01.tar.gz knutclient-516be2c74887c4eef8b0c0e2ea2fdb97223baf01.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src')
-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 f01a285..6cbed57 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -44,8 +44,8 @@ static KCmdLineOptions options[] = int main(int argc, char *argv[]) { - KAboutData aboutData( "knutclient", I18N_NOOP("KNutClient"), - VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "knutclient", I18N_NOOP("KNutClient"), + VERSION, description, TDEAboutData::License_GPL, "(c) 2002 - 2009 Daniel Prynych", "Zajecov, Czech Republic", 0, "Daniel@prynych.cz"); aboutData.addAuthor("Daniel Prynych",0, "Daniel@prynych.cz","http://www.knut.noveradsl.cz/knutclient/"); aboutData.addCredit("Arnaud Quette",0,"arnaud.quette@free.fr","http://www.networkupstools.org/"); |