From fe45782b6989460e86584693749216e9d66e51d3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:59:35 -0600 Subject: [PATCH] Rename KInstance and KAboutData to avoid conflicts with KDE4 --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 617d086..0d8a9a0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -34,8 +34,8 @@ namespace { } int main(int argc, char* argv[]) { - KAboutData aboutData("tellico", "Tellico", - version, description, KAboutData::License_GPL, + TDEAboutData aboutData("tellico", "Tellico", + version, description, TDEAboutData::License_GPL, "(c) 2001-2007, Robby Stephenson", 0, "http://www.periapsis.org/tellico/", "tellico-users@forge.novell.com"); aboutData.addAuthor("Robby Stephenson", 0, "robby@periapsis.org");