summaryrefslogtreecommitdiffstats
path: root/librss/testlibrss.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'librss/testlibrss.cpp')
-rw-r--r--librss/testlibrss.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/librss/testlibrss.cpp b/librss/testlibrss.cpp
index 2cbbe913..5ef95531 100644
--- a/librss/testlibrss.cpp
+++ b/librss/testlibrss.cpp
@@ -29,7 +29,7 @@ void Tester::slotLoadingComplete( Loader *loader, Document doc, Status status )
int main( int argc, char **argv )
{
KAboutData aboutData( "testlibrss", "testlibrss", "0.1" );
- KCmdLineArgs::init( argc, argv, &aboutData );
+ TDECmdLineArgs::init( argc, argv, &aboutData );
KApplication app;
Tester tester;