summaryrefslogtreecommitdiffstats
path: root/tdeioslave/trash/discspaceutil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeioslave/trash/discspaceutil.cpp')
-rw-r--r--tdeioslave/trash/discspaceutil.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeioslave/trash/discspaceutil.cpp b/tdeioslave/trash/discspaceutil.cpp
index a771638fc..186cb0e7f 100644
--- a/tdeioslave/trash/discspaceutil.cpp
+++ b/tdeioslave/trash/discspaceutil.cpp
@@ -1,5 +1,5 @@
/*
- This file is part of the KDE project
+ This file is part of the TDE project
Copyright (C) 2008 Tobias Koenig <tokoe@kde.org>
@@ -102,9 +102,9 @@ void DiscSpaceUtil::done()
void DiscSpaceUtil::calculateFullSize()
{
KDiskFreeSp *sp = KDiskFreeSp::findUsageInfo( mDirectory );
- connect( sp, SIGNAL( foundMountPoint( const TQString&, unsigned long, unsigned long, unsigned long ) ),
- this, SLOT( foundMountPoint( const TQString&, unsigned long, unsigned long, unsigned long ) ) );
- connect( sp, SIGNAL( done() ), this, SLOT( done() ) );
+ connect( sp, TQT_SIGNAL( foundMountPoint( const TQString&, unsigned long, unsigned long, unsigned long ) ),
+ this, TQT_SLOT( foundMountPoint( const TQString&, unsigned long, unsigned long, unsigned long ) ) );
+ connect( sp, TQT_SIGNAL( done() ), this, TQT_SLOT( done() ) );
tqApp->eventLoop()->enterLoop();
}