diff options
Diffstat (limited to 'kword/KWInsertPageDia.cpp')
| -rw-r--r-- | kword/KWInsertPageDia.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kword/KWInsertPageDia.cpp b/kword/KWInsertPageDia.cpp index f8b6ace05..28d0cd348 100644 --- a/kword/KWInsertPageDia.cpp +++ b/kword/KWInsertPageDia.cpp @@ -27,8 +27,8 @@ #include <tqbuttongroup.h> #include <tqvbox.h> -KWInsertPageDia::KWInsertPageDia( TQWidget *tqparent, const char* name ) - : KDialogBase( tqparent, name,TRUE,i18n("Insert Page"),Ok|Cancel ) +KWInsertPageDia::KWInsertPageDia( TQWidget *parent, const char* name ) + : KDialogBase( parent, name,TRUE,i18n("Insert Page"),Ok|Cancel ) { TQVBox *page = makeVBoxMainWidget(); |
