summaryrefslogtreecommitdiffstats
path: root/kword/KWTableDia.h
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWTableDia.h')
-rw-r--r--kword/KWTableDia.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWTableDia.h b/kword/KWTableDia.h
index 0e6ad2d53..09dff25ad 100644
--- a/kword/KWTableDia.h
+++ b/kword/KWTableDia.h
@@ -74,7 +74,7 @@ class KWTableDia : public KDialogBase
public:
typedef int CellSize; // in fact KWTableFrameSet::CellSize, which is an enum
enum UseMode{ NEW, EDIT };
- KWTableDia( TQWidget *tqparent, const char *name, UseMode _useMode, KWCanvas *_canvas,
+ KWTableDia( TQWidget *parent, const char *name, UseMode _useMode, KWCanvas *_canvas,
KWDocument *_doc, int rows, int cols, CellSize wid, CellSize hei, bool floating,
const TQString & _templateName, int format);