Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cdc8dc2597)
r14.1.x
Michele Calgaro 5 months ago
parent 7c56e0db5c
commit dec195e833
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -197,7 +197,7 @@ void polyesterConfig::defaults() {
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
extern "C" { 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)); return (new polyesterConfig(config, parent));
} }
} }

@ -76,7 +76,7 @@ const char default_right[] = "HIAX";
static const uint TIMERINTERVAL = 25; // msec static const uint TIMERINTERVAL = 25; // msec
static const uint ANIMATIONSTEPS = 20; static const uint ANIMATIONSTEPS = 20;
extern "C" KDE_EXPORT KDecorationFactory* create_factory() { extern "C" TDE_EXPORT KDecorationFactory* create_factory() {
return new polyester::polyesterFactory(); return new polyester::polyesterFactory();
} }

@ -49,7 +49,7 @@ DEALINGS IN THE SOFTWARE.
extern "C" extern "C"
{ {
KDE_EXPORT TQWidget* allocate_tdestyle_config(TQWidget* parent) TDE_EXPORT TQWidget* allocate_tdestyle_config(TQWidget* parent)
{ {
TDEGlobal::locale()->insertCatalogue("polyester"); TDEGlobal::locale()->insertCatalogue("polyester");
return new PolyesterStyleConfig(parent); return new PolyesterStyleConfig(parent);

Loading…
Cancel
Save