summaryrefslogtreecommitdiffstats
path: root/plugins/rssfeed/rss/testlibrss.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/rssfeed/rss/testlibrss.h')
-rw-r--r--plugins/rssfeed/rss/testlibrss.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/plugins/rssfeed/rss/testlibrss.h b/plugins/rssfeed/rss/testlibrss.h
deleted file mode 100644
index 222943a..0000000
--- a/plugins/rssfeed/rss/testlibrss.h
+++ /dev/null
@@ -1,26 +0,0 @@
-#ifndef TESTLIBRSS_H
-#define TESTLIBRSS_H
-
-#include <tqobject.h>
-
-#include "loader.h"
-#include "document.h"
-#include "article.h"
-#include "global.h"
-
-using RSS::Loader;
-using RSS::Document;
-using RSS::Status;
-
-class Tester : public TQObject
-{
- Q_OBJECT
-
- public:
- void test( const TQString &url );
-
- private slots:
- void slotLoadingComplete( Loader *loader, Document doc, Status status );
-};
-
-#endif