From 5f12b88e2de1496970d74c7b654e8fd9442f3d5c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:00:34 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- src/basketproperties.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/basketproperties.h') 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 #include -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; -- cgit v1.2.1