summaryrefslogtreecommitdiffstats
path: root/konquest
diff options
context:
space:
mode:
Diffstat (limited to 'konquest')
-rw-r--r--konquest/Konquest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/konquest/Konquest.cc b/konquest/Konquest.cc
index 85a16e92..9a23ed89 100644
--- a/konquest/Konquest.cc
+++ b/konquest/Konquest.cc
@@ -16,7 +16,7 @@ main(int argc, char **argv)
KONQUEST_VERSION, description, KAboutData::License_GPL,
I18N_NOOP("Copyright (c) 1999-2001, Developers"));
aboutData.addAuthor("Russ Steffen",0, "rsteffen@bayarea.net");
- KCmdLineArgs::init( argc, argv, &aboutData );
+ TDECmdLineArgs::init( argc, argv, &aboutData );
KApplication a;
TQApplication::setGlobalMouseTracking( true );