summaryrefslogtreecommitdiff
path: root/src/plugins/welcome/welcomeplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/welcome/welcomeplugin.cpp')
-rw-r--r--src/plugins/welcome/welcomeplugin.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/welcome/welcomeplugin.cpp b/src/plugins/welcome/welcomeplugin.cpp
index 8e5b1ddfa9..c9f26bbc08 100644
--- a/src/plugins/welcome/welcomeplugin.cpp
+++ b/src/plugins/welcome/welcomeplugin.cpp
@@ -167,8 +167,7 @@ WelcomeMode::WelcomeMode() :
scrollArea->setWidgetResizable(true);
m_welcomePage->setMinimumWidth(880);
m_welcomePage->setMinimumHeight(548);
- PluginManager *pluginManager = PluginManager::instance();
- connect(pluginManager, SIGNAL(objectAdded(QObject*)), SLOT(welcomePluginAdded(QObject*)));
+ connect(PluginManager::instance(), SIGNAL(objectAdded(QObject*)), SLOT(welcomePluginAdded(QObject*)));
setWidget(m_modeWidget);
}