diff options
Diffstat (limited to 'lib/kofficecore/KoApplication.cpp')
-rw-r--r-- | lib/kofficecore/KoApplication.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/KoApplication.cpp b/lib/kofficecore/KoApplication.cpp index 6429d6eb5..436bf127f 100644 --- a/lib/kofficecore/KoApplication.cpp +++ b/lib/kofficecore/KoApplication.cpp @@ -91,7 +91,7 @@ bool KoApplication::start() ResetStarting resetStarting; // reset m_starting to false when we're done Q_UNUSED( resetStarting ); - // Find the *.desktop file corresponding to the kapp instance name + // Find the *.desktop file corresponding to the tdeApp instance name KoDocumentEntry entry = KoDocumentEntry( KoDocument::readNativeService() ); if ( entry.isEmpty() ) { |