diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-21 16:49:49 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-21 16:49:49 -0500 |
commit | a34c15dc83bcc946977f0b41e52b06d0a95284db (patch) | |
tree | 72f29cb01a9c52bae79bbe319d7413ed65ad4818 /kioslave/media/kcmodule | |
parent | fcd114f480ade56a946278ecb7acbcbc8686a8c6 (diff) | |
download | tdebase-a34c15dc83bcc946977f0b41e52b06d0a95284db.tar.gz tdebase-a34c15dc83bcc946977f0b41e52b06d0a95284db.zip |
Change tqaddAction -> addAction. There is no tqaddAction defined in tqt headers.
Diffstat (limited to 'kioslave/media/kcmodule')
-rw-r--r-- | kioslave/media/kcmodule/notifiermodule.cpp | 2 |
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 ); } |