summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/verifier.h
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor/verifier.h')
-rw-r--r--kregexpeditor/verifier.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kregexpeditor/verifier.h b/kregexpeditor/verifier.h
index 07454ba..c22c27a 100644
--- a/kregexpeditor/verifier.h
+++ b/kregexpeditor/verifier.h
@@ -19,9 +19,9 @@
#define VERIFIER_H
#include <tqtextedit.h>
#include "regexphighlighter.h"
-class QTimer;
-class QProgressDialog;
-class QLabel;
+class TQTimer;
+class TQProgressDialog;
+class TQLabel;
class SyntaxHighlighter;
class Verifier :public QTextEdit
{