diff options
Diffstat (limited to 'khotkeys/kcontrol/gesturerecordpage.cpp')
| -rw-r--r-- | khotkeys/kcontrol/gesturerecordpage.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/khotkeys/kcontrol/gesturerecordpage.cpp b/khotkeys/kcontrol/gesturerecordpage.cpp index af2fb8cdc..ef59a4a99 100644 --- a/khotkeys/kcontrol/gesturerecordpage.cpp +++ b/khotkeys/kcontrol/gesturerecordpage.cpp @@ -43,7 +43,7 @@ GestureRecordPage::GestureRecordPage(const TQString &gesture,                     "button below.\n\nDraw here:");      TQLabel *label = new TQLabel(message, this, "label"); -    label->setAlignment(TQLabel::AlignLeft | TQLabel::WordBreak | +    label->tqsetAlignment(TQLabel::AlignLeft | TQLabel::WordBreak |                          TQLabel::AlignVCenter);      _recorder = new GestureRecorder(this, "recorder"); | 
