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 | d82df56df57fe699f486bbabed0a06864bfc11d7 (patch) | |
tree | f5481e4ccbe08ec908cc36b9d7695f799cc9ac5c /flow/gsl/gslcommon.c | |
parent | c50ee33c7420ad87a6ef496d7170a701c2601558 (diff) | |
download | arts-d82df56df57fe699f486bbabed0a06864bfc11d7.tar.gz arts-d82df56df57fe699f486bbabed0a06864bfc11d7.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/dependencies/arts@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'flow/gsl/gslcommon.c')
-rw-r--r-- | flow/gsl/gslcommon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/flow/gsl/gslcommon.c b/flow/gsl/gslcommon.c index d7892f2..d9f63fa 100644 --- a/flow/gsl/gslcommon.c +++ b/flow/gsl/gslcommon.c @@ -684,7 +684,7 @@ gsl_thread_wakeup (GslThread *thread) * @thread: thread to abort * Abort a currently running thread. This function does not * return until the thread in question terminated execution. - * Note that the thread handle gets tqinvalidated with invocation + * Note that the thread handle gets invalidated with invocation * of gsl_thread_abort() or gsl_thread_queue_abort(). */ void @@ -715,7 +715,7 @@ gsl_thread_abort (GslThread *thread) * @thread: thread to abort * Same as gsl_thread_abort(), but returns as soon as possible, * even if thread hasn't stopped execution yet. - * Note that the thread handle gets tqinvalidated with invocation + * Note that the thread handle gets invalidated with invocation * of gsl_thread_abort() or gsl_thread_queue_abort(). */ void |