diff options
Diffstat (limited to 'kregexpeditor/compoundwidget.h')
-rw-r--r-- | kregexpeditor/compoundwidget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kregexpeditor/compoundwidget.h b/kregexpeditor/compoundwidget.h index 4f68b9e..07dc099 100644 --- a/kregexpeditor/compoundwidget.h +++ b/kregexpeditor/compoundwidget.h @@ -17,10 +17,10 @@ **/ #ifndef compoundwidget #define compoundwidget -class QLineEdit; -class QMultiLineEdit; +class TQLineEdit; +class TQMultiLineEdit; class KDialogBase; -class QCheckBox; +class TQCheckBox; #include "singlecontainerwidget.h" #include "compoundregexp.h" |