--- a/src/hbinput/inputwidgets/hbinputbuttongroup_p.h Fri Sep 17 08:32:10 2010 +0300
+++ b/src/hbinput/inputwidgets/hbinputbuttongroup_p.h Mon Oct 04 00:38:12 2010 +0300
@@ -31,7 +31,7 @@
#include "hbinputbuttongroup.h"
#include "hbinputbutton.h"
-class HbDialog;
+class HbInputPopupBase;
class QTextLine;
class QTextLayout;
@@ -108,10 +108,11 @@
bool mMultiTouchEnabled;
QList<int> mActiveButtons;
QHash<int, HbInputButtonGroup *> mButtonPreview;
- HbDialog *mCharacterSelectionPreview;
+ HbInputPopupBase *mCharacterSelectionPreview;
HbFrameDrawer *mBackground;
QList<HbKeyPressProbability> mProbabilities;
qreal mFontSize[HbInputButtonGroup::ButtonTextTypeLabel+1];
+ bool mHasMouseGrab;
};
#endif // HB_INPUT_BUTTON_GROUP_PRIVATE_H