Changeset 6249 for trunk/qt4-gui/src/helpers
- Timestamp:
- 06/11/08 05:31:29 (6 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/helpers/usercodec.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/helpers/usercodec.cpp
r5837 r6249 26 26 #include <licq_user.h> 27 27 #include <licq_chat.h> 28 29 #include "config/chat.h"30 28 31 29 using namespace LicqQtGui; … … 85 83 QTextCodec* UserCodec::defaultEncoding() 86 84 { 87 QTextCodec* codec = QTextCodec::codecForName( Config::Chat::instance()->defaultEncoding());85 QTextCodec* codec = QTextCodec::codecForName(gUserManager.DefaultUserEncoding()); 88 86 89 87 if (codec != NULL)
