diff options
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: |