From d63c9d696eb6e2539528b99afc21f4086c9defe3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 23 May 2021 20:48:35 +0900 Subject: Renaming of files in preparation for code style tools. Signed-off-by: Michele Calgaro (cherry picked from commit 8b78a8791bc539bcffe7159f9d9714d577cb3d7d) --- kpresenter/KPrTextObject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kpresenter/KPrTextObject.cpp') diff --git a/kpresenter/KPrTextObject.cpp b/kpresenter/KPrTextObject.cpp index 4c7f6bdd1..461015faf 100644 --- a/kpresenter/KPrTextObject.cpp +++ b/kpresenter/KPrTextObject.cpp @@ -439,7 +439,7 @@ void KPrTextObject::paint( TQPainter *_painter, KoTextZoomHandler*_zoomHandler, } if ( !editingTextObj || !onlyChanged ) { - /// #### Port this to KoBorder, see e.g. kword/kwframe.cc:590 + /// #### Port this to KoBorder, see e.g. kword/kwframe.cpp:590 // (so that the border gets drawn OUTSIDE of the object area) _painter->drawRect( _zoomHandler->zoomItX(pw), _zoomHandler->zoomItX(pw), _zoomHandler->zoomItX( ow - 2 * pw), _zoomHandler->zoomItY( oh - 2 * pw) ); -- cgit v1.2.3