summaryrefslogtreecommitdiffstats
path: root/lib/plugin.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
commit45598e35650c5806ecf2d684afeeb0da41c3ff6b (patch)
treea972e69ed7b08a60a6c7c108a32a7e84c0a42ef0 /lib/plugin.h
parentf6f9c296c3f9d39a8c3d0ee64a542a47f450be28 (diff)
downloadkpilot-45598e35650c5806ecf2d684afeeb0da41c3ff6b.tar.gz
kpilot-45598e35650c5806ecf2d684afeeb0da41c3ff6b.zip
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/kpilot@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'lib/plugin.h')
-rw-r--r--lib/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugin.h b/lib/plugin.h
index 817d753..59322ac 100644
--- a/lib/plugin.h
+++ b/lib/plugin.h
@@ -69,7 +69,7 @@ namespace Pilot
*
* NB. The reason that this is a TQObject which needs to create a
* separate widget - instead of a TQWidget subclass - has to do with
-* tqlayouting. If you make the widget with designer then the easiest
+* layouting. If you make the widget with designer then the easiest
* thing to do is to use a grid tqlayout there. Making ConduitConfigBase
* a TQWidget subclass would require an additional tqlayout here, which
* seems a little foolish.