summaryrefslogtreecommitdiffstats
path: root/lib
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
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')
-rw-r--r--lib/pilotAddress.h2
-rw-r--r--lib/plugin.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/pilotAddress.h b/lib/pilotAddress.h
index f5c2bcb..40b5630 100644
--- a/lib/pilotAddress.h
+++ b/lib/pilotAddress.h
@@ -182,7 +182,7 @@ public:
* - phone[6] = Pager
* - phone[7] = Mobile
*
- * Aptqparently, this order is kept for all languages, just with localized
+ * Apparently, this order is kept for all languages, just with localized
* strings. The implementation of the internal methods will assume
* this order is kept. In other languages, main can replaced with
* Corporation.
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.