diff options
Diffstat (limited to 'akregator/src/feeditem.h')
-rw-r--r-- | akregator/src/feeditem.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/akregator/src/feeditem.h b/akregator/src/feeditem.h index e51913ab1..cc3c7efb2 100644 --- a/akregator/src/feeditem.h +++ b/akregator/src/feeditem.h @@ -48,10 +48,10 @@ class FeedItem : public TreeNodeItem virtual ~FeedItem(); virtual Feed* node(); virtual void nodeChanged(); - virtual void showContextMenu(const QPoint& p); + virtual void showContextMenu(const TQPoint& p); - static QPixmap errorPixmap(); - static QPixmap defaultPixmap(); + static TQPixmap errorPixmap(); + static TQPixmap defaultPixmap(); private: void initialize(Feed* node); |