diff options
Diffstat (limited to 'akregator/src/librss/testlibrss.h')
-rw-r--r-- | akregator/src/librss/testlibrss.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/akregator/src/librss/testlibrss.h b/akregator/src/librss/testlibrss.h index c65fa3bd2..b84a0ab5c 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 ); |