summaryrefslogtreecommitdiffstats
path: root/kcalc/confvalues.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcalc/confvalues.h')
-rw-r--r--kcalc/confvalues.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/kcalc/confvalues.h b/kcalc/confvalues.h
index 0ec1fae..fcfd5e1 100644
--- a/kcalc/confvalues.h
+++ b/kcalc/confvalues.h
@@ -28,21 +28,21 @@
typedef struct _DefStruct
{
- QColor forecolor;
- QColor backcolor;
- QColor numberButtonColor;
- QColor functionButtonColor;
- QColor statButtonColor;
- QColor hexButtonColor;
- QColor memoryButtonColor;
- QColor operationButtonColor;
+ TQColor forecolor;
+ TQColor backcolor;
+ TQColor numberButtonColor;
+ TQColor functionButtonColor;
+ TQColor statButtonColor;
+ TQColor hexButtonColor;
+ TQColor memoryButtonColor;
+ TQColor operationButtonColor;
int precision;
int fixedprecision;
bool fixed;
bool beep;
bool capres;
- QFont font;
+ TQFont font;
} DefStruct;
#endif // _CONF_VALUES_H_