summaryrefslogtreecommitdiffstats
path: root/kmousetool/kmousetool/mtstroke.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmousetool/kmousetool/mtstroke.cpp')
-rw-r--r--kmousetool/kmousetool/mtstroke.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmousetool/kmousetool/mtstroke.cpp b/kmousetool/kmousetool/mtstroke.cpp
index 16b1078..d4ec242 100644
--- a/kmousetool/kmousetool/mtstroke.cpp
+++ b/kmousetool/kmousetool/mtstroke.cpp
@@ -23,7 +23,7 @@
// these are for locating the stroke information file
#include <kstandarddirs.h>
-#include <qstring.h>
+#include <tqstring.h>
// #include <string>
@@ -186,7 +186,7 @@ void MTStroke::getExtent()
// if unable to create it,
bool MTStroke::readSequence()
{
- QString strokefilename;
+ TQString strokefilename;
strokefilename = locate("config", "kmousetool_strokes.txt");
if (strokefilename.isEmpty()) {
// make default
@@ -222,7 +222,7 @@ bool MTStroke::readSequence()
bool MTStroke::writeSequence()
{
- QString strokefilename;
+ TQString strokefilename;
strokefilename = locateLocal("config", "kmousetool_strokes.txt");
ofstream outfile (strokefilename.ascii(), ios::out);