summaryrefslogtreecommitdiffstats
path: root/kdirstat/kcleanupcollection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdirstat/kcleanupcollection.cpp')
-rw-r--r--kdirstat/kcleanupcollection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdirstat/kcleanupcollection.cpp b/kdirstat/kcleanupcollection.cpp
index 8492f20..d7c116e 100644
--- a/kdirstat/kcleanupcollection.cpp
+++ b/kdirstat/kcleanupcollection.cpp
@@ -161,7 +161,7 @@ KCleanupCollection::deepCopy( const KCleanupCollection &src )
void
KCleanupCollection::add( KCleanup *newCleanup )
{
- CHECK_PTR( newCleanup );
+ TQ_CHECK_PTR( newCleanup );
if ( _cleanupDict[ newCleanup->id() ] ) // Already there?
{
@@ -236,7 +236,7 @@ KCleanupCollection::addUserCleanups( int number )
_nextUserCleanupNo++;
KCleanup *cleanup = new KCleanup( id, "", title, _actionCollection );
- CHECK_PTR( cleanup );
+ TQ_CHECK_PTR( cleanup );
cleanup->setEnabled( false );
if ( i <= 9 )