summaryrefslogtreecommitdiffstats
path: root/kformula/kformula_factory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kformula/kformula_factory.cc')
-rw-r--r--kformula/kformula_factory.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kformula/kformula_factory.cc b/kformula/kformula_factory.cc
index 8842aaea..77152c45 100644
--- a/kformula/kformula_factory.cc
+++ b/kformula/kformula_factory.cc
@@ -28,7 +28,7 @@ TDEAboutData* KFormulaFactory::aboutData()
KFormulaFactory::KFormulaFactory( TQObject* parent, const char* name )
: KoFactory( parent, name )
{
- // Create our instance, so that it becomes KGlobal::instance if the
+ // Create our instance, so that it becomes TDEGlobal::instance if the
// main app is KFormula.
(void)global();
}