diff options
Diffstat (limited to 'kexi/widget/kexipropertyeditorview.h')
-rw-r--r-- | kexi/widget/kexipropertyeditorview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/widget/kexipropertyeditorview.h b/kexi/widget/kexipropertyeditorview.h index 79adb9e0..66cc0ac7 100644 --- a/kexi/widget/kexipropertyeditorview.h +++ b/kexi/widget/kexipropertyeditorview.h @@ -47,7 +47,7 @@ namespace KoProperty { class KEXIEXTWIDGETS_EXPORT KexiObjectInfoLabel : public TQWidget { public: - KexiObjectInfoLabel(TQWidget* tqparent, const char* name = 0); + KexiObjectInfoLabel(TQWidget* parent, const char* name = 0); ~KexiObjectInfoLabel(); void setObjectClassIcon(const TQString& name); @@ -85,7 +85,7 @@ class KEXIEXTWIDGETS_EXPORT KexiPropertyEditorView : public TQWidget TQ_OBJECT public: - KexiPropertyEditorView(KexiMainWindow *mainWin, TQWidget* tqparent); + KexiPropertyEditorView(KexiMainWindow *mainWin, TQWidget* parent); virtual ~KexiPropertyEditorView(); /*! Helper function. Updates \a infoLabel widget by reusing properties provided |