diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-25 17:55:30 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-31 09:48:22 +0900 |
commit | d9559c5f69cef1ef0d92013c53b541fb869cfbe3 (patch) | |
tree | 92ef29d87d8869e2a64c314d212e2b1e30eae275 /kworldwatch/flow.h | |
parent | 2d3320fc2f34e8acae6376e67ec22312652b7494 (diff) | |
download | tdetoys-d9559c5f69cef1ef0d92013c53b541fb869cfbe3.tar.gz tdetoys-d9559c5f69cef1ef0d92013c53b541fb869cfbe3.zip |
Drop USE_TQT4 code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8e878ece57bcde088c108fd2921a79d72a37edaf)
Diffstat (limited to 'kworldwatch/flow.h')
-rw-r--r-- | kworldwatch/flow.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kworldwatch/flow.h b/kworldwatch/flow.h index e027e64..6eed52e 100644 --- a/kworldwatch/flow.h +++ b/kworldwatch/flow.h @@ -42,10 +42,6 @@ public: TQLayoutIterator iterator(); TQSizePolicy::ExpandData expanding() const; -#ifdef USE_QT4 - QLAYOUT_REQUIRED_METHOD_DECLARATIONS -#endif // USE_QT4 - protected: void setGeometry( const TQRect& ); |