summaryrefslogtreecommitdiffstats
path: root/kformula/kformula_doc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kformula/kformula_doc.cpp')
-rw-r--r--kformula/kformula_doc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kformula/kformula_doc.cpp b/kformula/kformula_doc.cpp
index 2ce07d1f5..2a175f03c 100644
--- a/kformula/kformula_doc.cpp
+++ b/kformula/kformula_doc.cpp
@@ -209,7 +209,7 @@ void KFormulaDoc::documentRestored()
bool KFormulaDoc::initDoc(InitDocFlags /*flags*/, TQWidget* /*parentWidget*/)
{
// If nothing is loaded, do initialize here
- return TRUE;
+ return true;
}
void KFormulaDoc::showStartUpWidget(KoMainWindow* parent, bool /*alwaysShow*/)