src/hbcore/core/hbnamespace.h
changeset 28 b7da29130b0e
parent 23 e6ad4ef83b23
child 30 80e4d18b72f5
--- a/src/hbcore/core/hbnamespace.h	Thu Sep 02 20:44:51 2010 +0300
+++ b/src/hbcore/core/hbnamespace.h	Fri Sep 17 08:32:10 2010 +0300
@@ -188,8 +188,7 @@
     enum WidgetAttribute {
         InteractionDisabled   = 0x00000001,
         InsidePopup = 0x00000002,
-        InputMethodNeutral = 0x00000004,
-        Widget = 0x00000008
+        Widget = 0x00000004
     };
 
     Q_DECLARE_FLAGS(WidgetAttributes, WidgetAttribute)
@@ -303,7 +302,6 @@
         InstantBoundaryReached,
         InstantRotated90Degrees,
         InstantSelectionChanged,
-        InstantMultitouchActivated, // deprecated
         InstantAdvancedGestureActivated,
         /* add new standard instant interactions here */
         NumberOfInstantInteractions,