diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-05 10:33:37 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-05 10:33:37 +0900 |
commit | 43379ee382fcc18c575c57fdae218a7d0e51e526 (patch) | |
tree | 5fcb954cee7a289c2a3b6cac92171cb18b0bf800 /src/kbfxplasmacanvasitem.cpp | |
parent | bb92088ae48f7facbc0d25370eb7eb32f183328c (diff) | |
download | kbfx-43379ee382fcc18c575c57fdae218a7d0e51e526.tar.gz kbfx-43379ee382fcc18c575c57fdae218a7d0e51e526.zip |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kbfxplasmacanvasitem.cpp')
-rw-r--r-- | src/kbfxplasmacanvasitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbfxplasmacanvasitem.cpp b/src/kbfxplasmacanvasitem.cpp index c78a940..0c18256 100644 --- a/src/kbfxplasmacanvasitem.cpp +++ b/src/kbfxplasmacanvasitem.cpp @@ -32,7 +32,7 @@ KbfxPlasmaCanvasItem::KbfxPlasmaCanvasItem ( TQCanvasPixmapArray * a , TQCanvas m_commentText ="No Comment Set By Plugin"; m_height =_img->height(); m_width =_img->width(); - connect ( this,TQT_SIGNAL ( clicked() ),this,TQT_SLOT ( exec() ) ); + connect ( this,TQ_SIGNAL ( clicked() ),this,TQ_SLOT ( exec() ) ); m_type = OTHER; // ConfigInit().read(); m_noComments = ConfigInit().m_noComments; |