diff options
Diffstat (limited to 'src')
-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/", "tellico-users@forge.novell.com"); aboutData.addAuthor("Robby Stephenson", 0, "robby@periapsis.org"); |