diff options
Diffstat (limited to 'konq-plugins/akregator/konqfeedicon.h')
-rw-r--r-- | konq-plugins/akregator/konqfeedicon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/konq-plugins/akregator/konqfeedicon.h b/konq-plugins/akregator/konqfeedicon.h index 3bcaa38..d186e08 100644 --- a/konq-plugins/akregator/konqfeedicon.h +++ b/konq-plugins/akregator/konqfeedicon.h @@ -35,7 +35,7 @@ @author Teemu Rytilahti */ class KURLLabel; -class KHTMLPart; +class TDEHTMLPart; class TQStringList; namespace KParts { @@ -59,7 +59,7 @@ private: */ bool feedFound(); - TQGuardedPtr<KHTMLPart> m_part; + TQGuardedPtr<TDEHTMLPart> m_part; KURLLabel *m_feedIcon; KParts::StatusBarExtension *m_statusBarEx; FeedDetectorEntryList m_feedList; |