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