summaryrefslogtreecommitdiffstats
path: root/knotes/knoteconfigdlg.cpp
diff options
context:
space:
mode:
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 950b9a9b..abb379a0 100644
--- a/knotes/knoteconfigdlg.cpp
+++ b/knotes/knoteconfigdlg.cpp
@@ -81,7 +81,7 @@ KNoteConfigDlg::~KNoteConfigDlg()
void KNoteConfigDlg::slotUpdateCaption()
{
- KNote *note = ::qt_cast<KNote *>(sender());
+ KNote *note = ::tqqt_cast<KNote *>(sender());
if ( note )
setCaption( note->name() );
}