summaryrefslogtreecommitdiffstats
path: root/kivio/kiviopart/ui/kivio_layer_panel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kivio/kiviopart/ui/kivio_layer_panel.cpp')
-rw-r--r--kivio/kiviopart/ui/kivio_layer_panel.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kivio/kiviopart/ui/kivio_layer_panel.cpp b/kivio/kiviopart/ui/kivio_layer_panel.cpp
index 2e92bd00..fadba0e3 100644
--- a/kivio/kiviopart/ui/kivio_layer_panel.cpp
+++ b/kivio/kiviopart/ui/kivio_layer_panel.cpp
@@ -35,8 +35,8 @@
#include <kiconloader.h>
#include <kinputdialog.h>
-KivioLayerItem::KivioLayerItem(TQListView* tqparent, KivioLayer* d, int id)
-: TQListViewItem(tqparent), data(d)
+KivioLayerItem::KivioLayerItem(TQListView* parent, KivioLayer* d, int id)
+: TQListViewItem(parent), data(d)
{
TQString ids;
TQString space;
@@ -63,8 +63,8 @@ void KivioLayerItem::update()
/*********************************************************/
-KivioLayerPanel::KivioLayerPanel(KivioView* view, TQWidget* tqparent, const char* name)
-: KivioLayerPanelBase(tqparent, name), m_pView(view)
+KivioLayerPanel::KivioLayerPanel(KivioView* view, TQWidget* parent, const char* name)
+: KivioLayerPanelBase(parent, name), m_pView(view)
{
list->header()->hide();
list->addColumn(i18n("View"),15);