summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:59:35 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:59:35 -0600
commitfe45782b6989460e86584693749216e9d66e51d3 (patch)
treefe6e9ee1b0d8ebf2221193e15bd45330e501bb5d
parent0f1e10ab6ac4684e661ccde5c32fccd3b407acb8 (diff)
downloadtellico-fe45782b6989460e86584693749216e9d66e51d3.tar.gz
tellico-fe45782b6989460e86584693749216e9d66e51d3.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 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");