diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-07 03:45:53 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-07 03:45:53 +0000 |
commit | 10308be19ef7fa44699562cc75946e7ea1fdf6b9 (patch) | |
tree | 4bc444c00a79e88105f2cfce5b6209994c413ca0 /kate/part/katesupercursor.h | |
parent | 307136d8eef0ba133b78ceee8e901138d4c996a1 (diff) | |
download | tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.tar.gz tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.zip |
Revert automated changes
Sorry guys, they are just not ready for prime time
Work will continue as always
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kate/part/katesupercursor.h')
-rw-r--r-- | kate/part/katesupercursor.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kate/part/katesupercursor.h b/kate/part/katesupercursor.h index 9b4b6a199..ef0fd378d 100644 --- a/kate/part/katesupercursor.h +++ b/kate/part/katesupercursor.h @@ -238,7 +238,7 @@ public: * @todo constrain children when their position changes deliberately; * eliminate() children when they are equivalent to their parents * - * @returns true if the range tqcontains the cursor and no children + * @returns true if the range contains the cursor and no children * also contain it; false otherwise. */ bool owns(const KateTextCursor& cursor) const; @@ -297,7 +297,7 @@ signals: void boundaryDeleted(); /** - * The range now tqcontains no characters (ie. the start and end cursors are the same). + * The range now contains no characters (ie. the start and end cursors are the same). * * To eliminate this range under different conditions, connect the other signal directly * to this signal. @@ -420,7 +420,7 @@ public: signals: /** - * The range now tqcontains no characters (ie. the start and end cursors are the same). + * The range now contains no characters (ie. the start and end cursors are the same). * If autoManage() is true, the range will be deleted after the signal has processed. */ void rangeEliminated(KateSuperRange* range); @@ -460,4 +460,4 @@ private: #endif -// kate: space-indent on; indent-width 2; tqreplace-tabs on; +// kate: space-indent on; indent-width 2; replace-tabs on; |