src/hbcore/gui/hbpopup.h
changeset 5 627c4a0fd0e7
parent 2 06ff229162e9
child 7 923ff622b8b9
--- a/src/hbcore/gui/hbpopup.h	Thu May 27 13:10:59 2010 +0300
+++ b/src/hbcore/gui/hbpopup.h	Fri Jun 11 13:58:22 2010 +0300
@@ -143,7 +143,8 @@
     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())
 #endif // HB_EFFECTS
     Q_PRIVATE_SLOT(d_func(), void _q_timeoutFinished())
 };