summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@theqtcompany.com>2015-10-16 13:14:38 +0200
committerNiels Weber <niels.weber@theqtcompany.com>2015-10-16 11:17:20 +0000
commit52e35e7e9daf78e4e5774f1b94cb7a57495d9acf (patch)
treec7d6c870703d0fa7c38ce74f79e404211f8cfd56
parentbdb0f264d2df0f59b3a9f0bc4732cd019ecfc1ff (diff)
downloadqt-creator-52e35e7e9daf78e4e5774f1b94cb7a57495d9acf.tar.gz
Fix compilation
Was broken after bdb0f264d2df0f59b3a9f0bc4732cd019ecfc1ff Change-Id: I3581da9d27f9609c2b3e4f74443ee59feef739dc Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
-rw-r--r--src/plugins/coreplugin/find/searchresultwidget.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/find/searchresultwidget.cpp b/src/plugins/coreplugin/find/searchresultwidget.cpp
index 7980582299..ca97d56bc2 100644
--- a/src/plugins/coreplugin/find/searchresultwidget.cpp
+++ b/src/plugins/coreplugin/find/searchresultwidget.cpp
@@ -61,7 +61,6 @@ using namespace Utils;
namespace Core {
namespace Internal {
-class WideEnoughLineEdit : public QLineEdit
class WideEnoughLineEdit : public Utils::FancyLineEdit
{
Q_OBJECT