diff options
author | hjk <qtc-committer@nokia.com> | 2009-01-20 15:31:33 +0100 |
---|---|---|
committer | hjk <qtc-committer@nokia.com> | 2009-01-20 15:31:33 +0100 |
commit | 897c05f57c64d07c1361c7170495641ece42c7c3 (patch) | |
tree | 8ccf5b7874d25af2bc47a3fb6ea1cb63b93a6a72 /src/plugins/projectexplorer/currentprojectfind.h | |
parent | 67437acf498fe74baadd07a59a8180dca8314f43 (diff) | |
download | qt-creator-897c05f57c64d07c1361c7170495641ece42c7c3.tar.gz |
replace Core::ICore::instance()->pluginManager() by ExtensionSystem::PluginManager::instance()
Diffstat (limited to 'src/plugins/projectexplorer/currentprojectfind.h')
-rw-r--r-- | src/plugins/projectexplorer/currentprojectfind.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/currentprojectfind.h b/src/plugins/projectexplorer/currentprojectfind.h index 5c08be0f2f..8690911277 100644 --- a/src/plugins/projectexplorer/currentprojectfind.h +++ b/src/plugins/projectexplorer/currentprojectfind.h @@ -34,7 +34,6 @@ #ifndef CURRENTPROJECTFIND_H #define CURRENTPROJECTFIND_H -#include <coreplugin/icore.h> #include <find/ifindfilter.h> #include <find/searchresultwindow.h> #include <texteditor/basefilefind.h> @@ -51,7 +50,7 @@ namespace Internal { class CurrentProjectFind : public TextEditor::BaseFileFind { public: - CurrentProjectFind(ProjectExplorerPlugin *plugin, Core::ICore *core, Find::SearchResultWindow *resultWindow); + CurrentProjectFind(ProjectExplorerPlugin *plugin, Find::SearchResultWindow *resultWindow); QString name() const; |