diff options
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()) |