diff options
Diffstat (limited to 'tdeprint/management/kmspecialprinterdlg.h')
-rw-r--r-- | tdeprint/management/kmspecialprinterdlg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeprint/management/kmspecialprinterdlg.h b/tdeprint/management/kmspecialprinterdlg.h index bc7497a05..3d334c7fd 100644 --- a/tdeprint/management/kmspecialprinterdlg.h +++ b/tdeprint/management/kmspecialprinterdlg.h @@ -26,7 +26,7 @@ class KMPrinter; class TQLineEdit; class TQCheckBox; class TQComboBox; -class KIconButton; +class TDEIconButton; class KXmlCommandSelector; class KMSpecialPrinterDlg : public KDialogBase @@ -50,7 +50,7 @@ private: TQComboBox *m_mimetype; TQCheckBox *m_usefile; TQStringList m_mimelist; - KIconButton *m_icon; + TDEIconButton *m_icon; KXmlCommandSelector *m_command; }; |