From 1d421717fba9b8ea1ca121a58e1023b8a6a8871b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 26 Nov 2023 02:33:07 +0900 Subject: Replaced various '#define' with actual strings - part 4 Signed-off-by: Michele Calgaro --- knotes/knoteconfigdlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'knotes') 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(sender()); + KNote *note = ::tqt_cast(sender()); if ( note ) setCaption( note->name() ); } -- cgit v1.2.1