From c9cb4f487428aad5d8cda5e3a4b9ad87390d7e54 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:56:31 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit 94844816550ad672ccfcdc25659c625546239998. --- kword/KWInsertPicDia.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kword/KWInsertPicDia.cpp') diff --git a/kword/KWInsertPicDia.cpp b/kword/KWInsertPicDia.cpp index 4477068e..4b5f3daa 100644 --- a/kword/KWInsertPicDia.cpp +++ b/kword/KWInsertPicDia.cpp @@ -21,7 +21,7 @@ #include #include #include -#include +#include #include #include @@ -62,7 +62,7 @@ public: m_size = picture.getOriginalSize(); m_picture = picture; resizeContents( m_size.width(), m_size.height() ); - repaint( false ); + tqrepaint( false ); return true; } else -- cgit v1.2.1