summaryrefslogtreecommitdiffstats
path: root/akregator/src/feedlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/feedlist.h')
-rw-r--r--akregator/src/feedlist.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/akregator/src/feedlist.h b/akregator/src/feedlist.h
index 4e630ea7..683cdd15 100644
--- a/akregator/src/feedlist.h
+++ b/akregator/src/feedlist.h
@@ -47,14 +47,14 @@ Q_OBJECT
TQ_OBJECT
public:
- FeedList(TQObject *tqparent = 0, const char *name = 0);
+ FeedList(TQObject *parent = 0, const char *name = 0);
/** Destructor. Contained nodes are deleted! */
~FeedList();
/** appends another feed list as sub tree. The root node of @c list is ignored. NOTE: nodes are _moved_ from @c list to this feed list, not copied */
- void append(FeedList* list, Folder* tqparent=0, TreeNode* after=0);
+ void append(FeedList* list, Folder* parent=0, TreeNode* after=0);
/** reads an OPML document and appends the items to this list
@param doc the OPML document to parse
@@ -82,7 +82,7 @@ protected:
public: // compat with KDE-3.x assertions, remove for KDE 4
// private:
- void parseChildNodes(TQDomNode &node, Folder* tqparent);
+ void parseChildNodes(TQDomNode &node, Folder* parent);
// never call these
FeedList(const FeedList&) : NodeList() {}