diff options
Diffstat (limited to 'akregator/src/librss/document.h')
-rw-r--r-- | akregator/src/librss/document.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/akregator/src/librss/document.h b/akregator/src/librss/document.h index 450dcf3ba..55ac264cc 100644 --- a/akregator/src/librss/document.h +++ b/akregator/src/librss/document.h @@ -14,8 +14,8 @@ #include "article.h" #include "global.h" -class QDateTime; -class QDomDocument; +class TQDateTime; +class TQDomDocument; namespace RSS { |