summaryrefslogtreecommitdiffstats
path: root/plugins/rssfeed/rss
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/rssfeed/rss')
-rw-r--r--plugins/rssfeed/rss/testlibrss.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/rssfeed/rss/testlibrss.cpp b/plugins/rssfeed/rss/testlibrss.cpp
index f66a53d..721c112 100644
--- a/plugins/rssfeed/rss/testlibrss.cpp
+++ b/plugins/rssfeed/rss/testlibrss.cpp
@@ -61,7 +61,7 @@ int main( int argc, char **argv )
KAboutData aboutData( "testlibrss", "testlibrss", "0.1" );
TDECmdLineArgs::init( argc, argv, &aboutData );
TDECmdLineArgs::addCmdLineOptions( options );
- KApplication app;
+ TDEApplication app;
TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
if ( args->count() != 1 ) args->usage();