summaryrefslogtreecommitdiffstats
path: root/kicker-applets/math/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'kicker-applets/math/parser.h')
-rw-r--r--kicker-applets/math/parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker-applets/math/parser.h b/kicker-applets/math/parser.h
index 4ee0e7d..319c470 100644
--- a/kicker-applets/math/parser.h
+++ b/kicker-applets/math/parser.h
@@ -29,7 +29,7 @@
/** @file parser.h
* \brief Contains the parser core class Parser. */
-// Qt includes
+// TQt includes
#include <tqstring.h>
#include <tqvaluevector.h>
@@ -187,7 +187,7 @@ public:
unsigned char *mem; ///< Pointer to the allocated memory for the tokens.
unsigned char *mptr; ///< Pointer to the token.
- QString fname; ///< Name of the function.
+ TQString fname; ///< Name of the function.
TQString fvar; ///< Dummy variable.
TQString fpar; ///< Parameter.
TQString fstr; ///< Function expression.