From 91d2d7482c36e67cb36df9d1dcdbd989911e4ceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 9 Apr 2016 20:52:09 +0200 Subject: Initial TQt conversion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/qalculateinsertmatrixvectordialog.h | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'src/qalculateinsertmatrixvectordialog.h') diff --git a/src/qalculateinsertmatrixvectordialog.h b/src/qalculateinsertmatrixvectordialog.h index 32ba4ea..1437d38 100644 --- a/src/qalculateinsertmatrixvectordialog.h +++ b/src/qalculateinsertmatrixvectordialog.h @@ -22,13 +22,13 @@ #include -class QTable; -class QLabel; -class QSpinBox; -class QRadioButton; +class TQTable; +class TQLabel; +class TQSpinBox; +class TQRadioButton; class KComboBox; class KLineEdit; -class QPushButton; +class TQPushButton; class MathStructure; class QalculateEditNamesDialog; class KnownVariable; @@ -42,19 +42,19 @@ class QalculateInsertMatrixVectorDialog : public KDialogBase { public: - QalculateInsertMatrixVectorDialog(QWidget *parent = 0, const char *name = 0); + QalculateInsertMatrixVectorDialog(TQWidget *parent = 0, const char *name = 0); virtual ~QalculateInsertMatrixVectorDialog(); - QString newMatrix(); - QString newVector(); - QString editMatrixVector(const MathStructure *initial_value = NULL, bool create_vector = false, bool is_text_struct = false, bool is_result = false); + TQString newMatrix(); + TQString newVector(); + TQString editMatrixVector(const MathStructure *initial_value = NULL, bool create_vector = false, bool is_text_struct = false, bool is_result = false); - QLabel *elementsLabel; - QRadioButton *matrixButton, *vectorButton; - QTable *elementsTable; - QSpinBox *rowsBox, *columnsBox; - QString matrixstr; - QPushButton *insertSelectionButton; + TQLabel *elementsLabel; + TQRadioButton *matrixButton, *vectorButton; + TQTable *elementsTable; + TQSpinBox *rowsBox, *columnsBox; + TQString matrixstr; + TQPushButton *insertSelectionButton; public slots: -- cgit v1.2.1