From b5e89dd08b51b46ea43e036ac11dba55ea80fc72 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:55:58 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit f61f056943a68ecc5fa7e7789a7b9c82901a9157. --- src/kbfxspinx.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/kbfxspinx.cpp') diff --git a/src/kbfxspinx.cpp b/src/kbfxspinx.cpp index e69a980..4510f38 100644 --- a/src/kbfxspinx.cpp +++ b/src/kbfxspinx.cpp @@ -55,7 +55,7 @@ void KbfxSpinx::createKbfx() if ( ConfigInit ().m_KbfxMenuType == "kmenu" ) { kbfxBtn->show(); - kbfxBtn->repaint(); + kbfxBtn->tqrepaint(); } else { @@ -128,7 +128,7 @@ void KbfxSpinx::createRMenu() m_menuWidget = new KbfxSpinxMenuWidget ( m_menu,"KbfxSpinxMenu" ); m_menu->addItem ( m_menuWidget,0 ); kbfxBtn->show(); - kbfxBtn->repaint(); + kbfxBtn->tqrepaint(); menuPosition(); } @@ -201,7 +201,7 @@ void KbfxSpinx::showKmenu() } else { - TQCursor::setPos ( this->mapToGlobal ( this->geometry ().bottomLeft () ) ); + TQCursor::setPos ( this->mapToGlobal ( this->tqgeometry ().bottomLeft () ) ); } } else @@ -212,7 +212,7 @@ void KbfxSpinx::showKmenu() } else { - TQCursor::setPos ( this->mapToGlobal ( this->geometry ().topRight () ) ); + TQCursor::setPos ( this->mapToGlobal ( this->tqgeometry ().topRight () ) ); } } -- cgit v1.2.3