--- a/src/hbcore/gui/hbpopup.h Thu Jul 15 14:03:49 2010 +0100
+++ b/src/hbcore/gui/hbpopup.h Thu Jul 22 16:36:53 2010 +0100
@@ -143,7 +143,9 @@
Q_DISABLE_COPY(HbPopup)
#ifdef HB_EFFECTS
Q_PRIVATE_SLOT(d_func(), void _q_delayedHide(HbEffect::EffectStatus status))
- Q_PRIVATE_SLOT(d_func(), void _q_orientationChange(Qt::Orientation orient, bool animate))
+ Q_PRIVATE_SLOT(d_func(), void _q_orientationAboutToChange(Qt::Orientation orient, bool animate))
+ Q_PRIVATE_SLOT(d_func(), void _q_orientationChanged())
+ Q_PRIVATE_SLOT(d_func(), void _q_appearEffectEnded(HbEffect::EffectStatus status))
#endif // HB_EFFECTS
Q_PRIVATE_SLOT(d_func(), void _q_timeoutFinished())
};