summaryrefslogtreecommitdiffstats
path: root/akregator/src/tagfolder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/tagfolder.cpp')
-rw-r--r--akregator/src/tagfolder.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/akregator/src/tagfolder.cpp b/akregator/src/tagfolder.cpp
index cc958307..bb361fce 100644
--- a/akregator/src/tagfolder.cpp
+++ b/akregator/src/tagfolder.cpp
@@ -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.
*/
#include "tagfolder.h"
@@ -52,7 +52,7 @@ bool TagFolder::accept(TreeNodeVisitor* visitor)
return visitor->visitFolder(this);
}
-TQDomElement TagFolder::toOPML( TQDomElement /*parent*/, TQDomDocument /*document*/ ) const
+TQDomElement TagFolder::toOPML( TQDomElement /*tqparent*/, TQDomDocument /*document*/ ) const
{
return TQDomElement();
}