diff options
author | Rohan Garg <rohangarg@gmail.com> | 2011-01-13 00:49:59 +0530 |
---|---|---|
committer | Rohan Garg <rohangarg@gmail.com> | 2011-01-13 00:49:59 +0530 |
commit | 2c0e1fadc3d4bd997b2759879b939403e999ac78 (patch) | |
tree | 56bd1de4d6c2aea71618b5b712407b0a6839e6c4 /src/bookmarks/bookmarkowner.h | |
parent | Krazy Fixes!! (diff) | |
download | rekonq-2c0e1fadc3d4bd997b2759879b939403e999ac78.tar.xz |
Fix issues as pointed out by Krazy
* Fix spelling issues
* Wrap Strings in QL1S
* Use Q_OBJECT macro in a class that derives from QObject
Diffstat (limited to 'src/bookmarks/bookmarkowner.h')
-rw-r--r-- | src/bookmarks/bookmarkowner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/bookmarkowner.h b/src/bookmarks/bookmarkowner.h index 4e3f0b11..5bfc6b80 100644 --- a/src/bookmarks/bookmarkowner.h +++ b/src/bookmarks/bookmarkowner.h @@ -72,7 +72,7 @@ public: // @{ /** - * Funtions to get current information. + * Functions to get current information. */ virtual QString currentTitle() const; virtual QString currentUrl() const; |