diff options
Diffstat (limited to 'src/noteedit.cpp')
-rw-r--r-- | src/noteedit.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/noteedit.cpp b/src/noteedit.cpp index a49ada2..1aa5d6a 100644 --- a/src/noteedit.cpp +++ b/src/noteedit.cpp @@ -551,10 +551,10 @@ LinkEditDialog::LinkEditDialog(LinkContent *contentNote, TQWidget *parent/*, TQK TQWidget *wid = new TQWidget(page); TQHBoxLayout *hLay = new TQHBoxLayout(wid, /*margin=*/0, spacingHint()); - m_icon = new KIconButton(wid); + m_icon = new TDEIconButton(wid); TQLabel *label3 = new TQLabel(m_icon, i18n("&Icon:"), page); KURL filteredURL = NoteFactory::filteredURL(KURL(m_url->lineEdit()->text()));//KURIFilter::self()->filteredURI(KURL(m_url->lineEdit()->text())); - m_icon->setIconType(KIcon::NoGroup, KIcon::MimeType); + m_icon->setIconType(TDEIcon::NoGroup, TDEIcon::MimeType); m_icon->setIconSize(LinkLook::lookForURL(filteredURL)->iconSize()); m_autoIcon = new TQPushButton(i18n("Auto"), wid); // Create before to know size here: /* Icon button: */ @@ -704,9 +704,9 @@ LauncherEditDialog::LauncherEditDialog(LauncherContent *contentNote, TQWidget *p TQWidget *wid = new TQWidget(page); TQHBoxLayout *hLay = new TQHBoxLayout(wid, /*margin=*/0, spacingHint()); - m_icon = new KIconButton(wid); + m_icon = new TDEIconButton(wid); TQLabel *label = new TQLabel(m_icon, i18n("&Icon:"), page); - m_icon->setIconType(KIcon::NoGroup, KIcon::Application); + m_icon->setIconType(TDEIcon::NoGroup, TDEIcon::Application); m_icon->setIconSize(LinkLook::launcherLook->iconSize()); TQPushButton *guessButton = new TQPushButton(i18n("&Guess"), wid); /* Icon button: */ |