diff options
Diffstat (limited to 'kformula/kformula_factory.cc')
-rw-r--r-- | kformula/kformula_factory.cc | 2 |
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(); } |