summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-03 12:21:21 +0900
committerMichele Calgaro <[email protected]>2024-05-07 19:39:36 +0900
commitda4085d9bfab87075ac5c374cb701f7ebc189adc (patch)
treea2ac0d478a77821f41645dedf6129d5c96082c3a /config
parent7f714dc09be5db1a2d40a5de500f34a6875fd4df (diff)
downloadtde-style-baghira-da4085d9bfab87075ac5c374cb701f7ebc189adc.tar.gz
tde-style-baghira-da4085d9bfab87075ac5c374cb701f7ebc189adc.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit ac4ac666df1050cb671df5975a6582567916013d)
Diffstat (limited to 'config')
-rw-r--r--config/tdestyle_baghira_config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/tdestyle_baghira_config.cpp b/config/tdestyle_baghira_config.cpp
index f13e5b4..6ba0864 100644
--- a/config/tdestyle_baghira_config.cpp
+++ b/config/tdestyle_baghira_config.cpp
@@ -969,7 +969,7 @@ void tdestyle_baghira_config::menuToggled(bool active)
extern "C"
{
- KDE_EXPORT TQWidget* allocate_tdestyle_config(TQWidget* parent){
+ TDE_EXPORT TQWidget* allocate_tdestyle_config(TQWidget* parent){
return(new tdestyle_baghira_config(parent, "BaghiraConfig"));
}
}