summaryrefslogtreecommitdiffstats
path: root/src/basketproperties.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:00:34 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:00:34 -0600
commit5f12b88e2de1496970d74c7b654e8fd9442f3d5c (patch)
tree95c1f03353b4652c26eba2de64f947ed5809a7b3 /src/basketproperties.cpp
parentbd608b63a8654863e86960e8f2301eac012aa44d (diff)
downloadbasket-5f12b88e2de1496970d74c7b654e8fd9442f3d5c.tar.gz
basket-5f12b88e2de1496970d74c7b654e8fd9442f3d5c.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'src/basketproperties.cpp')
-rw-r--r--src/basketproperties.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/basketproperties.cpp b/src/basketproperties.cpp
index bdc395b..95fc957 100644
--- a/src/basketproperties.cpp
+++ b/src/basketproperties.cpp
@@ -52,8 +52,8 @@ BasketPropertiesDialog::BasketPropertiesDialog(Basket *basket, TQWidget *parent)
// Icon and Name:
TQHBoxLayout *nameLayout = new TQHBoxLayout(0, marginHint()*2/3, spacingHint());
- m_icon = new KIconButton(page);
- m_icon->setIconType(KIcon::NoGroup, KIcon::Action);
+ m_icon = new TDEIconButton(page);
+ m_icon->setIconType(TDEIcon::NoGroup, TDEIcon::Action);
m_icon->setIconSize(16);
m_icon->setIcon(m_basket->icon());
int size = TQMAX(m_icon->sizeHint().width(), m_icon->sizeHint().height());