summaryrefslogtreecommitdiffstats
path: root/kalzium/src/somwidget_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kalzium/src/somwidget_impl.cpp')
-rw-r--r--kalzium/src/somwidget_impl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kalzium/src/somwidget_impl.cpp b/kalzium/src/somwidget_impl.cpp
index a2b3da77..54d078a8 100644
--- a/kalzium/src/somwidget_impl.cpp
+++ b/kalzium/src/somwidget_impl.cpp
@@ -30,8 +30,8 @@
#include "prefs.h"
#include "tempunit.h"
-SOMWidgetIMPL::SOMWidgetIMPL( TQWidget *tqparent, const char* name )
- : SOMWidget( tqparent,name )
+SOMWidgetIMPL::SOMWidgetIMPL( TQWidget *parent, const char* name )
+ : SOMWidget( parent,name )
{
m_list = KalziumDataObject::instance()->ElementList;