summaryrefslogtreecommitdiffstats
path: root/khexedit/fileinfodialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/fileinfodialog.cpp')
-rw-r--r--khexedit/fileinfodialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/fileinfodialog.cpp b/khexedit/fileinfodialog.cpp
index 96fb060..9d240e0 100644
--- a/khexedit/fileinfodialog.cpp
+++ b/khexedit/fileinfodialog.cpp
@@ -321,7 +321,7 @@ void CFileInfoDialog::showEvent( TQShowEvent *e )
void CFileInfoDialog::timerEvent( TQTimerEvent * )
{
- TQT_TQOBJECT(this)->killTimers();
+ this->killTimers();
slotUser1();
}