diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:16:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:16:51 -0600 |
commit | f2bfcad7ffdd09911f282afe2a2051b3708601c9 (patch) | |
tree | ce4bebc206b6f9753745218e6a4c4368df624c16 /tdeio/tdefile/kpropertiesdialog.h | |
parent | a14eaa044240517f1f3d7eb5dacbff96fd447ada (diff) | |
download | tdelibs-f2bfcad7ffdd09911f282afe2a2051b3708601c9.tar.gz tdelibs-f2bfcad7ffdd09911f282afe2a2051b3708601c9.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'tdeio/tdefile/kpropertiesdialog.h')
-rw-r--r-- | tdeio/tdefile/kpropertiesdialog.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeio/tdefile/kpropertiesdialog.h b/tdeio/tdefile/kpropertiesdialog.h index db89487a8..c67659ba7 100644 --- a/tdeio/tdefile/kpropertiesdialog.h +++ b/tdeio/tdefile/kpropertiesdialog.h @@ -42,7 +42,7 @@ class TQPushButton; class KLineEdit; class KURLRequester; class TQButton; -class KIconButton; +class TDEIconButton; class KPropsDlgPlugin; class TQComboBox; @@ -670,7 +670,7 @@ public: private: KURLRequester *URLEdit; - KIconButton *iconBox; + TDEIconButton *iconBox; TQString URLStr; TQString iconStr; @@ -746,8 +746,8 @@ private: TQLabel* mountpoint; TQCheckBox* readonly; void* unused; - //KIconButton* mounted; - KIconButton* unmounted; + //TDEIconButton* mounted; + TDEIconButton* unmounted; TQStringList m_devicelist; int indexDevice; |