summaryrefslogtreecommitdiffstats
path: root/tdeui/kkeybutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/kkeybutton.cpp')
-rw-r--r--tdeui/kkeybutton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kkeybutton.cpp b/tdeui/kkeybutton.cpp
index 27ae04c23..ee26cc6de 100644
--- a/tdeui/kkeybutton.cpp
+++ b/tdeui/kkeybutton.cpp
@@ -98,7 +98,7 @@ void KKeyButton::setShortcut( const KShortcut& cut )
void KKeyButton::setText( const TQString& text )
{
TQPushButton::setText( text );
- setFixedSize( tqsizeHint().width()+12, tqsizeHint().height()+8 );
+ setFixedSize( sizeHint().width()+12, sizeHint().height()+8 );
}
void KKeyButton::captureShortcut()