diff options
author | Michele Calgaro <[email protected]> | 2025-01-20 17:31:48 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-20 17:31:48 +0900 |
commit | 1517a05d2ffe7a33e1fe18a2dae540ae1c3d6694 (patch) | |
tree | e6967aa8aacf5e5fca64c6b69f3a0ddc528a5640 /librss/testlibrss.cpp | |
parent | 50da92376284f30d95e18960d2b24c49901fb10d (diff) | |
download | tdenetwork-1517a05d2ffe7a33e1fe18a2dae540ae1c3d6694.tar.gz tdenetwork-1517a05d2ffe7a33e1fe18a2dae540ae1c3d6694.zip |
Use tdeApp
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'librss/testlibrss.cpp')
-rw-r--r-- | librss/testlibrss.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librss/testlibrss.cpp b/librss/testlibrss.cpp index f84dc03d..94856aab 100644 --- a/librss/testlibrss.cpp +++ b/librss/testlibrss.cpp @@ -23,7 +23,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 ) |