src/hbinput/inputwidgets/hbinputcandidatelist.cpp
changeset 3 11d3954df52a
parent 2 06ff229162e9
child 5 627c4a0fd0e7
--- a/src/hbinput/inputwidgets/hbinputcandidatelist.cpp	Fri May 14 16:09:54 2010 +0300
+++ b/src/hbinput/inputwidgets/hbinputcandidatelist.cpp	Thu May 27 13:10:59 2010 +0300
@@ -26,10 +26,6 @@
 #include <QLabel>
 #include <QGraphicsLayout>
 
-#if QT_VERSION >= 0x040600
-#include <QGraphicsDropShadowEffect>
-#endif
-
 #include <hblistwidget.h>
 #include <hblistwidgetitem.h>
 #include <hbview.h>
@@ -170,11 +166,6 @@
     setFlag(QGraphicsItem::ItemIsPanel, true);
     setActive(false);
 
-    // enable drop shadow for the preview pane
-    QGraphicsDropShadowEffect *effect = new QGraphicsDropShadowEffect;
-    effect->setBlurRadius(8);
-    setGraphicsEffect(effect);
-
     setTimeout(NoTimeout);
     setAttribute(Qt::WA_InputMethodEnabled, false);
     connect(d->mList, SIGNAL(activated(HbListWidgetItem*)), this, SLOT(itemActivated(HbListWidgetItem*)));