corrected some linguistic errors, changed emit to Q_EMIT in xdxfplugin.cpp
[mdictionary] / trunk / src / includes / DictDialog.h
index 7932404..30e9457 100644 (file)
@@ -37,13 +37,13 @@ public:
 
     /*!
       Shows add new dictionary dialog and returns settings of new dict
-      \param parent parent widget on which will be displayed dialog
+      \param parent parent widget on which dialog will be displayed
       */
     virtual Settings* addNewDictionary(QWidget*parent=0)=0;
 
     /*!
       Shows settings dialog and save new settings in plugin
-      \param parent parent widget on which will be displayed dialog
+      \param parent parent widget on which dialog will be displayed
       */
     virtual void changeSettings(QWidget*parent=0)=0;
 };