From 5f63ee9f50176245bca319e902b2b8575cd0074f Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 19 Jul 2011 18:44:25 +0000 Subject: Rename tqgeometry* to geometry* git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1242307 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kolourpaint/kpmainwindow_view.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kolourpaint') diff --git a/kolourpaint/kpmainwindow_view.cpp b/kolourpaint/kpmainwindow_view.cpp index b1fbdf67..ee8a0aff 100644 --- a/kolourpaint/kpmainwindow_view.cpp +++ b/kolourpaint/kpmainwindow_view.cpp @@ -1095,21 +1095,21 @@ void kpMainWindow::updateThumbnail () const int margin = 20; const int initialWidth = 160, initialHeight = 120; - TQRect tqgeometryRect (width () - initialWidth - margin * 2, + TQRect geometryRect (width () - initialWidth - margin * 2, m_scrollView->y () + margin, initialWidth, initialHeight); #if DEBUG_KP_MAIN_WINDOW - kdDebug () << "\t\tcreating tqgeometry=" << tqgeometryRect << endl; + kdDebug () << "\t\tcreating tqgeometry=" << geometryRect << endl; #endif - tqgeometryRect = mapToGlobal (tqgeometryRect); + geometryRect = mapToGlobal (geometryRect); #if DEBUG_KP_MAIN_WINDOW - kdDebug () << "\t\tmap to global=" << tqgeometryRect << endl; + kdDebug () << "\t\tmap to global=" << geometryRect << endl; #endif - m_thumbnail->resize (tqgeometryRect.size ()); - m_thumbnail->move (tqgeometryRect.topLeft ()); + m_thumbnail->resize (geometryRect.size ()); + m_thumbnail->move (geometryRect.topLeft ()); } } -- cgit v1.2.3