diff options
Diffstat (limited to 'kexi/core/kexi.h')
-rw-r--r-- | kexi/core/kexi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/core/kexi.h b/kexi/core/kexi.h index a98f9341..426854e6 100644 --- a/kexi/core/kexi.h +++ b/kexi/core/kexi.h @@ -42,7 +42,7 @@ namespace Kexi enum ViewMode { AllViewModes = 0, //!< Usable primarily in KexiPart::initInstanceActions() NoViewMode = 0, //!< In KexiViewBase::afterSwitchFrom() and KexiViewBase::beforeSwitchTo() - //!< means that tqparent dialog of the view has not yet view defined. + //!< means that parent dialog of the view has not yet view defined. DataViewMode = 1, DesignViewMode = 2, TextViewMode = 4 //!< Also known as SQL View Mode |