summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor/main.cpp')
-rw-r--r--kregexpeditor/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/main.cpp b/kregexpeditor/main.cpp
index 47c323c..7cd1844 100644
--- a/kregexpeditor/main.cpp
+++ b/kregexpeditor/main.cpp
@@ -39,7 +39,7 @@ int main( int argc, char* argv[] )
"1.0", I18N_NOOP("Editor for Regular Expressions"),
KAboutData::License_GPL,
"(c) 2002-2003 Jesper K. Pedersen");
- KCmdLineArgs::init(argc, argv, &aboutData);
+ TDECmdLineArgs::init(argc, argv, &aboutData);
KApplication myapp;
#endif