diff options
author | Timothy Pearson <[email protected]> | 2011-12-19 11:35:39 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-19 11:35:39 -0600 |
commit | eba1d381626d92b860239417f21d813f02ee6394 (patch) | |
tree | a1d29560015d98b2ad5aa047f919b8a81e0e9c4b /src/gvcore/documentloadingimpl.cpp | |
parent | d0bdd0d7a768f9935b521f3bd12a4cd72739b96f (diff) | |
download | gwenview-eba1d381626d92b860239417f21d813f02ee6394.tar.gz gwenview-eba1d381626d92b860239417f21d813f02ee6394.zip |
Remove additional unneeded tq method conversions
Diffstat (limited to 'src/gvcore/documentloadingimpl.cpp')
-rw-r--r-- | src/gvcore/documentloadingimpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/documentloadingimpl.cpp b/src/gvcore/documentloadingimpl.cpp index 072229e..02020ad 100644 --- a/src/gvcore/documentloadingimpl.cpp +++ b/src/gvcore/documentloadingimpl.cpp @@ -99,7 +99,7 @@ void DocumentLoadingImpl::init() { emitImageRectUpdated(); } else { setImage(image); - TQMemArray< TQRect > rects = TQRegion(d->mLoader->loadedRegion()).tqrects(); + TQMemArray< TQRect > rects = TQRegion(d->mLoader->loadedRegion()).rects(); for( unsigned int i = 0; i < rects.count(); ++i ) { emit rectUpdated(rects[i]); } |