summaryrefslogtreecommitdiffstats
path: root/akregator/src/tagfolder.h
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/tagfolder.h')
-rw-r--r--akregator/src/tagfolder.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/akregator/src/tagfolder.h b/akregator/src/tagfolder.h
index 6e416e54..1c883ff0 100644
--- a/akregator/src/tagfolder.h
+++ b/akregator/src/tagfolder.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 AKREGATOR_TAGFOLDER_H
@@ -38,12 +38,12 @@ class TagFolder : public Folder
{
public:
- TagFolder(const TQString& title = TQString::null);
+ TagFolder(const TQString& title = TQString());
virtual ~TagFolder();
virtual bool accept(TreeNodeVisitor* visitor);
- virtual TQDomElement toOPML( TQDomElement parent, TQDomDocument document ) const;
+ virtual TQDomElement toOPML( TQDomElement tqparent, TQDomDocument document ) const;
private:
class TagFolderPrivate;