change comment's and fix bug (xslt transform)
[mdictionary] / src / plugins / google / GoogleDictDialog.h
index 7823dab..d3aa406 100644 (file)
@@ -18,9 +18,8 @@
     Copyright 2010 Comarch S.A.
 
 *******************************************************************************/
-
 /*! \file GoogleDictDialog.h
-    \brief Class launches dialog which generates new dictionary, or changes
+    \brief Class launches dialog which generates a new dictionary, or changes
     settings
     \author Jakub Jaszczynski <j.j.jaszczynski@gmail.com>
 */
@@ -31,7 +30,6 @@
 #include "../../include/DictDialog.h"
 #include "../../include/settings.h"
 #include "GooglePlugin.h"
-#include "GoogleSettingsDialog.h"
 
 class GooglePlugin;
 
@@ -41,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 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: