diff options
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 950b9a9b1..abb379a03 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() ); } |