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

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
master
Michele Calgaro 4 weeks ago
parent 769aafda03
commit b400439832
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -90,7 +90,7 @@ void KeepKded::slotCheckBackup()
extern "C"
{
KDE_EXPORT KDEDModule *create_keep(const TQCString &name)
TDE_EXPORT KDEDModule *create_keep(const TQCString &name)
{
return new KeepKded(name);
}

Loading…
Cancel
Save