summaryrefslogtreecommitdiffstats
path: root/akregator/src/librss/testlibrss.h
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/librss/testlibrss.h')
-rw-r--r--akregator/src/librss/testlibrss.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/akregator/src/librss/testlibrss.h b/akregator/src/librss/testlibrss.h
index c65fa3bd..b84a0ab5 100644
--- a/akregator/src/librss/testlibrss.h
+++ b/akregator/src/librss/testlibrss.h
@@ -1,7 +1,7 @@
#ifndef TESTLIBRSS_H
#define TESTLIBRSS_H
-#include <qobject.h>
+#include <tqobject.h>
#include "loader.h"
#include "document.h"
@@ -16,7 +16,7 @@ class Tester : public QObject
{
Q_OBJECT
public:
- void test( const QString &url );
+ void test( const TQString &url );
private slots:
void slotLoadingComplete( Loader *loader, Document doc, Status status );