summaryrefslogtreecommitdiffstats
path: root/knights/thinbuttons.cpp
diff options
context:
space:
mode:
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 */