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 /tdeprint/management/kmspecialprinterdlg.h | |
parent | a14eaa044240517f1f3d7eb5dacbff96fd447ada (diff) | |
download | tdelibs-f2bfcad7ffdd09911f282afe2a2051b3708601c9.tar.gz tdelibs-f2bfcad7ffdd09911f282afe2a2051b3708601c9.zip |
Rename KIcon to enhance compatibility with KDE4
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; }; |