src/hbcore/style/hbstyleoptiontitlepane.cpp
changeset 3 11d3954df52a
parent 2 06ff229162e9
child 21 4633027730f5
--- a/src/hbcore/style/hbstyleoptiontitlepane.cpp	Fri May 14 16:09:54 2010 +0300
+++ b/src/hbcore/style/hbstyleoptiontitlepane.cpp	Thu May 27 13:10:59 2010 +0300
@@ -25,18 +25,12 @@
 
 #include "hbstyleoptiontitlepane_p.h"
 
-/*!
+/*
     \class HbStyleOptionTitlePane
     \brief HbStyleOptionTitlePane has the style component for title pane
 */
 
 
-/*!
-
-    \deprecated HbStyleOptionTitlePane::HbStyleOptionTitlePane()
-    is deprecated. Styleoptions will not be public.
-
-*/
 HbStyleOptionTitlePane::HbStyleOptionTitlePane() :
     HbStyleOption(), caption(""), mode(QIcon::Normal), transparent(false)
 {
@@ -44,13 +38,6 @@
     version = Version;
 }
 
-
-/*!
-
-    \deprecated HbStyleOptionTitlePane::HbStyleOptionTitlePane(const HbStyleOptionTitlePane&)
-    is deprecated. Styleoptions will not be public.
-
-*/
 HbStyleOptionTitlePane::HbStyleOptionTitlePane(const HbStyleOptionTitlePane &other) :
     HbStyleOption(other), caption(other.caption), mode(other.mode), transparent(other.transparent)
 {