diff options
Diffstat (limited to 'kdeprint/management/kxmlcommanddlg.h')
-rw-r--r-- | kdeprint/management/kxmlcommanddlg.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kdeprint/management/kxmlcommanddlg.h b/kdeprint/management/kxmlcommanddlg.h index 05dc133c2..f30b321ad 100644 --- a/kdeprint/management/kxmlcommanddlg.h +++ b/kdeprint/management/kxmlcommanddlg.h @@ -26,15 +26,15 @@ #include <kdialogbase.h> class KListView; -class QListViewItem; -class QLineEdit; -class QComboBox; -class QWidgetStack; -class QToolButton; +class TQListViewItem; +class TQLineEdit; +class TQComboBox; +class TQWidgetStack; +class TQToolButton; class KListBox; -class QListBoxItem; -class QTextEdit; -class QCheckBox; +class TQListBoxItem; +class TQTextEdit; +class TQCheckBox; class DrGroup; class DrBase; |