diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 19:59:35 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 19:59:35 -0600 |
commit | fe45782b6989460e86584693749216e9d66e51d3 (patch) | |
tree | fe6e9ee1b0d8ebf2221193e15bd45330e501bb5d | |
parent | 0f1e10ab6ac4684e661ccde5c32fccd3b407acb8 (diff) | |
download | tellico-fe45782b6989460e86584693749216e9d66e51d3.tar.gz tellico-fe45782b6989460e86584693749216e9d66e51d3.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
-rw-r--r-- | src/main.cpp | 4 |
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/", "[email protected]"); aboutData.addAuthor("Robby Stephenson", 0, "[email protected]"); |