diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
commit | 45598e35650c5806ecf2d684afeeb0da41c3ff6b (patch) | |
tree | a972e69ed7b08a60a6c7c108a32a7e84c0a42ef0 /lib | |
parent | f6f9c296c3f9d39a8c3d0ee64a542a47f450be28 (diff) | |
download | kpilot-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.h | 2 | ||||
-rw-r--r-- | lib/plugin.h | 2 |
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. |