summaryrefslogtreecommitdiffstats
path: root/src/kile/convert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kile/convert.h')
-rw-r--r--src/kile/convert.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kile/convert.h b/src/kile/convert.h
index 0e2b372..38575a7 100644
--- a/src/kile/convert.h
+++ b/src/kile/convert.h
@@ -38,8 +38,8 @@ public:
void addPair(TQChar c, const TQString & enc);
- bool canDecode(const TQChar & c) { return ( m_toASCII.tqcontains(c) > 0 ); }
- bool canEncode(const TQString & enc) { return ( m_toEncoding.tqcontains(enc) > 0 ); }
+ bool canDecode(const TQChar & c) { return ( m_toASCII.contains(c) > 0 ); }
+ bool canEncode(const TQString & enc) { return ( m_toEncoding.contains(enc) > 0 ); }
bool load();