summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/printwizard/cropframe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/printwizard/cropframe.cpp')
-rw-r--r--kipi-plugins/printwizard/cropframe.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kipi-plugins/printwizard/cropframe.cpp b/kipi-plugins/printwizard/cropframe.cpp
index 1f86ae5..4f9cf2e 100644
--- a/kipi-plugins/printwizard/cropframe.cpp
+++ b/kipi-plugins/printwizard/cropframe.cpp
@@ -36,8 +36,8 @@ extern "C"
namespace KIPIPrintWizardPlugin
{
-CropFrame::CropFrame(TQWidget *tqparent=0, const char *name=0)
- : TQWidget(tqparent, name)
+CropFrame::CropFrame(TQWidget *parent=0, const char *name=0)
+ : TQWidget(parent, name)
{
m_mouseDown = false;
}