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/kbfxplasmacanvasview.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/kbfxplasmacanvasview.cpp')
| -rw-r--r-- | src/kbfxplasmacanvasview.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kbfxplasmacanvasview.cpp b/src/kbfxplasmacanvasview.cpp index 5fec81e..6814372 100644 --- a/src/kbfxplasmacanvasview.cpp +++ b/src/kbfxplasmacanvasview.cpp @@ -46,10 +46,10 @@ KbfxPlasmaCanvasView::KbfxPlasmaCanvasView ( TQWidget * parent, m_scrollbar_top->setType ( KbfxSpinxScrollBar::UP ); m_scrollbar_bot->setType ( KbfxSpinxScrollBar::DOWN ); - connect ( m_scrollbar_top, TQT_SIGNAL ( scroll ( int, int ) ), this, - TQT_SLOT ( scrollBy ( int, int ) ) ); - connect ( m_scrollbar_bot, TQT_SIGNAL ( scroll ( int, int ) ), this, - TQT_SLOT ( scrollBy ( int, int ) ) ); + connect ( m_scrollbar_top, TQ_SIGNAL ( scroll ( int, int ) ), this, + TQ_SLOT ( scrollBy ( int, int ) ) ); + connect ( m_scrollbar_bot, TQ_SIGNAL ( scroll ( int, int ) ), this, + TQ_SLOT ( scrollBy ( int, int ) ) ); placeScrollBars (); } |
