summaryrefslogtreecommitdiffstats
path: root/deco/config/new/baghiraconfig.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-03 12:21:21 +0900
committerMichele Calgaro <[email protected]>2024-05-03 12:21:21 +0900
commitac4ac666df1050cb671df5975a6582567916013d (patch)
treea92d184703715291ad4862399028830ee731efa9 /deco/config/new/baghiraconfig.cpp
parent2848e644c1ec94406ebef808881fcc01937e65f2 (diff)
downloadtde-style-baghira-ac4ac666df1050cb671df5975a6582567916013d.tar.gz
tde-style-baghira-ac4ac666df1050cb671df5975a6582567916013d.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'deco/config/new/baghiraconfig.cpp')
-rw-r--r--deco/config/new/baghiraconfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deco/config/new/baghiraconfig.cpp b/deco/config/new/baghiraconfig.cpp
index 6b967cf..77c9347 100644
--- a/deco/config/new/baghiraconfig.cpp
+++ b/deco/config/new/baghiraconfig.cpp
@@ -723,7 +723,7 @@ void ButtonColors::init(){
extern "C"
{
- KDE_EXPORT TQObject* allocate_config(TDEConfig* config, TQWidget* parent) {
+ TDE_EXPORT TQObject* allocate_config(TDEConfig* config, TQWidget* parent) {
return(new BaghiraConfig(config, parent));
}
}