From 704123e8152edcd80447659317f1c8b31a1576e6 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: Remove the tq in front of these incorrectly TQt4-converted methods/data members: tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/piklab@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/common/gui/hexword_gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/gui/hexword_gui.h') diff --git a/src/common/gui/hexword_gui.h b/src/common/gui/hexword_gui.h index f607f07..19b8404 100644 --- a/src/common/gui/hexword_gui.h +++ b/src/common/gui/hexword_gui.h @@ -82,7 +82,7 @@ protected: virtual bool isValid() const { return true; } virtual BitValue tqmask() const { return maxValue(NumberBase::Hex, _nbChars); } - virtual BitValue normalizeWord(BitValue value) const { return value.tqmaskWith(tqmask()); } + virtual BitValue normalizeWord(BitValue value) const { return value.maskWith(tqmask()); } virtual BitValue word() const { return _word; } virtual void setWord(BitValue value) { _word = value; } virtual BitValue blankValue() const { return 0; } -- cgit v1.2.1