summaryrefslogtreecommitdiffstats
path: root/knights/tabbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knights/tabbox.cpp')
-rw-r--r--knights/tabbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/tabbox.cpp b/knights/tabbox.cpp
index 00286c3..8f9ecdf 100644
--- a/knights/tabbox.cpp
+++ b/knights/tabbox.cpp
@@ -26,7 +26,7 @@
TabBox::TabBox( resource *rsrc ) : TQVBox(0,"TabBox",TQt::WDestructiveClose)
{
myResource = rsrc;
- setMargin( TQApplication::tqstyle().defaultFrameWidth() );
+ setMargin( TQApplication::style().defaultFrameWidth() );
myTabs = new TQTabWidget( this, "myTabs" );
myTabs->setTabShape( TQTabWidget::Rounded );