diff options
Diffstat (limited to 'src/fetchdialog.cpp')
-rw-r--r-- | src/fetchdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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); |