summaryrefslogtreecommitdiffstats
path: root/kate/part/katecursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'kate/part/katecursor.h')
-rw-r--r--kate/part/katecursor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/part/katecursor.h b/kate/part/katecursor.h
index 85cd5828d..5ab41e13f 100644
--- a/kate/part/katecursor.h
+++ b/kate/part/katecursor.h
@@ -60,7 +60,7 @@ class KateTextCursor
return stream;
}
-#ifndef Q_WS_WIN //not needed
+#ifndef TQ_WS_WIN //not needed
friend void tqSwap(KateTextCursor & c1, KateTextCursor & c2) {
KateTextCursor tmp = c1;
c1 = c2;