diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-12 21:15:21 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-12 22:25:42 +0900 |
commit | 9f1307134d0b5aa64749ec46551fd32bc8e8dda3 (patch) | |
tree | 9a72e0e378feccd530eaa2bce92adb173913e4ae /kicker/libkicker/panelbutton.h | |
parent | dc36e4bfdb29b4e9828fc33d784b7f18118e418b (diff) | |
download | tdebase-9f1307134d0b5aa64749ec46551fd32bc8e8dda3.tar.gz tdebase-9f1307134d0b5aa64749ec46551fd32bc8e8dda3.zip |
Replace various tqtinterface's TQ_* defines with actual types
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2f0c2ae7b5a9144566dad971c4231709d19ece7a)
Diffstat (limited to 'kicker/libkicker/panelbutton.h')
-rw-r--r-- | kicker/libkicker/panelbutton.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker/libkicker/panelbutton.h b/kicker/libkicker/panelbutton.h index 7bba68dc7..5df1c62b6 100644 --- a/kicker/libkicker/panelbutton.h +++ b/kicker/libkicker/panelbutton.h @@ -263,7 +263,7 @@ public slots: protected: - void setIconAlignment(TQ_Alignment align); + void setIconAlignment(Qt::AlignmentFlags align); /** * Subclasses must implement this to define the name of the button which is * used to identify this button for saving and loading. It must be unique @@ -406,7 +406,7 @@ private: TQPixmap m_iconz; // mouse over KPanelExtension::Position m_arrowDirection; KPanelApplet::Direction m_popupDirection; - TQ_Alignment m_iconAlignment; + Qt::AlignmentFlags m_iconAlignment; Orientation m_orientation; int m_size; double m_fontPercent; |