summaryrefslogtreecommitdiffstats
path: root/kmymoney2
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2')
-rw-r--r--kmymoney2/kmymoneyutils.h4
1 files changed, 2 insertions, 2 deletions
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:
*
* - <tt>html/home_es.gl.html</tt>
@@ -311,7 +311,7 @@ public:
* - <tt>html/home_es.html</tt>
* - <tt>html/home.html</tt>
*
- * @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);