From 382cb8acec3889e3963bb2184d792fa5609c4e81 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:18:06 -0600 Subject: [PATCH] Rename KStandard for enhanced compatibility with KDE4 --- kmymoney2/kmymoneyutils.h | 4 ++-- 1 file 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: * * - 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);