From b97ee238f88e9578da228388210cd8cab5360778 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:18:14 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- kandy/src/kandyprefsdialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kandy') diff --git a/kandy/src/kandyprefsdialog.cpp b/kandy/src/kandyprefsdialog.cpp index 76dfb8008..c9af96308 100644 --- a/kandy/src/kandyprefsdialog.cpp +++ b/kandy/src/kandyprefsdialog.cpp @@ -75,7 +75,7 @@ KandyPrefsDialog::~KandyPrefsDialog() void KandyPrefsDialog::setupSerialTab() { TQFrame *topFrame = addPage(i18n("Serial Interface"),0, - DesktopIcon("connect_no",KIcon::SizeMedium)); + DesktopIcon("connect_no",TDEIcon::SizeMedium)); TQGridLayout *topLayout = new TQGridLayout(topFrame,6,2); topLayout->setSpacing(spacingHint()); @@ -114,7 +114,7 @@ void KandyPrefsDialog::setupSerialTab() void KandyPrefsDialog::setupAddressbookTab() { TQFrame *topFrame = addPage(i18n("Address Book"), 0, - DesktopIcon("kaddressbook", KIcon::SizeMedium)); + DesktopIcon("kaddressbook", TDEIcon::SizeMedium)); TQGridLayout *topLayout = new TQGridLayout(topFrame, 13, 4); topLayout->setSpacing(spacingHint()); @@ -351,7 +351,7 @@ void KandyPrefsDialog::setupAddressbookTab() void KandyPrefsDialog::setupWindowsTab() { TQFrame *topFrame = addPage(i18n("Windows"),0, - DesktopIcon("window_list",KIcon::SizeMedium)); + DesktopIcon("window_list",TDEIcon::SizeMedium)); TQGridLayout *topLayout = new TQGridLayout(topFrame,6,2); topLayout->setSpacing(spacingHint()); -- cgit v1.2.1