diff options
Diffstat (limited to 'parts/replace')
-rw-r--r-- | parts/replace/replace_widget.h | 6 | ||||
-rw-r--r-- | parts/replace/replacedlgimpl.h | 2 | ||||
-rw-r--r-- | parts/replace/replaceview.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/parts/replace/replace_widget.h b/parts/replace/replace_widget.h index bbadce37..771643db 100644 --- a/parts/replace/replace_widget.h +++ b/parts/replace/replace_widget.h @@ -17,9 +17,9 @@ #include <tqwidget.h> #include <tqstring.h> -class QPushButton; -class QListViewItem; -class QDialog; +class TQPushButton; +class TQListViewItem; +class TQDialog; class ReplacePart; class ReplaceDlgImpl; diff --git a/parts/replace/replacedlgimpl.h b/parts/replace/replacedlgimpl.h index d67908ff..5ff94c75 100644 --- a/parts/replace/replacedlgimpl.h +++ b/parts/replace/replacedlgimpl.h @@ -4,7 +4,7 @@ #include "replacedlg.h" -class QDialog; +class TQDialog; class ReplaceDlgImpl : public ReplaceDlg { diff --git a/parts/replace/replaceview.h b/parts/replace/replaceview.h index 31dcc4cd..7031d80d 100644 --- a/parts/replace/replaceview.h +++ b/parts/replace/replaceview.h @@ -17,8 +17,8 @@ #include <tqstring.h> #include <tqregexp.h> -class QTextStream; -class QWidget; +class TQTextStream; +class TQWidget; class ReplaceItem; class ReplaceView : public KListView |