From 9b9c12ec69913d1837b6dd252457babc02c32249 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 17 Mar 2007 20:39:15 +0000 Subject: [PATCH] fixed typo svn path=/trunk/KDE/kdebase/apps/; revision=643569 --- src/dolphinmainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index c46630eda3..d481a9e317 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -95,7 +95,7 @@ public: public slots: /** - * Returns the main windows ID, mainly used throught DBus. + * Returns the main window ID used through DBus. */ int getId() const { return m_id; }