summaryrefslogtreecommitdiffstats
path: root/akregator/src/feeditem.h
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/feeditem.h')
-rw-r--r--akregator/src/feeditem.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/akregator/src/feeditem.h b/akregator/src/feeditem.h
index cc3c7efb..4f716a62 100644
--- a/akregator/src/feeditem.h
+++ b/akregator/src/feeditem.h
@@ -18,8 +18,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
As a special exception, permission is given to link this program
- with any edition of Qt, and distribute the resulting executable,
- without including the source code for Qt in the source distribution.
+ with any edition of TQt, and distribute the resulting executable,
+ without including the source code for TQt in the source distribution.
*/
#ifndef AKREGATORFEEDITEM_H
@@ -40,10 +40,10 @@ class FeedItem : public TreeNodeItem
{
public:
- FeedItem(FolderItem* parent, Feed* node);
- FeedItem(FolderItem* parent, TreeNodeItem* after, Feed* node);
- FeedItem(KListView* parent, Feed* node);
- FeedItem(KListView* parent, TreeNodeItem* after, Feed* node);
+ FeedItem(FolderItem* tqparent, Feed* node);
+ FeedItem(FolderItem* tqparent, TreeNodeItem* after, Feed* node);
+ FeedItem(KListView* tqparent, Feed* node);
+ FeedItem(KListView* tqparent, TreeNodeItem* after, Feed* node);
virtual ~FeedItem();
virtual Feed* node();