From 1f3400bba10b276a9e167ef6f6d9d31c84a18135 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:36:11 -0600 Subject: Remove additional unneeded tq method conversions --- 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 4510f38..e69a980 100644 --- a/src/kbfxspinx.cpp +++ b/src/kbfxspinx.cpp @@ -55,7 +55,7 @@ void KbfxSpinx::createKbfx() if ( ConfigInit ().m_KbfxMenuType == "kmenu" ) { kbfxBtn->show(); - kbfxBtn->tqrepaint(); + kbfxBtn->repaint(); } else { @@ -128,7 +128,7 @@ void KbfxSpinx::createRMenu() m_menuWidget = new KbfxSpinxMenuWidget ( m_menu,"KbfxSpinxMenu" ); m_menu->addItem ( m_menuWidget,0 ); kbfxBtn->show(); - kbfxBtn->tqrepaint(); + kbfxBtn->repaint(); menuPosition(); } @@ -201,7 +201,7 @@ void KbfxSpinx::showKmenu() } else { - TQCursor::setPos ( this->mapToGlobal ( this->tqgeometry ().bottomLeft () ) ); + TQCursor::setPos ( this->mapToGlobal ( this->geometry ().bottomLeft () ) ); } } else @@ -212,7 +212,7 @@ void KbfxSpinx::showKmenu() } else { - TQCursor::setPos ( this->mapToGlobal ( this->tqgeometry ().topRight () ) ); + TQCursor::setPos ( this->mapToGlobal ( this->geometry ().topRight () ) ); } } -- cgit v1.2.1