From d3f278419c4d70a4c6a8bfcd3872f98c8bde3376 Mon Sep 17 00:00:00 2001 From: Frederik Schwarzer Date: Thu, 25 Sep 2008 15:05:22 +0000 Subject: [PATCH] let me introduce: typo of the year "the the" 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 --- src/dolphincontroller.h | 2 +- src/dolphinmainwindow.h | 2 +- src/filterbar.h | 2 +- src/metatextlabel.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/dolphincontroller.h b/src/dolphincontroller.h index 51099ff7a1..9196a157d1 100644 --- a/src/dolphincontroller.h +++ b/src/dolphincontroller.h @@ -81,7 +81,7 @@ public: 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; diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index f97193cd41..48a829e39e 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -291,7 +291,7 @@ private slots: /** * Updates the state of the 'Back' and 'Forward' menu - * actions corresponding the the current history. + * actions corresponding to the current history. */ void updateHistory(); diff --git a/src/filterbar.h b/src/filterbar.h index 7ede89b313..87aaa017ec 100644 --- a/src/filterbar.h +++ b/src/filterbar.h @@ -40,7 +40,7 @@ public: FilterBar(QWidget* parent = 0); virtual ~FilterBar(); - /** Clears the the input field. */ + /** Clears the input field. */ void clear(); signals: diff --git a/src/metatextlabel.h b/src/metatextlabel.h index 316f0de5c9..f4b4ee8e1b 100644 --- a/src/metatextlabel.h +++ b/src/metatextlabel.h @@ -28,7 +28,7 @@ class QHBoxLayout; /** * @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 {