diff options
Diffstat (limited to 'kandy/src/kandyprefsdialog.cpp')
-rw-r--r-- | kandy/src/kandyprefsdialog.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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()); |