summaryrefslogtreecommitdiffstats
path: root/src/tsthread/tsthread.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-30 16:28:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-30 16:28:59 +0900
commit97ea83f8b23cc80320874b97b671c736a83c378a (patch)
tree8da6950abf3ecb5696ffd969bac30d6e05ce9620 /src/tsthread/tsthread.h
parent831670cd1aa76b314b447cfa2d9c71603cbbf43e (diff)
downloadgwenview-97ea83f8b23cc80320874b97b671c736a83c378a.tar.gz
gwenview-97ea83f8b23cc80320874b97b671c736a83c378a.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tsthread/tsthread.h')
-rw-r--r--src/tsthread/tsthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tsthread/tsthread.h b/src/tsthread/tsthread.h
index 2a53d7b..bd8e48d 100644
--- a/src/tsthread/tsthread.h
+++ b/src/tsthread/tsthread.h
@@ -113,7 +113,7 @@ class TSThread
* in slots is valid.
* Example:
* \code
- * emitSignal( this, TQT_SIGNAL( result( int* )), &result_data );
+ * emitSignal( this, TQ_SIGNAL( result( int* )), &result_data );
* \endcode
* @see postSignal
* @see emitCancellableSignal