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