diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:02:42 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:02:42 -0600 |
commit | 8c9e5c21b7246ebab379d6d36120992c5e82501e (patch) | |
tree | bd3e2823a96f8cfb35b30b9514a3bc3d6e8857e7 /extra/kde313 | |
parent | 74420664aeaa6bb4d9bbde7f70a3b4468d24be60 (diff) | |
download | pytde-8c9e5c21b7246ebab379d6d36120992c5e82501e.tar.gz pytde-8c9e5c21b7246ebab379d6d36120992c5e82501e.zip |
Fix retquire
Diffstat (limited to 'extra/kde313')
-rw-r--r-- | extra/kde313/kicontheme.h | 2 | ||||
-rw-r--r-- | extra/kde313/kkeyserver_x11.h | 6 | ||||
-rw-r--r-- | extra/kde313/kurifilter.h | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/extra/kde313/kicontheme.h b/extra/kde313/kicontheme.h index ce2d3ec..542e535 100644 --- a/extra/kde313/kicontheme.h +++ b/extra/kde313/kicontheme.h @@ -241,7 +241,7 @@ public: bool isHidden() 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. * @return the minimum bpp (8 or 32) */ diff --git a/extra/kde313/kkeyserver_x11.h b/extra/kde313/kkeyserver_x11.h index b006a7a..4169273 100644 --- a/extra/kde313/kkeyserver_x11.h +++ b/extra/kde313/kkeyserver_x11.h @@ -81,10 +81,10 @@ namespace KKeyServer TQString toString() const; /** - * Returns the mods that are retquired for this symbol as - * ORed @ref KKey::ModFlag's. For example, Break retquires a + * Returns the mods that are required for this symbol as + * ORed @ref KKey::ModFlag's. For example, Break requires a * Ctrl to be valid. - * @return the retquired @ref KKey::ModFlag's + * @return the required @ref KKey::ModFlag's * @see KKey::ModFlag */ uint getModsRequired() const; diff --git a/extra/kde313/kurifilter.h b/extra/kde313/kurifilter.h index 299cf66..ad800b9 100644 --- a/extra/kde313/kurifilter.h +++ b/extra/kde313/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. |