diff options
Diffstat (limited to 'kunittest/example')
-rw-r--r-- | kunittest/example/simple/maingui.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kunittest/example/simple/maingui.cpp b/kunittest/example/simple/maingui.cpp index 63e8cfd9..91dc646e 100644 --- a/kunittest/example/simple/maingui.cpp +++ b/kunittest/example/simple/maingui.cpp @@ -47,8 +47,8 @@ int main( int argc, char** argv ) KAboutData::License_BSD, "(C) 2005 Jeroen Wijnhout", 0, 0, - KCmdLineArgs::init(argc, argv, &about); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init(argc, argv, &about); + TDECmdLineArgs::addCmdLineOptions( options ); KApplication app; |