summaryrefslogtreecommitdiffstats
path: root/src/qalculatepreferencesdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qalculatepreferencesdialog.h')
-rw-r--r--src/qalculatepreferencesdialog.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/qalculatepreferencesdialog.h b/src/qalculatepreferencesdialog.h
index feb42d3..aca83d5 100644
--- a/src/qalculatepreferencesdialog.h
+++ b/src/qalculatepreferencesdialog.h
@@ -22,9 +22,9 @@
#include <kdialogbase.h>
-class QCheckBox;
-class QRadioButton;
-class QLabel;
+class TQCheckBox;
+class TQRadioButton;
+class TQLabel;
class KFontRequester;
class KColorButton;
@@ -37,14 +37,14 @@ class QalculatePreferencesDialog : public KDialogBase {
public:
- QalculatePreferencesDialog(QWidget *parent = 0, const char *name = 0);
+ QalculatePreferencesDialog(TQWidget *parent = 0, const char *name = 0);
virtual ~QalculatePreferencesDialog();
bool editPreferences();
- QCheckBox *rpnKeypadOnlyButton, *systrayButton, *statusButton, *iconsButton, *fetchExchangeRatesButton, *saveModeButton, *saveDefsButton, *dotAsSeparatorButton, *unicodeButton, *lowerCaseButton, *lowerCaseEButton, *alternativeBasePrefixButton, *spellOutLogicalOperatorsButton, *useCustomResultFontButton, *useCustomExpressionFontButton, *useCustomStatusFontButton;
- QRadioButton *dotButton, *exButton, *asteriskButton, *divisionSlashButton, *divisionButton, *slashButton;
- QLabel *multiplicationLabel, *divisionLabel;
+ 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;
KColorButton *statusErrorColorButton, *statusWarningColorButton;