summaryrefslogtreecommitdiffstats
path: root/kdirstat/kdirstatsettings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdirstat/kdirstatsettings.cpp')
-rw-r--r--kdirstat/kdirstatsettings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdirstat/kdirstatsettings.cpp b/kdirstat/kdirstatsettings.cpp
index d3c3f97..7edc535 100644
--- a/kdirstat/kdirstatsettings.cpp
+++ b/kdirstat/kdirstatsettings.cpp
@@ -502,7 +502,7 @@ KCleanupListBoxItem::KCleanupListBoxItem( KCleanupListBox * listBox,
: TQListBoxText( listBox )
, _cleanup( cleanup )
{
- CHECK_PTR( cleanup );
+ TQ_CHECK_PTR( cleanup );
setText( cleanup->cleanTitle() );
}