diff options
Diffstat (limited to 'libtdepim/komposer/core/tests/main.cpp')
-rw-r--r-- | libtdepim/komposer/core/tests/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libtdepim/komposer/core/tests/main.cpp b/libtdepim/komposer/core/tests/main.cpp index 4a33a2f13..2d394a228 100644 --- a/libtdepim/komposer/core/tests/main.cpp +++ b/libtdepim/komposer/core/tests/main.cpp @@ -39,12 +39,12 @@ static const KCmdLineOptions options[] = int main( int argc, char** argv ) { KAboutData aboutData( "tests","Test","0.1" ); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions( options ); KApplication app; - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); Q_UNUSED( args ); TestFactory t; |