summaryrefslogtreecommitdiffstats
path: root/kspell2/tests/test_highlighter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kspell2/tests/test_highlighter.cpp')
-rw-r--r--kspell2/tests/test_highlighter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kspell2/tests/test_highlighter.cpp b/kspell2/tests/test_highlighter.cpp
index faeab0d27..ce5c64501 100644
--- a/kspell2/tests/test_highlighter.cpp
+++ b/kspell2/tests/test_highlighter.cpp
@@ -25,13 +25,13 @@
#include <kapplication.h>
#include <kdebug.h>
-#include <qtextedit.h>
+#include <tqtextedit.h>
int main( int argc, char** argv )
{
KApplication app(argc, argv, "KSpell2Test");
- QTextEdit *test = new QTextEdit();
+ TQTextEdit *test = new TQTextEdit();
KSpell2::Highlighter *hl = new KSpell2::Highlighter( test );
Q_UNUSED( hl );
app.setMainWidget( test );