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

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/11/head
Michele Calgaro 1 month ago
parent 515a3c1898
commit 8216f8447c
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