summaryrefslogtreecommitdiffstats
path: root/src/common/gui/editlistbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/gui/editlistbox.cpp')
-rw-r--r--src/common/gui/editlistbox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/gui/editlistbox.cpp b/src/common/gui/editlistbox.cpp
index 8601399..432aacd 100644
--- a/src/common/gui/editlistbox.cpp
+++ b/src/common/gui/editlistbox.cpp
@@ -61,8 +61,8 @@ void EditListBox::init(uint nbColumns, TQWidget *view)
TQHBoxLayout *hbox = new TQHBoxLayout(KDialog::spacingHint());
grid->addMultiCellLayout(hbox, row,row, 0,1);
if (m_lineEdit) {
- KIconLoader loader;
- TQIconSet iconset = loader.loadIcon("locationbar_erase", KIcon::Toolbar);
+ TDEIconLoader loader;
+ TQIconSet iconset = loader.loadIcon("locationbar_erase", TDEIcon::Toolbar);
KPushButton *button = new KPushButton(iconset, TQString(), this);
connect(button, TQT_SIGNAL(clicked()), TQT_SLOT(clearEdit()));
hbox->addWidget(button);