summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:56:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:56:45 -0600
commit1bacc0639b1a88c4fd1da7872e17bd43901c1721 (patch)
treeb32eb0fdfb346f76bae832b3ca24f366ff982e20
parent65e1f7a15bbbc68d978a74697a1d28964f0764a3 (diff)
downloadkonversation-1bacc0639b1a88c4fd1da7872e17bd43901c1721.tar.gz
konversation-1bacc0639b1a88c4fd1da7872e17bd43901c1721.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
-rw-r--r--konversation/src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/konversation/src/main.cpp b/konversation/src/main.cpp
index 953d699..d088790 100644
--- a/konversation/src/main.cpp
+++ b/konversation/src/main.cpp
@@ -45,11 +45,11 @@ static const KCmdLineOptions options[] =
int main(int argc, char* argv[])
{
- KAboutData aboutData("konversation",
+ TDEAboutData aboutData("konversation",
I18N_NOOP("Konversation"),
KONVI_VERSION,
shortDescription,
- KAboutData::License_GPL,
+ TDEAboutData::License_GPL,
I18N_NOOP("(C) 2002-2008 by the Konversation team"),
I18N_NOOP("Konversation is a client for the Internet Relay Chat (IRC) protocol.\n"
"Meet friends on the net, make new acquaintances and lose yourself in\n"