summaryrefslogtreecommitdiffstats
path: root/kate/app/kategrepdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kate/app/kategrepdialog.h')
-rw-r--r--kate/app/kategrepdialog.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kate/app/kategrepdialog.h b/kate/app/kategrepdialog.h
index 23ba00540..e5462a274 100644
--- a/kate/app/kategrepdialog.h
+++ b/kate/app/kategrepdialog.h
@@ -24,16 +24,16 @@
#include <kdialog.h>
#include <tqstringlist.h>
-class QLineEdit;
+class TQLineEdit;
class KComboBox;
-class QCheckBox;
-class QListBox;
+class TQCheckBox;
+class TQListBox;
class KPushButton;
-class QLabel;
+class TQLabel;
class KProcess;
class KConfig;
class KURLRequester;
-class QEvent;
+class TQEvent;
class GrepTool : public QWidget
{