diff options
Diffstat (limited to 'kdeprint/management/kxmlcommandselector.h')
-rw-r--r-- | kdeprint/management/kxmlcommandselector.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kdeprint/management/kxmlcommandselector.h b/kdeprint/management/kxmlcommandselector.h index 0f1335174..7466b9ea5 100644 --- a/kdeprint/management/kxmlcommandselector.h +++ b/kdeprint/management/kxmlcommandselector.h @@ -56,11 +56,11 @@ signals: void commandValid( bool ); private: - QComboBox *m_cmd; - QLineEdit *m_line; - QCheckBox *m_usefilter; - QStringList m_cmdlist; - QLabel *m_shortinfo; + TQComboBox *m_cmd; + TQLineEdit *m_line; + TQCheckBox *m_usefilter; + TQStringList m_cmdlist; + TQLabel *m_shortinfo; TQPushButton *m_helpbtn; TQString m_help; }; |