summaryrefslogtreecommitdiffstats
path: root/plugins/rssfeed/rss/testlibrss.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/rssfeed/rss/testlibrss.cpp')
-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 721c112..154facb 100644
--- a/plugins/rssfeed/rss/testlibrss.cpp
+++ b/plugins/rssfeed/rss/testlibrss.cpp
@@ -58,7 +58,7 @@ void Tester::slotLoadingComplete( Loader *loader, Document doc, Status status )
int main( int argc, char **argv )
{
- KAboutData aboutData( "testlibrss", "testlibrss", "0.1" );
+ TDEAboutData aboutData( "testlibrss", "testlibrss", "0.1" );
TDECmdLineArgs::init( argc, argv, &aboutData );
TDECmdLineArgs::addCmdLineOptions( options );
TDEApplication app;