diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-09 23:09:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-09 23:09:59 +0900 |
commit | 83991febd2b98788a0a018e187de0dfb7d95b500 (patch) | |
tree | ec363502a3d11082cc54d17b7969f8ba605e1f01 /src/widgets/qscrollview.cpp | |
parent | 48ea22d00b58a37508567756b2955582cd9efe5a (diff) | |
download | tqt3-83991febd2b98788a0a018e187de0dfb7d95b500.tar.gz tqt3-83991febd2b98788a0a018e187de0dfb7d95b500.zip |
Remove Qt4 related stuff
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/widgets/qscrollview.cpp')
-rw-r--r-- | src/widgets/qscrollview.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/widgets/qscrollview.cpp b/src/widgets/qscrollview.cpp index c759a9952..67bf56fea 100644 --- a/src/widgets/qscrollview.cpp +++ b/src/widgets/qscrollview.cpp @@ -2097,13 +2097,6 @@ void TQScrollView::moveContents(int x, int y) d->hideOrShowAll(this, TRUE ); } -#if (TQT_VERSION-0 >= 0x040000) -#if defined(Q_CC_GNU) -#warning "Should rename contents{X,Y,Width,Height} to viewport{...}" -#endif -// Because it's the viewport rectangle that is "moving", not the contents. -#endif - /*! \property TQScrollView::contentsX \brief the X coordinate of the contents that are at the left edge of |