src/hbcore/style/hbstyleoptiondataquery.cpp
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
--- a/src/hbcore/style/hbstyleoptiondataquery.cpp	Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbcore/style/hbstyleoptiondataquery.cpp	Mon May 03 12:48:33 2010 +0300
@@ -26,12 +26,19 @@
 #include "hbstyleoptiondataquery.h"
 
 /*!
-    @deprecated HbStyleOptionDataQuery
-        Replaced with HbStyleOptionInputDialog
+    \this class is deprecated. Use HbStyleOptionInputDialog instead.
+
     \class HbStyleOptionDataQuery
     \brief HbStyleOptionDataQuery has the style component for input dialog
 */
 
+/*!
+    \deprecated HbStyleOptionDataQuery::HbStyleOptionDataQuery()
+        is deprecated. Use HbStyleOptionInputDialog instead.
+
+    Constructor.
+*/
+
 HbStyleOptionDataQuery::HbStyleOptionDataQuery():HbStyleOptionPopup()
 {
     type = Type;
@@ -40,6 +47,12 @@
     modeIcon = 0;
 }
 
+/*!
+    \deprecated HbStyleOptionDataQuery::HbStyleOptionDataQuery(const HbStyleOptionDataQuery &)
+        is deprecated. Use HbStyleOptionInputDialog instead.
+
+    Constructor.
+*/
 HbStyleOptionDataQuery::HbStyleOptionDataQuery(const HbStyleOptionDataQuery &other) :
 HbStyleOptionPopup(other)
 {