diff options
Diffstat (limited to 'kexi/widget/tableview/kexicomboboxpopup.cpp')
-rw-r--r-- | kexi/widget/tableview/kexicomboboxpopup.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kexi/widget/tableview/kexicomboboxpopup.cpp b/kexi/widget/tableview/kexicomboboxpopup.cpp index 4fe8b940..6a2feec8 100644 --- a/kexi/widget/tableview/kexicomboboxpopup.cpp +++ b/kexi/widget/tableview/kexicomboboxpopup.cpp @@ -38,8 +38,8 @@ class KexiComboBoxPopup_KexiTableView : public KexiDataTableView { public: - KexiComboBoxPopup_KexiTableView(TQWidget* tqparent=0) - : KexiDataTableView(tqparent, "KexiComboBoxPopup_tv") + KexiComboBoxPopup_KexiTableView(TQWidget* parent=0) + : KexiDataTableView(parent, "KexiComboBoxPopup_tv") { init(); } @@ -103,16 +103,16 @@ class KexiComboBoxPopupPrivate const int KexiComboBoxPopup::defaultMaxRows = 8; -KexiComboBoxPopup::KexiComboBoxPopup(TQWidget* tqparent, KexiTableViewColumn &column) - : TQFrame( tqparent, "KexiComboBoxPopup", WType_Popup ) +KexiComboBoxPopup::KexiComboBoxPopup(TQWidget* parent, KexiTableViewColumn &column) + : TQFrame( parent, "KexiComboBoxPopup", WType_Popup ) { init(); //setup tv data setData(&column, 0); } -KexiComboBoxPopup::KexiComboBoxPopup(TQWidget* tqparent, KexiDB::Field &field) - : TQFrame( tqparent, "KexiComboBoxPopup", WType_Popup ) +KexiComboBoxPopup::KexiComboBoxPopup(TQWidget* parent, KexiDB::Field &field) + : TQFrame( parent, "KexiComboBoxPopup", WType_Popup ) { init(); //setup tv data |