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

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8216f8447c)
r14.1.x
Michele Calgaro 2 weeks ago
parent 43eb7e6f02
commit a70ae40d37
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -31,7 +31,7 @@
extern "C"
{
KDE_EXPORT TQObject* allocate_config( TDEConfig* config, TQWidget* parent )
TDE_EXPORT TQObject* allocate_config( TDEConfig* config, TQWidget* parent )
{
return(new DominoConfig(config, parent));
}

@ -1190,7 +1190,7 @@ TQImage tintImage(const TQImage &img, const TQColor &tintColor) {
} // namespace
// Extended KWin plugin interface
extern "C" KDE_EXPORT KDecorationFactory* create_factory()
extern "C" TDE_EXPORT KDecorationFactory* create_factory()
{
return new Domino::DominoHandler();
}

@ -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);

Loading…
Cancel
Save