diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:09:45 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:09:45 -0600 |
| commit | e07fc3cb5dfe3f7dd4cc36b3bbd4064e86a1be15 (patch) | |
| tree | 94803b21fdee73ff4e3e0233a1d06e515c0c2ec2 /src/fetchdialog.cpp | |
| parent | b2c2c2b762ac216cb11ab0bfa798fbbceb9da61d (diff) | |
| download | tellico-e07fc3cb5dfe3f7dd4cc36b3bbd4064e86a1be15.tar.gz tellico-e07fc3cb5dfe3f7dd4cc36b3bbd4064e86a1be15.zip | |
Rename KIcon to enhance compatibility with KDE4
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); |
