From 46850422d6f857317455a6f7682bda9af4ba77f8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 21:46:38 -0600 Subject: Rename additional instances of KDE to TDE --- tdecore/kidna.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tdecore/kidna.h') 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 */ -- cgit v1.2.1