From e07fc3cb5dfe3f7dd4cc36b3bbd4064e86a1be15 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:09:45 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- src/fetcherconfigdialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/fetcherconfigdialog.cpp') diff --git a/src/fetcherconfigdialog.cpp b/src/fetcherconfigdialog.cpp index b92ff15..69697e1 100644 --- a/src/fetcherconfigdialog.cpp +++ b/src/fetcherconfigdialog.cpp @@ -66,9 +66,9 @@ void FetcherConfigDialog::init(Fetch::Type type_) { TQBoxLayout* vlay1 = new TQVBoxLayout(topLayout, KDialog::spacingHint()); m_iconLabel = new TQLabel(widget); if(type_ == Fetch::Unknown) { - m_iconLabel->setPixmap(TDEGlobal::iconLoader()->loadIcon(TQString::fromLatin1("network"), KIcon::Panel, 64)); + m_iconLabel->setPixmap(TDEGlobal::iconLoader()->loadIcon(TQString::fromLatin1("network"), TDEIcon::Panel, 64)); } else { - m_iconLabel->setPixmap(Fetch::Manager::self()->fetcherIcon(type_, KIcon::Panel, 64)); + m_iconLabel->setPixmap(Fetch::Manager::self()->fetcherIcon(type_, TDEIcon::Panel, 64)); } vlay1->addWidget(m_iconLabel); vlay1->addStretch(1); @@ -191,7 +191,7 @@ void FetcherConfigDialog::slotNewSourceSelected(int idx_) { kdWarning() << "FetcherConfigDialog::slotNewSourceSelected() - unknown source type" << endl; return; } - m_iconLabel->setPixmap(Fetch::Manager::self()->fetcherIcon(type, KIcon::Panel, 64)); + m_iconLabel->setPixmap(Fetch::Manager::self()->fetcherIcon(type, TDEIcon::Panel, 64)); cw = Fetch::Manager::self()->configWidget(m_stack, type, m_typeCombo->currentText()); if(!cw) { // bad bad bad! -- cgit v1.2.3