diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-25 10:24:30 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-29 12:14:27 +0900 |
commit | b6a474ec94c0e109fb1376d924d8e7bc2a00f8e1 (patch) | |
tree | 272d1ae578ff5798022f005460bc88a99be1804e /src/flowlayout.h | |
parent | 267513f249e1b1be12b88bb44d8016968fee6045 (diff) | |
download | kima-b6a474ec.tar.gz kima-b6a474ec.zip |
Drop USE_TQT4 coder14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit efda7b84b278d73a2af32e4ceb0c7e470997e571)
Diffstat (limited to 'src/flowlayout.h')
-rw-r--r-- | src/flowlayout.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/flowlayout.h b/src/flowlayout.h index abe1c4f..df68e66 100644 --- a/src/flowlayout.h +++ b/src/flowlayout.h @@ -68,10 +68,6 @@ public: TQSizePolicy::ExpandData expanding() const; Qt::Orientation getOrientation() const; -#ifdef USE_QT4 - QLAYOUT_REQUIRED_METHOD_DECLARATIONS -#endif // USE_QT4 - public slots: void setOrientation(Qt::Orientation orientation); |