src/hbcore/style/hbstyleoptionpopup.cpp
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 2 06ff229162e9
--- a/src/hbcore/style/hbstyleoptionpopup.cpp	Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbcore/style/hbstyleoptionpopup.cpp	Mon May 03 12:48:33 2010 +0300
@@ -30,12 +30,26 @@
     \brief HbStyleOptionPopup has the style component for popup primitives
 */
 
+
+/*!
+
+    \deprecated HbStyleOptionPopup::HbStyleOptionPopup()
+    is deprecated. Styleoptions will not be public.
+
+*/
 HbStyleOptionPopup::HbStyleOptionPopup()
 {
     type = Type;
     version = Version;
 }
 
+
+/*!
+
+    \deprecated HbStyleOptionPopup::HbStyleOptionPopup(const HbStyleOptionPopup&)
+    is deprecated. Styleoptions will not be public.
+
+*/
 HbStyleOptionPopup::HbStyleOptionPopup(const HbStyleOptionPopup &other) :
     HbStyleOption(other)
 {