summaryrefslogtreecommitdiffstats
path: root/src/tsthread/tsthread.h
diff options
context:
space:
mode:
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