summaryrefslogtreecommitdiffstats
path: root/kpercentage/kpercentage/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpercentage/kpercentage/main.cpp')
-rw-r--r--kpercentage/kpercentage/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpercentage/kpercentage/main.cpp b/kpercentage/kpercentage/main.cpp
index 74e80dfa..7e7f7560 100644
--- a/kpercentage/kpercentage/main.cpp
+++ b/kpercentage/kpercentage/main.cpp
@@ -36,11 +36,11 @@ static KCmdLineOptions options[] =
int main( int argc, char *argv[] )
{
- KAboutData aboutData
+ TDEAboutData aboutData
(
"kpercentage",
I18N_NOOP( "KPercentage" ),
- KPERCENTAGE_VERSION, description, KAboutData::License_GPL,
+ KPERCENTAGE_VERSION, description, TDEAboutData::License_GPL,
"(c) 2001-2007, Matthias Messmer",
0, 0,
"submit@bugs.kde.org"