summaryrefslogtreecommitdiffstats
path: root/libtdeedu/extdate/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libtdeedu/extdate/main.cpp')
-rw-r--r--libtdeedu/extdate/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdeedu/extdate/main.cpp b/libtdeedu/extdate/main.cpp
index bcc68a1f..0b833a9a 100644
--- a/libtdeedu/extdate/main.cpp
+++ b/libtdeedu/extdate/main.cpp
@@ -20,7 +20,7 @@ int main( int argc, char *argv[] )
aboutData.addAuthor("Jason Harris", 0,
"jharris@30doradus.org", "http://www.30doradus.org");
- KCmdLineArgs::init( argc, argv, &aboutData );
+ TDECmdLineArgs::init( argc, argv, &aboutData );
KApplication a;
TestWidget *t = new TestWidget(0,0);