From 58a97ed3af5e4df6c4a58d043b0c267bd97056a9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:12:46 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kolf/editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kolf/editor.cpp') 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); -- cgit v1.2.1