diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-25 10:10:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-29 10:47:18 +0900 |
commit | 68fa0b1ca5a272e06f72ea917c8abd2e2ee0f751 (patch) | |
tree | 206e89155bce179633beecbc3dc9892890e82956 /plugins/gui-quickbar/buttonflowlayout.h | |
parent | 998f0a7f42c1c59536fd107a44746e6af864b68e (diff) | |
download | tderadio-r14.1.1.tar.gz tderadio-r14.1.1.zip |
Drop USE_TQT4 coder14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 61d238685716eb5670f82dacf20fb2b6c8919822)
Diffstat (limited to 'plugins/gui-quickbar/buttonflowlayout.h')
-rw-r--r-- | plugins/gui-quickbar/buttonflowlayout.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/gui-quickbar/buttonflowlayout.h b/plugins/gui-quickbar/buttonflowlayout.h index f092a74..117197a 100644 --- a/plugins/gui-quickbar/buttonflowlayout.h +++ b/plugins/gui-quickbar/buttonflowlayout.h @@ -47,10 +47,6 @@ public: TQLayoutIterator iterator(); TQSizePolicy::ExpandData expanding() const; -#ifdef USE_QT4 - QLAYOUT_REQUIRED_METHOD_DECLARATIONS -#endif // USE_QT4 - protected: void setGeometry( const TQRect& ); |