changend default emoticons path.

fixed underline icon 

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@471 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-04-04 16:08:12 +00:00
parent d3d6682bcb
commit cb795b3c67
3 changed files with 47 additions and 10 deletions

View file

@ -24,9 +24,11 @@
#include "mainpage.h"
#include "ui_ChatDialog.h"
#include "ui_SmWidget.h"
#include "chat/PopupChatDialog.h"
class QFont;
class QAction;
class QTextEdit;
class QTextCharFormat;
@ -71,6 +73,8 @@ void toggleSendItem( QTreeWidgetItem *item, int col );
void setFont();
void getFont();
void underline();
void on_actionClearChat_triggered();
@ -91,7 +95,8 @@ private:
QTreeView *msgSendList;
QColor textColor;
QColor _currentColor;
QColor _currentColor;
bool _underline;
QHash<QString, QString> smileys;