mostly seen as
"the the" -> "the"
"the the" -> "to the"
and in its best case
"a the the" -> "" :)
svn path=/trunk/KDE/kdebase/apps/; revision=864814
virtual ~DolphinController();
/**
- * Allows read access for the the view implementation to the abstract
+ * Allows read access for the view implementation to the abstract
* Dolphin view.
*/
const DolphinView* dolphinView() const;
/**
* Updates the state of the 'Back' and 'Forward' menu
- * actions corresponding the the current history.
+ * actions corresponding to the current history.
*/
void updateHistory();
FilterBar(QWidget* parent = 0);
virtual ~FilterBar();
- /** Clears the the input field. */
+ /** Clears the input field. */
void clear();
signals:
/**
* @brief Displays general meta in several lines.
*
- * Each line contains a label and the the meta information.
+ * Each line contains a label and the meta information.
*/
class MetaTextLabel : public QWidget
{