summaryrefslogtreecommitdiffstats
path: root/kioslave/media/kcmodule/notifiermodule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kioslave/media/kcmodule/notifiermodule.cpp')
-rw-r--r--kioslave/media/kcmodule/notifiermodule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kioslave/media/kcmodule/notifiermodule.cpp b/kioslave/media/kcmodule/notifiermodule.cpp
index d5e36cc50..c7871c953 100644
--- a/kioslave/media/kcmodule/notifiermodule.cpp
+++ b/kioslave/media/kcmodule/notifiermodule.cpp
@@ -159,7 +159,7 @@ void NotifierModule::slotAdd()
if ( value == TQDialog::Accepted )
{
- m_settings.tqaddAction( action );
+ m_settings.addAction( action );
updateListBox();
emit changed( true );
}