summaryrefslogtreecommitdiffstats
path: root/tqt/ScintillaTQt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tqt/ScintillaTQt.cpp')
-rw-r--r--tqt/ScintillaTQt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tqt/ScintillaTQt.cpp b/tqt/ScintillaTQt.cpp
index 15bbc20..756a77a 100644
--- a/tqt/ScintillaTQt.cpp
+++ b/tqt/ScintillaTQt.cpp
@@ -622,9 +622,9 @@ void ScintillaTQt::ClaimSelection()
if (text.s)
{
- cb -> setSelectionMode(TRUE);
+ cb -> setSelectionMode(true);
cb -> setText(text.s);
- cb -> setSelectionMode(FALSE);
+ cb -> setSelectionMode(false);
}
}