summaryrefslogtreecommitdiffstats
path: root/knights/thinbuttons.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:05:09 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:05:09 -0600
commitface65bf8a74a6af70d9ae2ffc381ddc46485539 (patch)
tree839382605f060c6b08c706d1c7565bef5f64722f /knights/thinbuttons.cpp
parenta19492b5502371785de5749c2b12bbdbd012fc7a (diff)
downloadknights-face65bf8a74a6af70d9ae2ffc381ddc46485539.tar.gz
knights-face65bf8a74a6af70d9ae2ffc381ddc46485539.zip
Rename obsolete tq methods to standard names
Diffstat (limited to 'knights/thinbuttons.cpp')
-rw-r--r--knights/thinbuttons.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/knights/thinbuttons.cpp b/knights/thinbuttons.cpp
index 52b308c..ba899ac 100644
--- a/knights/thinbuttons.cpp
+++ b/knights/thinbuttons.cpp
@@ -193,7 +193,7 @@ void thinbuttons::buttonClicked( void )
void thinbuttons::resize( const int Width )
{
Buttons *button;
- TQStyle& Style = TQApplication::tqstyle();
+ TQStyle& Style = TQApplication::style();
int margin;
unsigned int Index;
@@ -215,7 +215,7 @@ void thinbuttons::resize( const int Width )
///////////////////////////////////////
void thinbuttons::mousePressEvent( TQMouseEvent *event )
{
- TQStyle& Style = TQApplication::tqstyle();
+ TQStyle& Style = TQApplication::style();
int margin, xpos(0), index(0);
/* We only want RightClick */