change comment's and fix bug (xslt transform)
[mdictionary] / src / plugins / google / GoogleDictDialog.h
index 584509c..d3aa406 100644 (file)
@@ -18,7 +18,6 @@
     Copyright 2010 Comarch S.A.
 
 *******************************************************************************/
-
 /*! \file GoogleDictDialog.h
     \brief Class launches dialog which generates a new dictionary, or changes
     settings
@@ -40,15 +39,15 @@ class GoogleDictDialog : public DictDialog
 public:
     explicit GoogleDictDialog(GooglePlugin* plugin, QObject *parent = 0);
     /*!
-      Shows "add new google dictionary" dialog and returns settings of a new dict
-      \param parent parent widget on which dialog will be displayed
-      */
+        Shows "add new google dictionary" dialog and returns settings of a new dict
+        \param parent parent widget on which dialog will be displayed
+    */
     Settings* addNewDictionary(QWidget *parent);
 
     /*!
-      Shows "settings" dialog and saves new settings in plugin
-      \param parent parent widget on which dialog will be displayed
-      */
+        Shows "settings" dialog and saves new settings in plugin
+        \param parent parent widget on which dialog will be displayed
+    */
     void changeSettings(QWidget *parent);
 
 private: