diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:46:38 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:46:38 -0600 |
commit | 46850422d6f857317455a6f7682bda9af4ba77f8 (patch) | |
tree | e7ccd19a8665415f634e26279d998173f7aa764f /tdecore/kdeversion.h | |
parent | d4396ecfa2ba4c7cf44c028ea02b5de76878d6b8 (diff) | |
download | tdelibs-46850422d6f857317455a6f7682bda9af4ba77f8.tar.gz tdelibs-46850422d6f857317455a6f7682bda9af4ba77f8.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'tdecore/kdeversion.h')
-rw-r--r-- | tdecore/kdeversion.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tdecore/kdeversion.h b/tdecore/kdeversion.h index 5f8c3dc8c..22027fb4f 100644 --- a/tdecore/kdeversion.h +++ b/tdecore/kdeversion.h @@ -46,34 +46,34 @@ namespace KDE * @return the version number, encoded in a single uint * @since 3.2 */ - KDECORE_EXPORT unsigned int version(); + TDECORE_EXPORT unsigned int version(); /** * Returns the major number of KDE's version, e.g. * 3 for KDE 3.1.2. * @return the major version number * @since 3.1 */ - KDECORE_EXPORT unsigned int versionMajor(); + TDECORE_EXPORT unsigned int versionMajor(); /** * Returns the minor number of KDE's version, e.g. * 1 for KDE 3.1.2. * @return the minor version number * @since 3.1 */ - KDECORE_EXPORT unsigned int versionMinor(); + TDECORE_EXPORT unsigned int versionMinor(); /** * Returns the release of KDE's version, e.g. * 2 for KDE 3.1.2. * @return the release number * @since 3.1 */ - KDECORE_EXPORT unsigned int versionRelease(); + TDECORE_EXPORT unsigned int versionRelease(); /** * Returns the KDE version as string, e.g. "3.1.2". * @return the KDE version. You can keep the string forever * @since 3.1 */ - KDECORE_EXPORT const char *versionString(); + TDECORE_EXPORT const char *versionString(); } #endif // _KDE_VERSION_H_ |