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/entryupdater.cpp | |
parent | b2c2c2b762ac216cb11ab0bfa798fbbceb9da61d (diff) | |
download | tellico-e07fc3cb5dfe3f7dd4cc36b3bbd4064e86a1be15.tar.gz tellico-e07fc3cb5dfe3f7dd4cc36b3bbd4064e86a1be15.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'src/entryupdater.cpp')
-rw-r--r-- | src/entryupdater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entryupdater.cpp b/src/entryupdater.cpp index 02213a7..afae780 100644 --- a/src/entryupdater.cpp +++ b/src/entryupdater.cpp @@ -213,7 +213,7 @@ Tellico::EntryUpdater::UpdateResult EntryUpdater::askUser(ResultList results) { TQHBox* hbox = new TQHBox(box); hbox->setSpacing(10); TQLabel* icon = new TQLabel(hbox); - icon->setPixmap(TDEGlobal::iconLoader()->loadIcon(TQString::fromLatin1("network"), KIcon::Panel, 64)); + icon->setPixmap(TDEGlobal::iconLoader()->loadIcon(TQString::fromLatin1("network"), TDEIcon::Panel, 64)); TQString s = i18n("<qt><b>%1</b> returned multiple results which could match <b>%2</b>, " "the entry currently in the collection. Please select the correct match.</qt>") .arg(m_fetchers[m_fetchIndex]->source()) |