diff options
Diffstat (limited to 'kcontrol/konq/desktopbehavior_impl.cpp')
-rw-r--r-- | kcontrol/konq/desktopbehavior_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/konq/desktopbehavior_impl.cpp b/kcontrol/konq/desktopbehavior_impl.cpp index 16f8688d7..41885202f 100644 --- a/kcontrol/konq/desktopbehavior_impl.cpp +++ b/kcontrol/konq/desktopbehavior_impl.cpp @@ -253,7 +253,7 @@ void DesktopBehavior::setMediaListViewEnabled(bool enabled) if (it->mimeType().startsWith("media/builtin-") == false) it->setVisible(enabled); else - it->setVisible(TRUE); + it->setVisible(true); } } |