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/newstuff/dialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/newstuff/dialog.cpp') diff --git a/src/newstuff/dialog.cpp b/src/newstuff/dialog.cpp index 5fd7ff0..7b32f38 100644 --- a/src/newstuff/dialog.cpp +++ b/src/newstuff/dialog.cpp @@ -157,7 +157,7 @@ Dialog::Dialog(NewStuff::DataType type_, TQWidget* parent_) TQPixmap pix; if(m_type == EntryTemplate) { - pix = DesktopIcon(TQString::fromLatin1("looknfeel"), KIcon::SizeLarge); + pix = DesktopIcon(TQString::fromLatin1("looknfeel"), TDEIcon::SizeLarge); TQWhatsThis::add(m_install, i18n("Download and install the selected template.")); } else { pix = UserIcon(TQString::fromLatin1("script")); @@ -371,7 +371,7 @@ void Dialog::slotSelected(TQListViewItem* item_) { m_lastPreviewItem = item_; } TQPixmap pix = m_type == EntryTemplate - ? DesktopIcon(TQString::fromLatin1("looknfeel"), KIcon::SizeLarge) + ? DesktopIcon(TQString::fromLatin1("looknfeel"), TDEIcon::SizeLarge) : UserIcon(TQString::fromLatin1("script")); m_iconLabel->setPixmap(pix); -- cgit v1.2.1