diff options
author | Timothy Pearson <[email protected]> | 2011-12-15 15:30:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-15 15:30:08 -0600 |
commit | f61f056943a68ecc5fa7e7789a7b9c82901a9157 (patch) | |
tree | 799817257250d71692535da8bd6e8aa3b3519b3f /src/kbfxspinx.cpp | |
parent | 7e48847d0a084b6ff3a5d0eeb4a3c1b975cda4e5 (diff) | |
download | kbfx-f61f056943a68ecc5fa7e7789a7b9c82901a9157.tar.gz kbfx-f61f056943a68ecc5fa7e7789a7b9c82901a9157.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/kbfxspinx.cpp')
-rw-r--r-- | src/kbfxspinx.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
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 () ) ); } } |