summaryrefslogtreecommitdiffstats
path: root/librss/testlibrss.h
diff options
context:
space:
mode:
Diffstat (limited to 'librss/testlibrss.h')
-rw-r--r--librss/testlibrss.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/librss/testlibrss.h b/librss/testlibrss.h
index 9ec92ec7..d394abed 100644
--- a/librss/testlibrss.h
+++ b/librss/testlibrss.h
@@ -9,7 +9,7 @@
using RSS::Loader;
using RSS::Document;
-using RSS::tqStatus;
+using RSS::Status;
class Tester : public TQObject
{
@@ -19,7 +19,7 @@ class Tester : public TQObject
void test();
private slots:
- void slotLoadingComplete( Loader *loader, Document doc, tqStatus status );
+ void slotLoadingComplete( Loader *loader, Document doc, Status status );
};
#endif