summaryrefslogtreecommitdiffstats
path: root/dominoConfig/dominoconf.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-03 12:21:33 +0900
committerMichele Calgaro <[email protected]>2024-05-07 19:39:56 +0900
commita70ae40d37593f2dea5891e243e0506a9a935bb0 (patch)
treed0ce3cb96190879115767a749caefa1606075b7f /dominoConfig/dominoconf.cpp
parent43eb7e6f02c7d87ec2913979e20ebcdf3c750bdc (diff)
downloadtde-style-domino-a70ae40d37593f2dea5891e243e0506a9a935bb0.tar.gz
tde-style-domino-a70ae40d37593f2dea5891e243e0506a9a935bb0.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 8216f8447c4c19e31b8dfcb184a6e26ec4f27e13)
Diffstat (limited to 'dominoConfig/dominoconf.cpp')
-rw-r--r--dominoConfig/dominoconf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dominoConfig/dominoconf.cpp b/dominoConfig/dominoconf.cpp
index fcdd693..70fb805 100644
--- a/dominoConfig/dominoconf.cpp
+++ b/dominoConfig/dominoconf.cpp
@@ -77,7 +77,7 @@ DEALINGS IN THE SOFTWARE.
extern "C"
{
- KDE_EXPORT TQWidget* allocate_tdestyle_config(TQWidget* parent)
+ TDE_EXPORT TQWidget* allocate_tdestyle_config(TQWidget* parent)
{
TDEGlobal::locale()->insertCatalogue("tdestyle_domino_config");
return new DominoStyleConfig(parent);