less Q3 (remove a lot of unused Q3 headers, port small things)
[kdenetwork.git] / librss / testlibrss.h
blob2db1017898b1a43cad19280b5bbf4016d38417a4
1 #ifndef TESTLIBRSS_H
2 #define TESTLIBRSS_H
4 #include <qobject.h>
6 #include "loader.h"
7 #include "document.h"
8 #include "global.h"
10 using RSS::Loader;
11 using RSS::Document;
12 using RSS::Status;
14 class Tester : public QObject
16 Q_OBJECT
17 public:
18 void test();
20 private slots:
21 void slotLoadingComplete( Loader *loader, Document doc, Status status );
24 #endif