diff options
author | Timothy Pearson <[email protected]> | 2013-01-31 13:18:06 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-31 13:18:06 -0600 |
commit | 382cb8acec3889e3963bb2184d792fa5609c4e81 (patch) | |
tree | b809eb47e965d7178b25cbc79982778b5bd8ad10 /kmymoney2 | |
parent | e03a7da5116e226ea67be344741054f87a3d1a17 (diff) | |
download | kmymoney-382cb8acec3889e3963bb2184d792fa5609c4e81.tar.gz kmymoney-382cb8acec3889e3963bb2184d792fa5609c4e81.zip |
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'kmymoney2')
-rw-r--r-- | kmymoney2/kmymoneyutils.h | 4 |
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); |