summaryrefslogtreecommitdiffstats
path: root/kmplot/kmplot/xparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmplot/kmplot/xparser.h')
-rw-r--r--kmplot/kmplot/xparser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmplot/kmplot/xparser.h b/kmplot/kmplot/xparser.h
index d54b3506..5f4f05d5 100644
--- a/kmplot/kmplot/xparser.h
+++ b/kmplot/kmplot/xparser.h
@@ -28,7 +28,7 @@
#define SLIDER_COUNT 4
-// Qt includes
+// TQt includes
#include <kdebug.h>
// local includes
@@ -55,7 +55,7 @@ public:
/// Line width default
int linewidth0;
- QRgb defaultColor(int function);
+ TQRgb defaultColor(int function);
enum { Function, Polar, ParametricX, ParametricY }; ///types of functions
///Returns an unused function name if it is needed
@@ -119,7 +119,7 @@ public:
bool functionAddParameter(const TQString &new_parameter, uint id);
bool functionRemoveParameter(const TQString &remove_parameter, uint id);
int addFunction(const TQString &f_str);
- bool addFunction(const TQString &extstr, bool f_mode, bool f1_mode, bool f2_mode, bool integral_mode, bool integral_use_precision, int linewidth, int f1_linewidth, int f2_linewidth, int integral_linewidth, const TQString &str_dmin, const TQString &str_dmax, const TQString &str_startx, const TQString &str_starty, double integral_precision, QRgb color, QRgb f1_color, QRgb f2_color, QRgb integral_color, TQStringList str_parameter, int use_slider);
+ bool addFunction(const TQString &extstr, bool f_mode, bool f1_mode, bool f2_mode, bool integral_mode, bool integral_use_precision, int linewidth, int f1_linewidth, int f2_linewidth, int integral_linewidth, const TQString &str_dmin, const TQString &str_dmax, const TQString &str_startx, const TQString &str_starty, double integral_precision, TQRgb color, TQRgb f1_color, TQRgb f2_color, TQRgb integral_color, TQStringList str_parameter, int use_slider);
bool setFunctionExpression(const TQString &f_str, uint id);
/// Get the min and max value of a graph