diff options
Diffstat (limited to 'tdecore')
-rw-r--r-- | tdecore/tdeapplication.h | 2 | ||||
-rw-r--r-- | tdecore/tdelibs_export.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/tdeapplication.h b/tdecore/tdeapplication.h index 22c43bdc1..f2f776a2f 100644 --- a/tdecore/tdeapplication.h +++ b/tdecore/tdeapplication.h @@ -893,7 +893,7 @@ public: /** * @deprecated */ - KDE_DEPRECATED TDEStyle* kstyle() const { return 0; } + KDE_DEPRECATED TDEStyle* tdestyle() const { return 0; } /** * Builds a caption that contains the application name along with the diff --git a/tdecore/tdelibs_export.h b/tdecore/tdelibs_export.h index 46b36f1d8..e59837feb 100644 --- a/tdecore/tdelibs_export.h +++ b/tdecore/tdelibs_export.h @@ -45,7 +45,7 @@ #define TDESU_EXPORT KDE_EXPORT #define KVCARD_EXPORT KDE_EXPORT #define TDERESOURCES_EXPORT KDE_EXPORT -#define KSTYLE_EXPORT KDE_EXPORT +#define TDESTYLE_EXPORT KDE_EXPORT #define TDEHTML_EXPORT KDE_EXPORT #define KMDI_EXPORT KDE_EXPORT #define KUTILS_EXPORT KDE_EXPORT |