diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-24 10:56:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-24 10:56:22 +0900 |
commit | 3b66617d9d5f343c30a87381720db2fc835ce52b (patch) | |
tree | 4e867b86067b1d98145ebf942b421843a1e28f26 /knotes | |
parent | d3aa578340c0d8e9ef17abb208ae0e4cae4b22dc (diff) | |
download | tdepim-3b66617d9d5f343c30a87381720db2fc835ce52b.tar.gz tdepim-3b66617d9d5f343c30a87381720db2fc835ce52b.zip |
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'knotes')
-rw-r--r-- | knotes/knotebutton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knotes/knotebutton.cpp b/knotes/knotebutton.cpp index 5bee8384c..47d64a3ea 100644 --- a/knotes/knotebutton.cpp +++ b/knotes/knotebutton.cpp @@ -78,7 +78,7 @@ void KNoteButton::drawButton( TQPainter* p ) if ( !m_flat ) flags |= TQStyle::Style_MouseOver; - style().tqdrawPrimitive( TQStyle::PE_ButtonTool, p, rect(), colorGroup(), flags ); + style().drawPrimitive( TQStyle::PE_ButtonTool, p, rect(), colorGroup(), flags ); drawButtonLabel( p ); } |