diff options
Diffstat (limited to 'kolf/editor.cpp')
-rw-r--r-- | kolf/editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kolf/editor.cpp b/kolf/editor.cpp index ae9cde32..422db798 100644 --- a/kolf/editor.cpp +++ b/kolf/editor.cpp @@ -19,7 +19,7 @@ Editor::Editor(ObjectList *list, TQWidget *parent, const char *name) TQVBoxLayout *vlayout = new TQVBoxLayout(hlayout, KDialog::spacingHint()); vlayout->addWidget(new TQLabel(i18n("Add object:"), this)); - listbox = new KListBox(this, "Listbox"); + listbox = new TDEListBox(this, "Listbox"); vlayout->addWidget(listbox); hlayout->setStretchFactor(vlayout, 2); |