diff options
Diffstat (limited to 'lib/kofficecore/KoDocument.h')
-rw-r--r-- | lib/kofficecore/KoDocument.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kofficecore/KoDocument.h b/lib/kofficecore/KoDocument.h index f521607b..63fd47c9 100644 --- a/lib/kofficecore/KoDocument.h +++ b/lib/kofficecore/KoDocument.h @@ -181,7 +181,7 @@ public: /** * @brief Used by KoApplication, and by KoMainWindow, when no document exists yet. * - * With the help of @p instance or KApplication::instance() this + * With the help of @p instance or TDEApplication::instance() this * method figures out which .desktop file matches this application. In this * file it searches for the "X-TDE-NativeMimeType" entry and returns it. * @@ -193,7 +193,7 @@ public: /** * Used by KoMainWindow, when no document exists yet. * - * With the help of @p instance or KApplication::instance() this + * With the help of @p instance or TDEApplication::instance() this * method figures out which .desktop file matches this application. In this * file it searches for the "X-TDE-ExtraNativeMimeTypes" entry and returns it. * @@ -203,7 +203,7 @@ public: static TQStringList readExtraNativeMimeTypes( KInstance *instance = 0 ); /** - * With the help of @p instance or KApplication::instance() this + * With the help of @p instance or TDEApplication::instance() this * method figures out which .desktop file matches this application, * and returns the KService instance for it. */ |