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