summaryrefslogtreecommitdiffstats
path: root/src/gui/itemeditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/itemeditor.h')
-rw-r--r--src/gui/itemeditor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/itemeditor.h b/src/gui/itemeditor.h
index 38ed260..506e7c0 100644
--- a/src/gui/itemeditor.h
+++ b/src/gui/itemeditor.h
@@ -38,7 +38,7 @@ class ItemEditor : public TQWidget
Q_OBJECT
TQ_OBJECT
public:
- static ItemEditor * self( KateMDI::ToolView * tqparent = 0l );
+ static ItemEditor * self( KateMDI::ToolView * parent = 0l );
~ItemEditor();
static TQString toolViewIdentifier() { return "ItemEditor"; }
@@ -71,7 +71,7 @@ class ItemEditor : public TQWidget
void mergeProperties();
private:
- ItemEditor( KateMDI::ToolView * tqparent );
+ ItemEditor( KateMDI::ToolView * parent );
TQLabel *m_nameLbl;
TQPushButton *m_defaultsBtn;