summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrPBPreview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrPBPreview.cpp')
-rw-r--r--kpresenter/KPrPBPreview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpresenter/KPrPBPreview.cpp b/kpresenter/KPrPBPreview.cpp
index bbc14a57a..1afef9776 100644
--- a/kpresenter/KPrPBPreview.cpp
+++ b/kpresenter/KPrPBPreview.cpp
@@ -25,8 +25,8 @@
#include <KoTextZoomHandler.h>
#include "KPrUtils.h"
-KPrPBPreview::KPrPBPreview( TQWidget* tqparent, const char* name, PaintType _paintType )
- : TQFrame( tqparent, name )
+KPrPBPreview::KPrPBPreview( TQWidget* parent, const char* name, PaintType _paintType )
+ : TQFrame( parent, name )
{
//FIXME zoom
_zoomHandler=new KoTextZoomHandler();