From 008eae43da364c9a910416652cf277c4ef5895c9 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 13 Apr 2012 01:04:19 -0500 Subject: Fix inadvertent "TQ" changes. --- kopete/kopete/chatwindow/chatmessagepart.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kopete/kopete') diff --git a/kopete/kopete/chatwindow/chatmessagepart.cpp b/kopete/kopete/chatwindow/chatmessagepart.cpp index f383e25a..fbd8fa2c 100644 --- a/kopete/kopete/chatwindow/chatmessagepart.cpp +++ b/kopete/kopete/chatwindow/chatmessagepart.cpp @@ -88,7 +88,7 @@ #if !(KDE_IS_VERSION(3,3,90)) //From tdelibs/khtml/misc/htmltags.h // used in ChatMessagePart::copy() -#define ID_BLOCKTQUOTE 12 +#define ID_BLOCKQUOTE 12 #define ID_BR 14 #define ID_DD 22 #define ID_DIV 26 @@ -872,7 +872,7 @@ void ChatMessagePart::copy(bool justselection /* default false */) case ID_TD: case ID_TH: case ID_HR: case ID_OL: case ID_UL: case ID_LI: case ID_DD: case ID_DL: case ID_DT: - case ID_PRE: case ID_BLOCKTQUOTE: case ID_DIV: + case ID_PRE: case ID_BLOCKQUOTE: case ID_DIV: if (!hasNewLine) text += "\n"; hasNewLine = true; @@ -902,7 +902,7 @@ void ChatMessagePart::copy(bool justselection /* default false */) case ID_TD: case ID_TH: case ID_HR: case ID_OL: case ID_UL: case ID_LI: case ID_DD: case ID_DL: case ID_DT: - case ID_PRE: case ID_BLOCKTQUOTE: case ID_DIV: + case ID_PRE: case ID_BLOCKQUOTE: case ID_DIV: if (!hasNewLine) text += "\n"; hasNewLine = true; -- cgit v1.2.1