diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:00:34 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:00:34 -0600 |
commit | 5f12b88e2de1496970d74c7b654e8fd9442f3d5c (patch) | |
tree | 95c1f03353b4652c26eba2de64f947ed5809a7b3 /src/basketproperties.cpp | |
parent | bd608b63a8654863e86960e8f2301eac012aa44d (diff) | |
download | basket-5f12b88e2de1496970d74c7b654e8fd9442f3d5c.tar.gz basket-5f12b88e2de1496970d74c7b654e8fd9442f3d5c.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'src/basketproperties.cpp')
-rw-r--r-- | src/basketproperties.cpp | 4 |
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()); |