diff options
Diffstat (limited to 'kmail/recipientseditortest.cpp')
-rw-r--r-- | kmail/recipientseditortest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/recipientseditortest.cpp b/kmail/recipientseditortest.cpp index 5d8b02ee3..e347fe5cf 100644 --- a/kmail/recipientseditortest.cpp +++ b/kmail/recipientseditortest.cpp @@ -92,7 +92,7 @@ int main( int argc, char **argv ) { KAboutData aboutData( "testrecipienteditor", "Test Recipient Editor", "0.1" ); - KCmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::init( argc, argv, &aboutData ); KApplication app; |