summaryrefslogtreecommitdiffstats
path: root/kivio/kiviopart/ui/kivio_layer_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'kivio/kiviopart/ui/kivio_layer_panel.h')
-rw-r--r--kivio/kiviopart/ui/kivio_layer_panel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kivio/kiviopart/ui/kivio_layer_panel.h b/kivio/kiviopart/ui/kivio_layer_panel.h
index 55a908c21..b4f1e00da 100644
--- a/kivio/kiviopart/ui/kivio_layer_panel.h
+++ b/kivio/kiviopart/ui/kivio_layer_panel.h
@@ -32,7 +32,7 @@ class KivioLayerItem: public TQListViewItem
{
friend class KivioLayerPanel;
public:
- KivioLayerItem(TQListView* tqparent, KivioLayer*, int id);
+ KivioLayerItem(TQListView* parent, KivioLayer*, int id);
~KivioLayerItem();
KivioLayer* layer() const { return data; }
@@ -51,7 +51,7 @@ class KivioLayerPanel : public KivioLayerPanelBase
Q_OBJECT
TQ_OBJECT
public:
- KivioLayerPanel(KivioView* view, TQWidget* tqparent=0, const char* name=0);
+ KivioLayerPanel(KivioView* view, TQWidget* parent=0, const char* name=0);
~KivioLayerPanel();
bool eventFilter(TQObject*, TQEvent*);