summaryrefslogtreecommitdiffstats
path: root/kexi/widget/tableview/kexicomboboxpopup.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/widget/tableview/kexicomboboxpopup.h')
-rw-r--r--kexi/widget/tableview/kexicomboboxpopup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/widget/tableview/kexicomboboxpopup.h b/kexi/widget/tableview/kexicomboboxpopup.h
index d78955b2..876be9bc 100644
--- a/kexi/widget/tableview/kexicomboboxpopup.h
+++ b/kexi/widget/tableview/kexicomboboxpopup.h
@@ -42,10 +42,10 @@ class KexiComboBoxPopup : public TQFrame
If the column is lookup column, it's definition is used to display
one or more column within the popup. Otherwise column.field() is used
to display single-column data. */
- KexiComboBoxPopup(TQWidget* tqparent, KexiTableViewColumn &column);
+ KexiComboBoxPopup(TQWidget* parent, KexiTableViewColumn &column);
/*! Alternative constructor supporting lookup fields and enum hints. */
- KexiComboBoxPopup(TQWidget* tqparent, KexiDB::Field &field);
+ KexiComboBoxPopup(TQWidget* parent, KexiDB::Field &field);
virtual ~KexiComboBoxPopup();