diff options
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 (); } |