diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:21:21 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-07 19:39:36 +0900 |
| commit | da4085d9bfab87075ac5c374cb701f7ebc189adc (patch) | |
| tree | a2ac0d478a77821f41645dedf6129d5c96082c3a /deco | |
| parent | 7f714dc09be5db1a2d40a5de500f34a6875fd4df (diff) | |
| download | tde-style-baghira-da4085d9.tar.gz tde-style-baghira-da4085d9.zip | |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ac4ac666df1050cb671df5975a6582567916013d)
Diffstat (limited to 'deco')
| -rw-r--r-- | deco/baghiraclient.cpp | 2 | ||||
| -rw-r--r-- | deco/config/baghiraconfig.cpp | 2 | ||||
| -rw-r--r-- | deco/config/new/baghiraconfig.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/deco/baghiraclient.cpp b/deco/baghiraclient.cpp index 4ea47f3..fad0aed 100644 --- a/deco/baghiraclient.cpp +++ b/deco/baghiraclient.cpp @@ -132,7 +132,7 @@ Atom baghira_deco_design = XInternAtom(tqt_xdisplay(), "BAGHIRA_DECO_DESIGN", Fa extern "C" { - KDE_EXPORT KDecorationFactory* create_factory() + TDE_EXPORT KDecorationFactory* create_factory() { return new Baghira::BaghiraFactory(); } diff --git a/deco/config/baghiraconfig.cpp b/deco/config/baghiraconfig.cpp index 9a09a94..7677c9c 100644 --- a/deco/config/baghiraconfig.cpp +++ b/deco/config/baghiraconfig.cpp @@ -722,7 +722,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)); } } 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)); } } |
