diff options
Diffstat (limited to 'kregexpeditor/test-without-dl')
-rw-r--r-- | kregexpeditor/test-without-dl/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/test-without-dl/main.cpp b/kregexpeditor/test-without-dl/main.cpp index ce7e084..31903dd 100644 --- a/kregexpeditor/test-without-dl/main.cpp +++ b/kregexpeditor/test-without-dl/main.cpp @@ -44,7 +44,7 @@ public: int main( int argc, char* argv[] ) { - KCmdLineArgs::init(argc, argv, "RegExp Example","",""); + TDECmdLineArgs::init(argc, argv, "RegExp Example","",""); KApplication myapp( argc, argv ); tqApp->installEventFilter( new ShootABug() ); |