summaryrefslogtreecommitdiffstats
path: root/knotes/knoteconfigdlg.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-11-26 02:33:07 +0900
committerMichele Calgaro <[email protected]>2023-11-26 17:43:38 +0900
commit51d0291b086eede28d1f3b8c1f59affbf4109a99 (patch)
tree50ca1dcc2f6ebcee56a3d443ababa0ec4c2a3eb7 /knotes/knoteconfigdlg.cpp
parent22da7013fff03b0a938a6048633369d1b2041a52 (diff)
downloadtdepim-51d0291b086eede28d1f3b8c1f59affbf4109a99.tar.gz
tdepim-51d0291b086eede28d1f3b8c1f59affbf4109a99.zip
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 1d421717fba9b8ea1ca121a58e1023b8a6a8871b)
Diffstat (limited to 'knotes/knoteconfigdlg.cpp')
-rw-r--r--knotes/knoteconfigdlg.cpp2
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() );
}