diff options
Diffstat (limited to 'libkonq/kivfreespaceoverlay.cpp')
-rw-r--r-- | libkonq/kivfreespaceoverlay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkonq/kivfreespaceoverlay.cpp b/libkonq/kivfreespaceoverlay.cpp index 0343a4ab6..d0cd82e7d 100644 --- a/libkonq/kivfreespaceoverlay.cpp +++ b/libkonq/kivfreespaceoverlay.cpp @@ -63,7 +63,7 @@ void KIVFreeSpaceOverlay::start() if ( !m_freespace->item()->isReadable() ) { emit finished(); } - TQTimer::singleShot(0, this, TQT_SLOT(slotDisplay())); + TQTimer::singleShot(0, this, TQ_SLOT(slotDisplay())); } void KIVFreeSpaceOverlay::timerEvent(TQTimerEvent *) |