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

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/10/head
Michele Calgaro 2 months ago
parent b44d8e258c
commit f6001a4d02
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -18,7 +18,7 @@ static TDECmdLineOptions option[] =
{ 0, 0, 0 }
};
extern "C" KDE_EXPORT int kdemain(int argc, char *argv[])
extern "C" TDE_EXPORT int kdemain(int argc, char *argv[])
{
TDEAboutData aboutData( "kbiff", I18N_NOOP("KBiff"),
kbiff_version, description, TDEAboutData::License_GPL,

Loading…
Cancel
Save