summaryrefslogtreecommitdiffstats
path: root/src/basketproperties.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-04 14:00:34 -0600
committerTimothy Pearson <[email protected]>2013-02-04 14:00:34 -0600
commit5f12b88e2de1496970d74c7b654e8fd9442f3d5c (patch)
tree95c1f03353b4652c26eba2de64f947ed5809a7b3 /src/basketproperties.h
parentbd608b63a8654863e86960e8f2301eac012aa44d (diff)
downloadbasket-5f12b88e2de1496970d74c7b654e8fd9442f3d5c.tar.gz
basket-5f12b88e2de1496970d74c7b654e8fd9442f3d5c.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'src/basketproperties.h')
-rw-r--r--src/basketproperties.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/basketproperties.h b/src/basketproperties.h
index 62e07b7..e139683 100644
--- a/src/basketproperties.h
+++ b/src/basketproperties.h
@@ -25,7 +25,7 @@
#include <tqmap.h>
#include <tqstring.h>
-class KIconButton;
+class TDEIconButton;
class TQLineEdit;
class TQComboBox;
class TQVButtonGroup;
@@ -55,7 +55,7 @@ class BasketPropertiesDialog : public KDialogBase
void selectColumnsLayout();
private:
Basket *m_basket;
- KIconButton *m_icon;
+ TDEIconButton *m_icon;
TQLineEdit *m_name;
TQComboBox *m_backgroundImage;
KColorCombo2 *m_backgroundColor;