Changeset 6173 for trunk/qt4-gui/src/config/chat.h
- Timestamp:
- 04/27/08 22:47:06 (7 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/config/chat.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/config/chat.h
r6143 r6173 74 74 bool autoPosReplyWin() const { return myAutoPosReplyWin; } 75 75 bool autoSendThroughServer() const { return myAutoSendThroughServer; } 76 bool show SendClose() const { return myShowSendClose; }76 bool showDlgButtons() const { return myShowDlgButtons; } 77 77 bool showAllEncodings() const { return myShowAllEncodings; } 78 78 QByteArray defaultEncoding() const { return myDefaultEncoding; } … … 124 124 void setAutoPosReplyWin(bool autoPosReplyWin); 125 125 void setAutoSendThroughServer(bool autoSendThroughServer); 126 void setShow SendClose(bool showSendClose);126 void setShowDlgButtons(bool showDlgButtons); 127 127 void setShowAllEncodings(bool showAllEncodings); 128 128 void setDefaultEncoding(QByteArray defaultEncoding); … … 172 172 bool myAutoPosReplyWin; 173 173 bool myAutoSendThroughServer; 174 bool myShow SendClose;174 bool myShowDlgButtons; 175 175 bool myShowAllEncodings; 176 176 bool myTabbedChatting;
