diff options
Diffstat (limited to 'kaddressbook/printing/selectionpage.cpp')
-rw-r--r-- | kaddressbook/printing/selectionpage.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kaddressbook/printing/selectionpage.cpp b/kaddressbook/printing/selectionpage.cpp index 516431a55..e71c27891 100644 --- a/kaddressbook/printing/selectionpage.cpp +++ b/kaddressbook/printing/selectionpage.cpp @@ -38,8 +38,8 @@ #include "selectionpage.h" -SelectionPage::SelectionPage( TQWidget* tqparent, const char* name ) - : TQWidget( tqparent, name ) +SelectionPage::SelectionPage( TQWidget* parent, const char* name ) + : TQWidget( parent, name ) { setCaption( i18n( "Choose Which Contacts to Print" ) ); |