summaryrefslogtreecommitdiffstats
path: root/quanta/components/csseditor/qmyhighlighter.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/components/csseditor/qmyhighlighter.h')
-rw-r--r--quanta/components/csseditor/qmyhighlighter.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/quanta/components/csseditor/qmyhighlighter.h b/quanta/components/csseditor/qmyhighlighter.h
index a75d6d00..60e767f5 100644
--- a/quanta/components/csseditor/qmyhighlighter.h
+++ b/quanta/components/csseditor/qmyhighlighter.h
@@ -18,18 +18,18 @@
#ifndef QMYHIGHLIGHTER_H
#define QMYHIGHLIGHTER_H
-#include <qsyntaxhighlighter.h>
+#include <tqsyntaxhighlighter.h>
/**
*@author Emiliano Gulmini
*/
-class QMyHighlighter : public QSyntaxHighlighter {
+class QMyHighlighter : public TQSyntaxHighlighter {
public:
- QMyHighlighter(QTextEdit* Qtxt);
+ QMyHighlighter(TQTextEdit* Qtxt);
~QMyHighlighter();
- int highlightParagraph ( const QString & text, int endStateOfLastPara );
+ int highlightParagraph ( const TQString & text, int endStateOfLastPara );
};