summaryrefslogtreecommitdiffstats
path: root/tdecore/kcharsets.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/kcharsets.h')
-rw-r--r--tdecore/kcharsets.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tdecore/kcharsets.h b/tdecore/kcharsets.h
index da96643ff..eeaf4913e 100644
--- a/tdecore/kcharsets.h
+++ b/tdecore/kcharsets.h
@@ -135,6 +135,13 @@ public:
*/
TQString encodingForName( const TQString &descriptiveName );
+ /**
+ * Returns the descriptive encoding name for an encoding name.
+ * @param encodingName the name of the encoding
+ * @return the descriptive name for the encoding
+ */
+ TQString descriptiveNameForEncoding( const TQString &encodingName );
+
private:
KCharsetsPrivate *d;
};