summaryrefslogtreecommitdiffstats
path: root/src/kbfxspinx.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:55:58 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:55:58 -0600
commitb5e89dd08b51b46ea43e036ac11dba55ea80fc72 (patch)
tree649f930fffdb92fd92d9db5125da36ed8929c2ec /src/kbfxspinx.cpp
parentf61f056943a68ecc5fa7e7789a7b9c82901a9157 (diff)
downloadkbfx-b5e89dd08b51b46ea43e036ac11dba55ea80fc72.tar.gz
kbfx-b5e89dd08b51b46ea43e036ac11dba55ea80fc72.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit f61f056943a68ecc5fa7e7789a7b9c82901a9157.
Diffstat (limited to 'src/kbfxspinx.cpp')
-rw-r--r--src/kbfxspinx.cpp8
1 files changed, 4 insertions, 4 deletions
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 () ) );
}
}