Merge branch 'master' of ssh://drop.maemo.org/git/mdictionary
[mdictionary] / src / common / DictDialog.h
index 30e9457..fc83744 100644 (file)
@@ -33,19 +33,19 @@ class DictDialog : public QObject {
     Q_OBJECT
 
 public:
-    DictDialog(QObject*parent=0) : QObject(parent) {}
+    DictDialog(QObject *parent = 0) : QObject(parent) {}
 
     /*!
-      Shows add new dictionary dialog and returns settings of new dict
+      Shows "add new dictionary" dialog and returns settings of new dict
       \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
+      Shows "settings" dialog and saves new settings in plugin
       \param parent parent widget on which dialog will be displayed
       */
-    virtual void changeSettings(QWidget*parent=0)=0;
+    virtual void changeSettings(QWidget *parent = 0) = 0;
 };
 
 #endif // DICTDIALOG_H