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 /kate/app/kateexternaltools.h | |
parent | 4f841fbbbc5d3399535ade061699cc76363c7a3f (diff) | |
download | tdebase-de9b6c9ad15f9f51812daae17cce635d1050a9ba.tar.gz tdebase-de9b6c9ad15f9f51812daae17cce635d1050a9ba.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'kate/app/kateexternaltools.h')
-rw-r--r-- | kate/app/kateexternaltools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/app/kateexternaltools.h b/kate/app/kateexternaltools.h index 363ae6377..ef3a9e9fd 100644 --- a/kate/app/kateexternaltools.h +++ b/kate/app/kateexternaltools.h @@ -210,7 +210,7 @@ class KateExternalToolServiceEditor : public KDialogBase class TQLineEdit *leName, *leExecutable, *leMimetypes,*leCmdLine; class TQTextEdit *teCommand; - class KIconButton *btnIcon; + class TDEIconButton *btnIcon; class TQComboBox *cmbSave; private slots: |