src/hbcore/style/hbstyleoptionpopup.cpp
branchGCC_SURGE
changeset 15 f378acbc9cfb
parent 3 11d3954df52a
--- a/src/hbcore/style/hbstyleoptionpopup.cpp	Thu Jul 15 14:03:49 2010 +0100
+++ b/src/hbcore/style/hbstyleoptionpopup.cpp	Thu Jul 22 16:36:53 2010 +0100
@@ -25,31 +25,17 @@
 
 #include "hbstyleoptionpopup_p.h"
 
-/*!
+/*
     \class HbStyleOptionPopup
     \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)
 {