diff options
Diffstat (limited to 'lib/koproperty/editors/dateedit.cpp')
-rw-r--r-- | lib/koproperty/editors/dateedit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/koproperty/editors/dateedit.cpp b/lib/koproperty/editors/dateedit.cpp index b72fd7ce..0df8532a 100644 --- a/lib/koproperty/editors/dateedit.cpp +++ b/lib/koproperty/editors/dateedit.cpp @@ -32,8 +32,8 @@ using namespace KoProperty; -DateEdit::DateEdit(Property *property, TQWidget *tqparent, const char *name) - : Widget(property, tqparent, name) +DateEdit::DateEdit(Property *property, TQWidget *parent, const char *name) + : Widget(property, parent, name) { TQHBoxLayout *l = new TQHBoxLayout(this, 0, 0); m_edit = new TQDateEdit(this); |