diff options
Diffstat (limited to 'tdecore/kidna.h')
-rw-r--r-- | tdecore/kidna.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdecore/kidna.h b/tdecore/kidna.h index 9feac63b5..8d2d7d937 100644 --- a/tdecore/kidna.h +++ b/tdecore/kidna.h @@ -31,7 +31,7 @@ namespace KIDNA { * * If conversion is not possible, an empty string is returned. */ - KDECORE_EXPORT TQCString toAsciiCString(const TQString &idna); + TDECORE_EXPORT TQCString toAsciiCString(const TQString &idna); /** * Converts an International Domain Name @p idna to @@ -39,13 +39,13 @@ namespace KIDNA { * * If conversion is not possible, an empty string is returned. */ - KDECORE_EXPORT TQString toAscii(const TQString &idna); + TDECORE_EXPORT TQString toAscii(const TQString &idna); /** * Converts an International Domain Name @p idna to * its UNICODE representation */ - KDECORE_EXPORT TQString toUnicode(const TQString &idna); + TDECORE_EXPORT TQString toUnicode(const TQString &idna); } #endif /* _KIDNA_H */ |