diff options
Diffstat (limited to 'kplato/kptresourcespanel.cc')
-rw-r--r-- | kplato/kptresourcespanel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kplato/kptresourcespanel.cc b/kplato/kptresourcespanel.cc index 29b1d4eb..99443d88 100644 --- a/kplato/kptresourcespanel.cc +++ b/kplato/kptresourcespanel.cc @@ -225,7 +225,7 @@ protected: //////////////////// ResourcesPanel ////////////////////// -ResourcesPanel::ResourcesPanel(TQWidget *tqparent, Project *p) : ResourcesPanelBase(tqparent) { +ResourcesPanel::ResourcesPanel(TQWidget *parent, Project *p) : ResourcesPanelBase(parent) { project = p; m_groupItem = 0; m_blockResourceRename = false; |