summaryrefslogtreecommitdiffstats
path: root/koffice-i18n-nl
diff options
context:
space:
mode:
Diffstat (limited to 'koffice-i18n-nl')
-rw-r--r--koffice-i18n-nl/docs/koffice/kugar/progguide.docbook2
1 files changed, 1 insertions, 1 deletions
diff --git a/koffice-i18n-nl/docs/koffice/kugar/progguide.docbook b/koffice-i18n-nl/docs/koffice/kugar/progguide.docbook
index e6586d27..efbc4d4a 100644
--- a/koffice-i18n-nl/docs/koffice/kugar/progguide.docbook
+++ b/koffice-i18n-nl/docs/koffice/kugar/progguide.docbook
@@ -637,7 +637,7 @@ TQString KugarWidgetPlugin::whatsThis (const TQString & feature) const
bool KugarWidgetPlugin::isContainer (const TQString &) const
{
- return FALSE;
+ return false;
}
TQ_EXPORT_PLUGIN( KugarWidgetPlugin )