From 74a2067d286867e313f736d6733407586b71195e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:10:05 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- atlantikdesigner/designer/group.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atlantikdesigner/designer/group.cpp') diff --git a/atlantikdesigner/designer/group.cpp b/atlantikdesigner/designer/group.cpp index 79b0205..03dabbf 100644 --- a/atlantikdesigner/designer/group.cpp +++ b/atlantikdesigner/designer/group.cpp @@ -28,7 +28,7 @@ GroupEditor::GroupEditor(ConfigEstateGroupList *newList, TQWidget *parent) TQFrame *page = plainPage(); TQHBoxLayout *hlayout = new TQHBoxLayout(page, marginHint(), spacingHint()); - groups = new KListBox(page); + groups = new TDEListBox(page); hlayout->addWidget(groups); connect(groups, TQT_SIGNAL(highlighted(TQListBoxItem *)), this, TQT_SLOT(updateSettings(TQListBoxItem *))); TQStringList newgroups; -- cgit v1.2.1