diff --git a/kmymoney2/kmymoneyutils.h b/kmymoney2/kmymoneyutils.h index 1587a3a..89208f0 100644 --- a/kmymoney2/kmymoneyutils.h +++ b/kmymoney2/kmymoneyutils.h @@ -303,7 +303,7 @@ public: * * @endcode * - * The method calls KStandardDirs::findResource() with the following values for the + * The method calls TDEStandardDirs::findResource() with the following values for the * parameter @p filename: * * - html/home_es.gl.html @@ -311,7 +311,7 @@ public: * - html/home_es.html * - html/home.html * - * @note See KStandardDirs::findResource() for details on the parameters + * @note See TDEStandardDirs::findResource() for details on the parameters */ static TQString findResource(const char* type, const TQString& filename);