diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-24 10:47:46 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-24 10:47:46 +0900 |
| commit | dcc4dc7a89e5f5f7fb4217815b892f4b0106d5a0 (patch) | |
| tree | 28dc129d7fd7fc71945338cfb4207d5a9a9dbcb0 /kexi/plugins/forms/widgets/kexidbimagebox.cpp | |
| parent | 10a82ab583d7608cd9efd5fe1e76700c9d06b4c2 (diff) | |
| download | koffice-dcc4dc7a89e5f5f7fb4217815b892f4b0106d5a0.tar.gz koffice-dcc4dc7a89e5f5f7fb4217815b892f4b0106d5a0.zip | |
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kexi/plugins/forms/widgets/kexidbimagebox.cpp')
| -rw-r--r-- | kexi/plugins/forms/widgets/kexidbimagebox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/plugins/forms/widgets/kexidbimagebox.cpp b/kexi/plugins/forms/widgets/kexidbimagebox.cpp index f205de05f..4c23fead9 100644 --- a/kexi/plugins/forms/widgets/kexidbimagebox.cpp +++ b/kexi/plugins/forms/widgets/kexidbimagebox.cpp @@ -685,7 +685,7 @@ void KexiDBImageBox::paintEvent( TQPaintEvent *pe ) // if the widget is focused, draw focus indicator rect _if_ there is no chooser button if (!m_designMode && !dataSource().isEmpty() && hasFocus() && (!m_chooser || !m_chooser->isVisible())) { - style().tqdrawPrimitive( + style().drawPrimitive( TQStyle::PE_FocusRect, &p, style().subRect(TQStyle::SR_PushButtonContents, this), palette().active() ); } |
