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/fetchdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fetchdialog.cpp') diff --git a/src/fetchdialog.cpp b/src/fetchdialog.cpp index 996fb83..77a1020 100644 --- a/src/fetchdialog.cpp +++ b/src/fetchdialog.cpp @@ -408,8 +408,8 @@ void FetchDialog::slotFetchDone(bool checkISBN /* = true */) { TQHBoxLayout* lay2 = new TQHBoxLayout(lay); TQLabel* lab = new TQLabel(box); lab->setPixmap(TDEGlobal::iconLoader()->loadIcon(TQString::fromLatin1("messagebox_info"), - KIcon::NoGroup, - KIcon::SizeMedium)); + TDEIcon::NoGroup, + TDEIcon::SizeMedium)); lay2->addWidget(lab); TQString s = i18n("No results were found for the following ISBN values:"); lay2->addWidget(new TQLabel(s, box), 10); -- cgit v1.2.3