diff options
Diffstat (limited to 'src/qalculateinsertfunctiondialog.h')
-rw-r--r-- | src/qalculateinsertfunctiondialog.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/qalculateinsertfunctiondialog.h b/src/qalculateinsertfunctiondialog.h index 5954196..c834819 100644 --- a/src/qalculateinsertfunctiondialog.h +++ b/src/qalculateinsertfunctiondialog.h @@ -21,7 +21,7 @@ #define QALCULATEINSERTFUNCTIONDIALOG_H #include <kdialogbase.h> -#include <qvaluevector.h> +#include <tqvaluevector.h> class MathFunction; @@ -30,16 +30,16 @@ class QalculateInsertFunctionDialog : public KDialogBase { public: - QalculateInsertFunctionDialog(MathFunction *f, QWidget *parent = 0, const QString &selected_text = QString::null, const char *name = 0); + QalculateInsertFunctionDialog(MathFunction *f, TQWidget *parent = 0, const TQString &selected_text = TQString::null, const char *name = 0); virtual ~QalculateInsertFunctionDialog(); - QString functionExpression(); + TQString functionExpression(); MathFunction *mathFunction; - QValueVector<QWidget*> label; - QValueVector<QWidget*> entry; - QValueVector<QWidget*> type_label; + TQValueVector<TQWidget*> label; + TQValueVector<TQWidget*> entry; + TQValueVector<TQWidget*> type_label; protected slots: |