diff options
Diffstat (limited to 'kio/kfile/kpropertiesdialog.h')
-rw-r--r-- | kio/kfile/kpropertiesdialog.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kio/kfile/kpropertiesdialog.h b/kio/kfile/kpropertiesdialog.h index a83480c1c..dc6a621f9 100644 --- a/kio/kfile/kpropertiesdialog.h +++ b/kio/kfile/kpropertiesdialog.h @@ -36,15 +36,15 @@ #include <kfileitem.h> #include <kdialogbase.h> -class QLineEdit; -class QCheckBox; -class QPushButton; +class TQLineEdit; +class TQCheckBox; +class TQPushButton; class KLineEdit; class KURLRequester; -class QButton; +class TQButton; class KIconButton; class KPropsDlgPlugin; -class QComboBox; +class TQComboBox; #define KPropsPage KPropsDlgPlugin |