diff options
Diffstat (limited to 'kbugbuster/gui/messageeditor.cpp')
-rw-r--r-- | kbugbuster/gui/messageeditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbugbuster/gui/messageeditor.cpp b/kbugbuster/gui/messageeditor.cpp index f10e0fb4..865ec3da 100644 --- a/kbugbuster/gui/messageeditor.cpp +++ b/kbugbuster/gui/messageeditor.cpp @@ -21,7 +21,7 @@ MessageEditor::MessageEditor( TQWidget *parent ) TQFrame *topFrame = plainPage(); TQBoxLayout *topLayout = new TQVBoxLayout(topFrame,0,spacingHint()); - TQBoxLayout *selectionLayout = new QHBoxLayout; + TQBoxLayout *selectionLayout = new TQHBoxLayout; topLayout->addLayout(selectionLayout); TQLabel *selectionLabel = new TQLabel(i18n("Button:"),topFrame); |