summaryrefslogtreecommitdiffstats
path: root/tdeioslave/media/tdecmodule/notifiermodule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeioslave/media/tdecmodule/notifiermodule.cpp')
-rw-r--r--tdeioslave/media/tdecmodule/notifiermodule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/media/tdecmodule/notifiermodule.cpp b/tdeioslave/media/tdecmodule/notifiermodule.cpp
index 2d2d53481..edce1789d 100644
--- a/tdeioslave/media/tdecmodule/notifiermodule.cpp
+++ b/tdeioslave/media/tdecmodule/notifiermodule.cpp
@@ -129,7 +129,7 @@ void NotifierModule::slotActionSelected(TQListBoxItem *item)
bool isWritable = action!=0L && action->isWritable();
m_view->deleteButton->setEnabled( isWritable );
m_view->editButton->setEnabled( isWritable );
- m_view->addButton->setEnabled( TRUE );
+ m_view->addButton->setEnabled( true );
m_view->toggleAutoButton->setEnabled( action!=0L && !m_mimetype.isEmpty() );
}