summaryrefslogtreecommitdiffstats
path: root/arts/kde/kiotest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'arts/kde/kiotest.cc')
-rw-r--r--arts/kde/kiotest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/kde/kiotest.cc b/arts/kde/kiotest.cc
index b27978f47..826a3b165 100644
--- a/arts/kde/kiotest.cc
+++ b/arts/kde/kiotest.cc
@@ -20,7 +20,7 @@ static KCmdLineOptions options[] =
int main(int argc, char **argv)
{
- KAboutData aboutData( "kiotest", I18N_NOOP("KIOTest"), I18N_NOOP("0.1"), "", KAboutData::License_GPL, "");
+ TDEAboutData aboutData( "kiotest", I18N_NOOP("KIOTest"), I18N_NOOP("0.1"), "", TDEAboutData::License_GPL, "");
TDECmdLineArgs::init(argc,argv,&aboutData);
TDECmdLineArgs::addCmdLineOptions(options);