Merge branch 'master' of ssh://drop.maemo.org/git/mdictionary
[mdictionary] / src / desktopWidget / MainWidget.h
index 375951d..3ee4c2b 100644 (file)
 #include <QtDBus/QDBusConnection>
 #include <QPushButton>
 
-//! Implements widget for maemo that allows user to quick search using mdictionary right of home screen.
+//! Implements widget for maemo that allows user to search quickly right from home screen using mdictionary.
 /*!
   Shows tool button with logo of mDictionary which can start application.
-  In line edit user inputs word, and using button next to it or by pressing enter, widget start mDictionary already witch started search for given word.
+  In line edit user inputs word, and using button next to it or by pressing enter, widget runs mDictionary which immediately starts searching for given word.
   If mDictionary is already running in background it will show the program.
   */
 class HomeWidget : public QWidget