diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:14:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:14:55 -0600 |
commit | de9b6c9ad15f9f51812daae17cce635d1050a9ba (patch) | |
tree | 6b26400ab1a616925443c5d365246eb86c9bad57 /kcontrol/filetypes/filetypedetails.h | |
parent | 4f841fbbbc5d3399535ade061699cc76363c7a3f (diff) | |
download | tdebase-de9b6c9ad15f9f51812daae17cce635d1050a9ba.tar.gz tdebase-de9b6c9ad15f9f51812daae17cce635d1050a9ba.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'kcontrol/filetypes/filetypedetails.h')
-rw-r--r-- | kcontrol/filetypes/filetypedetails.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/filetypes/filetypedetails.h b/kcontrol/filetypes/filetypedetails.h index 354419e0e..936e1c535 100644 --- a/kcontrol/filetypes/filetypedetails.h +++ b/kcontrol/filetypes/filetypedetails.h @@ -3,7 +3,7 @@ #include <tqtabwidget.h> class TypesListItem; -class KIconButton; +class TDEIconButton; class TQLineEdit; class TQListBox; class TQButtonGroup; @@ -47,7 +47,7 @@ private: TypesListItem * m_item; // First tab - General - KIconButton *iconButton; + TDEIconButton *iconButton; TQListBox *extensionLB; TQPushButton *addExtButton, *removeExtButton; TQLineEdit *description; |