summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrPrinterDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrPrinterDlg.cpp')
-rw-r--r--kpresenter/KPrPrinterDlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpresenter/KPrPrinterDlg.cpp b/kpresenter/KPrPrinterDlg.cpp
index 5e0b573de..3dce55a3d 100644
--- a/kpresenter/KPrPrinterDlg.cpp
+++ b/kpresenter/KPrPrinterDlg.cpp
@@ -32,8 +32,8 @@
// local includes
#include "KPrPrinterDlg.h"
- KPrPrinterDlg::KPrPrinterDlg( TQWidget *tqparent, const char *name )
- : KPrintDialogPage( tqparent, name )
+ KPrPrinterDlg::KPrPrinterDlg( TQWidget *parent, const char *name )
+ : KPrintDialogPage( parent, name )
{
setTitle( i18n( "KPresenter Options" ) );
TQGridLayout *tqlayout = new TQGridLayout( this, 2, 1, 11, 6 );