summaryrefslogtreecommitdiffstats
path: root/akregator/src/tagset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/tagset.cpp')
-rw-r--r--akregator/src/tagset.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/akregator/src/tagset.cpp b/akregator/src/tagset.cpp
index 4cfb787a..1be7f952 100644
--- a/akregator/src/tagset.cpp
+++ b/akregator/src/tagset.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 "tag.h"
@@ -38,7 +38,7 @@ class TagSet::TagSetPrivate
TQMap<TQString,Tag> map;
};
-TagSet::TagSet(TQObject* parent) : TQObject(parent), d(new TagSetPrivate)
+TagSet::TagSet(TQObject* tqparent) : TQObject(tqparent), d(new TagSetPrivate)
{
}
@@ -72,7 +72,7 @@ void TagSet::remove(const Tag& tag)
}
}
-bool TagSet::tqcontainsID(const TQString& id) const
+bool TagSet::containsID(const TQString& id) const
{
return d->map.tqcontains(id);
}