diff options
Diffstat (limited to 'extra/kde301')
-rw-r--r-- | extra/kde301/kicontheme.h | 2 | ||||
-rw-r--r-- | extra/kde301/kurifilter.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extra/kde301/kicontheme.h b/extra/kde301/kicontheme.h index 4624c23..9269f09 100644 --- a/extra/kde301/kicontheme.h +++ b/extra/kde301/kicontheme.h @@ -148,7 +148,7 @@ public: bool isValid() const; /** - * The minimum display depth retquired for this theme. This can either + * The minimum display depth required for this theme. This can either * be 8 or 32. */ int depth() const { return mDepth; } diff --git a/extra/kde301/kurifilter.h b/extra/kde301/kurifilter.h index d82786a..26e564e 100644 --- a/extra/kde301/kurifilter.h +++ b/extra/kde301/kurifilter.h @@ -35,7 +35,7 @@ class KCModule; /** * This is a basic message object used for exchanging filtering * information between the filter plugins and the application -* whenever the application retquires more information about the +* whenever the application requires more information about the * URI than just a filtered version of it. Any application can * create an instance of this class and send it to @ref KURIFilter * to have the filter plugins fill the necessary information. |