summaryrefslogtreecommitdiffstats
path: root/kresources
diff options
context:
space:
mode:
Diffstat (limited to 'kresources')
-rw-r--r--kresources/testresources.cpp2
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;