summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/galleryexport/gallerywidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/galleryexport/gallerywidget.cpp')
-rw-r--r--kipi-plugins/galleryexport/gallerywidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kipi-plugins/galleryexport/gallerywidget.cpp b/kipi-plugins/galleryexport/gallerywidget.cpp
index 0dd2435..769c4e5 100644
--- a/kipi-plugins/galleryexport/gallerywidget.cpp
+++ b/kipi-plugins/galleryexport/gallerywidget.cpp
@@ -42,8 +42,8 @@
namespace KIPIGalleryExportPlugin
{
-GalleryWidget::GalleryWidget( TQWidget* tqparent, const char* name, WFlags fl )
- : TQWidget( tqparent, name, fl )
+GalleryWidget::GalleryWidget( TQWidget* parent, const char* name, WFlags fl )
+ : TQWidget( parent, name, fl )
{
if ( !name )
setName( "GalleryWidget" );