From 7422cac1a18dca897d3830a267eb91683d05a95b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:10:41 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- kword/KWCanvas.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kword/KWCanvas.cpp') diff --git a/kword/KWCanvas.cpp b/kword/KWCanvas.cpp index 7dc7b96a..3bf00e2b 100644 --- a/kword/KWCanvas.cpp +++ b/kword/KWCanvas.cpp @@ -55,7 +55,7 @@ #include #include #include -#include +#include #include #include #include @@ -1516,7 +1516,7 @@ void KWCanvas::contentsDropEvent( TQDropEvent *e ) } else if ( KURLDrag::canDecode( e ) ) { // TODO ask (with a popupmenu) between inserting a link and inserting the contents - // TODO fix khtml to export images when dragging an image+link (as it does when using "Copy") + // TODO fix tdehtml to export images when dragging an image+link (as it does when using "Copy") KURL::List lst; KURLDrag::decode( e, lst ); @@ -1590,7 +1590,7 @@ void KWCanvas::doAutoScroll() return; } - // This code comes from khtml + // This code comes from tdehtml TQPoint pos( mapFromGlobal( TQCursor::pos() ) ); pos = TQPoint(pos.x() - viewport()->x(), pos.y() - viewport()->y()); -- cgit v1.2.1