summaryrefslogtreecommitdiffstats
path: root/lib/kformula/MatrixDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kformula/MatrixDialog.h')
-rw-r--r--lib/kformula/MatrixDialog.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/kformula/MatrixDialog.h b/lib/kformula/MatrixDialog.h
index d8b728d31..06688b903 100644
--- a/lib/kformula/MatrixDialog.h
+++ b/lib/kformula/MatrixDialog.h
@@ -20,9 +20,9 @@
#ifndef MATRIXDIALOG_H_INCLUDED
#define MATRIXDIALOG_H_INCLUDED
-#include <qwidget.h>
+#include <tqwidget.h>
#include <kdialogbase.h>
-#include <qvalidator.h>
+#include <tqvalidator.h>
#include "kformuladefs.h"
@@ -34,13 +34,14 @@ KFORMULA_NAMESPACE_BEGIN
class MatrixDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
int w;
int h;
- MatrixDialog( QWidget *parent, int width = 3, int height = 3 );
+ MatrixDialog( TQWidget *tqparent, int width = 3, int height = 3 );
~MatrixDialog() {}
protected slots: