summaryrefslogtreecommitdiffstats
path: root/kcontrol/style/kcmstyle.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-05 17:48:00 +0900
committerMichele Calgaro <[email protected]>2024-05-05 17:48:00 +0900
commit026828840f8255b5c4fde83ea95209f6f1f5ef8f (patch)
tree0913e862abec5c9720808f6ec76d7f1069599355 /kcontrol/style/kcmstyle.cpp
parent91c12dbe3672aee1bddac6c85fa9e1f9d6dab894 (diff)
downloadtdebase-026828840f8255b5c4fde83ea95209f6f1f5ef8f.tar.gz
tdebase-026828840f8255b5c4fde83ea95209f6f1f5ef8f.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kcontrol/style/kcmstyle.cpp')
-rw-r--r--kcontrol/style/kcmstyle.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/style/kcmstyle.cpp b/kcontrol/style/kcmstyle.cpp
index 27a599b09..9dd53616c 100644
--- a/kcontrol/style/kcmstyle.cpp
+++ b/kcontrol/style/kcmstyle.cpp
@@ -73,13 +73,13 @@
// Danimo: Why do we use the old interface?!
extern "C"
{
- KDE_EXPORT TDECModule *create_style(TQWidget *parent, const char*)
+ TDE_EXPORT TDECModule *create_style(TQWidget *parent, const char*)
{
TDEGlobal::locale()->insertCatalogue("kcmstyle");
return new KCMStyle(parent, "kcmstyle");
}
- KDE_EXPORT void init_style()
+ TDE_EXPORT void init_style()
{
uint flags = KRdbExportQtSettings | KRdbExportQtColors | KRdbExportXftSettings;
TDEConfig config("kcmdisplayrc", true /*readonly*/, false /*don't read kdeglobals etc.*/);