src/hbinput/inputwidgets/hbinputsettinglist.cpp
changeset 3 11d3954df52a
parent 2 06ff229162e9
child 5 627c4a0fd0e7
--- a/src/hbinput/inputwidgets/hbinputsettinglist.cpp	Fri May 14 16:09:54 2010 +0300
+++ b/src/hbinput/inputwidgets/hbinputsettinglist.cpp	Thu May 27 13:10:59 2010 +0300
@@ -25,9 +25,6 @@
 
 #include <QGraphicsLinearLayout>
 #include <QGraphicsGridLayout>
-#if QT_VERSION >= 0x040600
-#include <QGraphicsDropShadowEffect>
-#endif
 
 #include <hblabel.h>
 #include <hbpushbutton.h>
@@ -144,12 +141,6 @@
     // Make sure the custom button list never steals focus.
     setFlag(QGraphicsItem::ItemIsPanel, true);
     setActive(false);
-
-    // enable drop shadow for the setting list
-// Effect deletion is crashing -> Effect temporarily removed
-//    QGraphicsDropShadowEffect *effect = new QGraphicsDropShadowEffect;
-//    effect->setBlurRadius(8);
-//    setGraphicsEffect(effect);
 #endif
 
     connect(d->mLanguageButton, SIGNAL(clicked(bool)), this, SLOT(languageButtonClicked()));