diff options
Diffstat (limited to 'kexi/widget/relations/kexirelationwidget.cpp')
-rw-r--r-- | kexi/widget/relations/kexirelationwidget.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kexi/widget/relations/kexirelationwidget.cpp b/kexi/widget/relations/kexirelationwidget.cpp index ee9caeed..4b952163 100644 --- a/kexi/widget/relations/kexirelationwidget.cpp +++ b/kexi/widget/relations/kexirelationwidget.cpp @@ -41,9 +41,9 @@ #include "kexirelationviewtable.h" #include "kexirelationviewconnection.h" -KexiRelationWidget::KexiRelationWidget(KexiMainWindow *win, TQWidget *tqparent, +KexiRelationWidget::KexiRelationWidget(KexiMainWindow *win, TQWidget *parent, const char *name) - : KexiViewBase(win, tqparent, name) + : KexiViewBase(win, parent, name) , m_win(win) { m_conn = m_win->project()->dbConnection(); @@ -118,7 +118,7 @@ KexiRelationWidget::KexiRelationWidget(KexiMainWindow *win, TQWidget *tqparent, if(!embedd) { /*todo setContextHelp(i18n("Relations"), i18n("To create a relationship simply drag the source field onto the target field. " - "An arrowhead is used to show which table is the tqparent (master) and which table is the child (slave) in the relationship."));*/ + "An arrowhead is used to show which table is the parent (master) and which table is the child (slave) in the relationship."));*/ } #endif // else |