diff options
author | Michele Calgaro <[email protected]> | 2023-12-30 16:28:59 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-12-30 16:28:59 +0900 |
commit | 97ea83f8b23cc80320874b97b671c736a83c378a (patch) | |
tree | 8da6950abf3ecb5696ffd969bac30d6e05ce9620 /src/tsthread | |
parent | 831670cd1aa76b314b447cfa2d9c71603cbbf43e (diff) | |
download | gwenview-97ea83f8b23cc80320874b97b671c736a83c378a.tar.gz gwenview-97ea83f8b23cc80320874b97b671c736a83c378a.zip |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/tsthread')
-rw-r--r-- | src/tsthread/tsthread.h | 2 |
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 |