summaryrefslogtreecommitdiffstats
path: root/src/qalculatepreferencesdialog.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-04-09 20:52:31 +0200
committerSlávek Banko <slavek.banko@axis.cz>2016-04-09 20:52:31 +0200
commitc5f75332bb8fa8d1a0a28037b4cc8f7f71e37f8f (patch)
tree1ec78a7a0c522677ca47ba31aed55edb1e9853d0 /src/qalculatepreferencesdialog.h
parent91d2d7482c36e67cb36df9d1dcdbd989911e4ceb (diff)
downloadqalculate-tde-c5f75332bb8fa8d1a0a28037b4cc8f7f71e37f8f.tar.gz
qalculate-tde-c5f75332bb8fa8d1a0a28037b4cc8f7f71e37f8f.zip
Initial TDE conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src/qalculatepreferencesdialog.h')
-rw-r--r--src/qalculatepreferencesdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qalculatepreferencesdialog.h b/src/qalculatepreferencesdialog.h
index aca83d5..99b6f59 100644
--- a/src/qalculatepreferencesdialog.h
+++ b/src/qalculatepreferencesdialog.h
@@ -25,7 +25,7 @@
class TQCheckBox;
class TQRadioButton;
class TQLabel;
-class KFontRequester;
+class TDEFontRequester;
class KColorButton;
/**
@@ -45,7 +45,7 @@ public:
TQCheckBox *rpnKeypadOnlyButton, *systrayButton, *statusButton, *iconsButton, *fetchExchangeRatesButton, *saveModeButton, *saveDefsButton, *dotAsSeparatorButton, *unicodeButton, *lowerCaseButton, *lowerCaseEButton, *alternativeBasePrefixButton, *spellOutLogicalOperatorsButton, *useCustomResultFontButton, *useCustomExpressionFontButton, *useCustomStatusFontButton;
TQRadioButton *dotButton, *exButton, *asteriskButton, *divisionSlashButton, *divisionButton, *slashButton;
TQLabel *multiplicationLabel, *divisionLabel;
- KFontRequester *resultFontEdit, *expressionFontEdit, *statusFontEdit;
+ TDEFontRequester *resultFontEdit, *expressionFontEdit, *statusFontEdit;
KColorButton *statusErrorColorButton, *statusWarningColorButton;
protected slots: