diff options
Diffstat (limited to 'kresources/testresources.cpp')
-rw-r--r-- | kresources/testresources.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kresources/testresources.cpp b/kresources/testresources.cpp index 257f58ca1..452d9cf27 100644 --- a/kresources/testresources.cpp +++ b/kresources/testresources.cpp @@ -30,7 +30,7 @@ class TestSubResource : public TestResource int main( int argc, char **argv ) { KAboutData aboutData( "testresources", "Kresource Test", "0" ); - KCmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::init( argc, argv, &aboutData ); KApplication app; |