From bdeb5cd821660eb17212cdc0dcac6696f99987bf Mon Sep 17 00:00:00 2001
From: Jarek Kobus <jkobus@trolltech.com>
Date: Mon, 8 Nov 2010 14:27:02 +0100
Subject: [PATCH] Compile

---
 src/plugins/qt4projectmanager/profileeditorfactory.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/qt4projectmanager/profileeditorfactory.cpp b/src/plugins/qt4projectmanager/profileeditorfactory.cpp
index 031adfc3984..a4e304577e0 100644
--- a/src/plugins/qt4projectmanager/profileeditorfactory.cpp
+++ b/src/plugins/qt4projectmanager/profileeditorfactory.cpp
@@ -89,7 +89,7 @@ Core::IEditor *ProFileEditorFactory::createEditor(QWidget *parent)
 
     // auto completion
     connect(editor, SIGNAL(requestAutoCompletion(TextEditor::ITextEditable*, bool)),
-            TextEditor::Internal::CompletionSupport::instance(), SLOT(autoComplete(TextEditor::ITextEditable*, bool)));
+            TextEditor::CompletionSupport::instance(), SLOT(autoComplete(TextEditor::ITextEditable*, bool)));
     return editor->editableInterface();
 }
 
-- 
GitLab