diff options
author | Michele Calgaro <[email protected]> | 2024-05-03 12:22:08 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-07 19:41:32 +0900 |
commit | dec195e833b3ac38ae6d5e5c14271aab7431c990 (patch) | |
tree | d403342cac236579c00ee578a4dff24d360a68d0 /client/config/polyesterconfig.cpp | |
parent | 7c56e0db5cfa14b280ca25b455daae77e75eb953 (diff) | |
download | tde-style-polyester-dec195e833b3ac38ae6d5e5c14271aab7431c990.tar.gz tde-style-polyester-dec195e833b3ac38ae6d5e5c14271aab7431c990.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit cdc8dc2597db36d07991d9454e3953125b28eed6)
Diffstat (limited to 'client/config/polyesterconfig.cpp')
-rwxr-xr-x | client/config/polyesterconfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/config/polyesterconfig.cpp b/client/config/polyesterconfig.cpp index df1a5e7..4075c22 100755 --- a/client/config/polyesterconfig.cpp +++ b/client/config/polyesterconfig.cpp @@ -197,7 +197,7 @@ void polyesterConfig::defaults() { ////////////////////////////////////////////////////////////////////////////// extern "C" { - KDE_EXPORT TQObject* allocate_config(TDEConfig* config, TQWidget* parent) { + TDE_EXPORT TQObject* allocate_config(TDEConfig* config, TQWidget* parent) { return (new polyesterConfig(config, parent)); } } |