diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:27:15 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:27:15 -0600 |
| commit | 5b6d393e0a2c88cce8f433607c091ae883ef54f9 (patch) | |
| tree | 3c54f3e4a9d6fc2ac30a58e96c19ea878fa08459 /src/entryupdater.cpp | |
| parent | eb52f16dcfba98b043537ea3da6a1b08b8d51b19 (diff) | |
| download | tellico-5b6d393e0a2c88cce8f433607c091ae883ef54f9.tar.gz tellico-5b6d393e0a2c88cce8f433607c091ae883ef54f9.zip | |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts 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 bf7bfa2..846ca73 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(KGlobal::iconLoader()->loadIcon(TQString::fromLatin1("network"), KIcon::Panel, 64)); + icon->setPixmap(TDEGlobal::iconLoader()->loadIcon(TQString::fromLatin1("network"), KIcon::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()) |
