diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-21 17:20:59 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-03 22:34:45 +0900 |
| commit | ec22c2282ace350a2bbdee997eae1d7b616767a9 (patch) | |
| tree | 0a8e611b48fd06397440afd56f40f61768f27e9d /plugins/rssfeed | |
| parent | 882489444d6c12503454e73bb8e53fe3215c0619 (diff) | |
| download | ktorrent-ec22c2282ace350a2bbdee997eae1d7b616767a9.tar.gz ktorrent-ec22c2282ace350a2bbdee997eae1d7b616767a9.zip | |
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'plugins/rssfeed')
| -rw-r--r-- | plugins/rssfeed/rss/testlibrss.cpp | 2 |
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 ) |
