aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/generalhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/generalhandler.cpp')
-rw-r--r--src/qmmpui/generalhandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmmpui/generalhandler.cpp b/src/qmmpui/generalhandler.cpp
index 06025586f..744591243 100644
--- a/src/qmmpui/generalhandler.cpp
+++ b/src/qmmpui/generalhandler.cpp
@@ -38,7 +38,7 @@ GeneralHandler::GeneralHandler(QObject *parent)
m_toolsMenu = 0;
m_playlistMenu = 0;
GeneralFactory* factory;
- foreach(factory, *General::generalFactories())
+ foreach(factory, *General::factories())
{
if (General::isEnabled(factory))
{
@@ -94,7 +94,7 @@ void GeneralHandler::showSettings(GeneralFactory* factory, QWidget* parentWidget
bool GeneralHandler::visibilityControl()
{
GeneralFactory* factory;
- foreach(factory, *General::generalFactories())
+ foreach(factory, *General::factories())
{
if (General::isEnabled(factory) && factory->properties().visibilityControl)
return TRUE;