summaryrefslogtreecommitdiffstats
path: root/plugins/rssfeed
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/rssfeed')
-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 4515cf7..a6e970e 100644
--- a/plugins/rssfeed/rss/testlibrss.cpp
+++ b/plugins/rssfeed/rss/testlibrss.cpp
@@ -53,7 +53,7 @@ void Tester::slotLoadingComplete( Loader *loader, Document doc, Status status )
if ( status != Success )
kdDebug() << "ERROR " << loader->errorCode() << endl;
- kapp->quit();
+ tdeApp->quit();
}
int main( int argc, char **argv )