diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:56:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:56:45 -0600 |
commit | 1bacc0639b1a88c4fd1da7872e17bd43901c1721 (patch) | |
tree | b32eb0fdfb346f76bae832b3ca24f366ff982e20 | |
parent | 65e1f7a15bbbc68d978a74697a1d28964f0764a3 (diff) | |
download | konversation-1bacc0639b1a88c4fd1da7872e17bd43901c1721.tar.gz konversation-1bacc0639b1a88c4fd1da7872e17bd43901c1721.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
-rw-r--r-- | konversation/src/main.cpp | 4 |
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" |