summaryrefslogtreecommitdiffstats
path: root/src/qalculateeditunknownvariabledialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qalculateeditunknownvariabledialog.h')
-rw-r--r--src/qalculateeditunknownvariabledialog.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/qalculateeditunknownvariabledialog.h b/src/qalculateeditunknownvariabledialog.h
index cfa499e..45a6619 100644
--- a/src/qalculateeditunknownvariabledialog.h
+++ b/src/qalculateeditunknownvariabledialog.h
@@ -22,14 +22,14 @@
#include <kdialogbase.h>
-class QLabel;
+class TQLabel;
class KComboBox;
class KLineEdit;
-class QPushButton;
+class TQPushButton;
class MathStructure;
class QalculateEditNamesDialog;
class UnknownVariable;
-class QCheckBox;
+class TQCheckBox;
/**
@author Niklas Knutsson
@@ -40,23 +40,23 @@ class QalculateEditUnknownVariableDialog : public KDialogBase {
public:
- QalculateEditUnknownVariableDialog(QWidget *parent = 0, const char *name = 0);
+ QalculateEditUnknownVariableDialog(TQWidget *parent = 0, const char *name = 0);
virtual ~QalculateEditUnknownVariableDialog();
- UnknownVariable *editVariable(QString category = QString::null, UnknownVariable *v = NULL);
+ UnknownVariable *editVariable(TQString category = TQString::null, UnknownVariable *v = NULL);
QalculateEditNamesDialog *names_edit_dialog;
UnknownVariable *edited_unknown;
KComboBox *categoryCombo, *signCombo, *typeCombo;
KLineEdit *nameEdit, *titleEdit;
- QLabel *namesLabel, *signLabel, *typeLabel;
- QPushButton *namesButton;
- QCheckBox *assumptionsBox;
+ TQLabel *namesLabel, *signLabel, *typeLabel;
+ TQPushButton *namesButton;
+ TQCheckBox *assumptionsBox;
public slots:
void editNames();
- void nameChanged(const QString&);
+ void nameChanged(const TQString&);
void signComboActivated(int);
void typeComboActivated(int);