diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-26 02:33:07 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-26 02:33:07 +0900 |
commit | 1d421717fba9b8ea1ca121a58e1023b8a6a8871b (patch) | |
tree | e7eb265452a2256eaa58410728b576eae99f888b /knotes/knoteconfigdlg.cpp | |
parent | 3b66617d9d5f343c30a87381720db2fc835ce52b (diff) | |
download | tdepim-1d421717fba9b8ea1ca121a58e1023b8a6a8871b.tar.gz tdepim-1d421717fba9b8ea1ca121a58e1023b8a6a8871b.zip |
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'knotes/knoteconfigdlg.cpp')
-rw-r--r-- | knotes/knoteconfigdlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knotes/knoteconfigdlg.cpp b/knotes/knoteconfigdlg.cpp index bd388c389..60f7a539c 100644 --- a/knotes/knoteconfigdlg.cpp +++ b/knotes/knoteconfigdlg.cpp @@ -81,7 +81,7 @@ KNoteConfigDlg::~KNoteConfigDlg() void KNoteConfigDlg::slotUpdateCaption() { - KNote *note = ::tqqt_cast<KNote *>(sender()); + KNote *note = ::tqt_cast<KNote *>(sender()); if ( note ) setCaption( note->name() ); } |