summaryrefslogtreecommitdiffstats
path: root/akregator/src/tagnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/tagnode.h')
-rw-r--r--akregator/src/tagnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/tagnode.h b/akregator/src/tagnode.h
index ebdf15a0..db3d8225 100644
--- a/akregator/src/tagnode.h
+++ b/akregator/src/tagnode.h
@@ -93,7 +93,7 @@ public:
/** reimplemented to return an invalid element */
- virtual TQDomElement toOPML( TQDomElement tqparent, TQDomDocument document ) const;
+ virtual TQDomElement toOPML( TQDomElement parent, TQDomDocument document ) const;
/** returns the next node in the tree.
Calling next() unless it returns 0 iterates through the tree in pre-order