diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:59:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:59:44 -0600 |
commit | 7a60262828ffb2ac473bb8d1eb9d0f8356e481fd (patch) | |
tree | 0ca34da998ba360a097a7f1e8947b372025cc19b | |
parent | 5658325ce050ee93ba05dc6840739641a131168f (diff) | |
download | yakuake-7a60262828ffb2ac473bb8d1eb9d0f8356e481fd.tar.gz yakuake-7a60262828ffb2ac473bb8d1eb9d0f8356e481fd.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
-rw-r--r-- | yakuake/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yakuake/src/main.cpp b/yakuake/src/main.cpp index 53286e9..4579d3d 100644 --- a/yakuake/src/main.cpp +++ b/yakuake/src/main.cpp @@ -26,8 +26,8 @@ static KCmdLineOptions options[] = { KCmdLineLastOption }; int main(int argc, char ** argv) { - KAboutData about("yakuake", I18N_NOOP("Yakuake"), version, description, - KAboutData::License_GPL, "(C) 2005-2008 The Yakuake Team", 0, 0, 0); + TDEAboutData about("yakuake", I18N_NOOP("Yakuake"), version, description, + TDEAboutData::License_GPL, "(C) 2005-2008 The Yakuake Team", 0, 0, 0); about.addAuthor("Eike Hein", I18N_NOOP("Maintainer"), "hein@kde.org"); about.addAuthor("Francois Chazal", I18N_NOOP("Project Founder (Inactive)"), "neptune3k@free.fr"); |