diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 11:36:11 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 11:36:11 -0600 |
commit | 1f3400bba10b276a9e167ef6f6d9d31c84a18135 (patch) | |
tree | ea06fe6a81e27b5c3c78b14bddebd9707221f4fc /src/kbfxspinx.cpp | |
parent | bc48dbcc61e0c39023cc81c09f716d2ed8158648 (diff) | |
download | kbfx-1f3400bba10b276a9e167ef6f6d9d31c84a18135.tar.gz kbfx-1f3400bba10b276a9e167ef6f6d9d31c84a18135.zip |
Remove additional unneeded tq method conversions
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 () ) ); } } |