diff options
Diffstat (limited to 'akregator/src/feedlist.h')
-rw-r--r-- | akregator/src/feedlist.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/akregator/src/feedlist.h b/akregator/src/feedlist.h index 7a44a12b3..10e492179 100644 --- a/akregator/src/feedlist.h +++ b/akregator/src/feedlist.h @@ -27,9 +27,9 @@ #include "nodelist.h" -class QDomDocument; -class QDomNode; -class QString; +class TQDomDocument; +class TQDomNode; +class TQString; namespace Akregator { |