summaryrefslogtreecommitdiffstats
path: root/kexi/widget/utils
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-08-07 20:17:23 +0900
committerMichele Calgaro <[email protected]>2023-08-07 21:14:29 +0900
commitc9fc87afcc603daf741f74d06301257ed2edc7c0 (patch)
treec448696b48f56fc10e23c306de59726ce1fbb9d1 /kexi/widget/utils
parentef14fba42c78a96d905c42632a62dc11f353b1c3 (diff)
downloadkoffice-c9fc87afcc603daf741f74d06301257ed2edc7c0.tar.gz
koffice-c9fc87afcc603daf741f74d06301257ed2edc7c0.zip
Drop use of TQ_SP* defines.
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit b05a12a13d0f6d1eabdc6c32fe629f4c3c89d236)
Diffstat (limited to 'kexi/widget/utils')
-rw-r--r--kexi/widget/utils/kexiflowlayout.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/widget/utils/kexiflowlayout.cpp b/kexi/widget/utils/kexiflowlayout.cpp
index e2397ede..38259277 100644
--- a/kexi/widget/utils/kexiflowlayout.cpp
+++ b/kexi/widget/utils/kexiflowlayout.cpp
@@ -199,9 +199,9 @@ TQSizePolicy::ExpandData
KexiFlowLayout::expanding() const
{
if(m_orientation == Qt::Vertical)
- return TQ_SPVertically;
+ return TQSizePolicy::Vertically;
else
- return TQ_SPHorizontally;
+ return TQSizePolicy::Horizontally;
}
void