diff options
author | Timothy Pearson <[email protected]> | 2011-11-16 13:41:26 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-16 13:41:26 -0600 |
commit | b960b948d62cc621806ba75cbf5cc16210b47844 (patch) | |
tree | 2de6a70c1d4b2009164eecdff3c8eaad2af327f5 /kword/KWCanvas.cpp | |
parent | 933b892946bd640e29ddbf5279ffebec99df5b1c (diff) | |
download | koffice-b960b948d62cc621806ba75cbf5cc16210b47844.tar.gz koffice-b960b948d62cc621806ba75cbf5cc16210b47844.zip |
Additional renaming of kde to tde
Diffstat (limited to 'kword/KWCanvas.cpp')
-rw-r--r-- | kword/KWCanvas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWCanvas.cpp b/kword/KWCanvas.cpp index 4f541e54..fdd6eb6b 100644 --- a/kword/KWCanvas.cpp +++ b/kword/KWCanvas.cpp @@ -1721,7 +1721,7 @@ bool KWCanvas::eventFilter( TQObject *o, TQEvent *e ) m_scrollTimer->stop(); m_mousePressed = false; break; - case TQEvent::AccelOverride: // was part of KeyPress - changed due to kdelibs BUG! + case TQEvent::AccelOverride: // was part of KeyPress - changed due to tdelibs BUG! { // kdDebug() << " KeyPress m_currentFrameSetEdit=" << m_currentFrameSetEdit << " isRW="<<m_doc->isReadWrite() << endl; // kdDebug() << " m_printing=" << m_printing << " mousemode=" << m_mouseMode << " (MM_EDIT=" << MM_EDIT<<")"<<endl; |