summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:54:04 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:54:04 -0600
commit516be2c74887c4eef8b0c0e2ea2fdb97223baf01 (patch)
treec29e12253884c8570a9db55559af09f2aeedb27c
parentff0131b3f647de88dc95f24e5e78ff197f34aefc (diff)
downloadknutclient-516be2c7.tar.gz
knutclient-516be2c7.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
-rw-r--r--src/main.cpp4
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/");