diff options
Diffstat (limited to 'kbugbuster/gui/msginputdialog.cpp')
-rw-r--r-- | kbugbuster/gui/msginputdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbugbuster/gui/msginputdialog.cpp b/kbugbuster/gui/msginputdialog.cpp index c34a18be..4bd8437a 100644 --- a/kbugbuster/gui/msginputdialog.cpp +++ b/kbugbuster/gui/msginputdialog.cpp @@ -90,7 +90,7 @@ MsgInputDialog::MsgInputDialog(MsgInputDialog::MessageType type, const Bug &bug, l = new TQLabel( i18n( "&Preset Messages" ), w ); l->setFont( f ); - mPresets = new KListBox( w ); + mPresets = new TDEListBox( w ); updatePresets(); l->setBuddy( mPresets ); |