diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-02 13:22:01 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-02 13:22:03 +0900 |
| commit | 01b5ec54f46b8fc5e803821372e4f4606554edd8 (patch) | |
| tree | 29ff76a9ea0aa58aef8a9141c188665603f8b86d /extra | |
| parent | 7b44eaf7a563379764474caf1892e9ce81440d4d (diff) | |
| download | pytde-01b5ec54f46b8fc5e803821372e4f4606554edd8.tar.gz pytde-01b5ec54f46b8fc5e803821372e4f4606554edd8.zip | |
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'extra')
| -rw-r--r-- | extra/kde300/kurifilter.h | 2 | ||||
| -rw-r--r-- | extra/kde301/kurifilter.h | 2 | ||||
| -rw-r--r-- | extra/kde303/kurifilter.h | 2 | ||||
| -rw-r--r-- | extra/kde310/kurifilter.h | 2 | ||||
| -rw-r--r-- | extra/kde311/kurifilter.h | 2 | ||||
| -rw-r--r-- | extra/kde312/kurifilter.h | 2 | ||||
| -rw-r--r-- | extra/kde313/kurifilter.h | 2 | ||||
| -rw-r--r-- | extra/kde314/kurifilter.h | 2 | ||||
| -rw-r--r-- | extra/kde315/kurifilter.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/extra/kde300/kurifilter.h b/extra/kde300/kurifilter.h index 5430e39..3f05bbf 100644 --- a/extra/kde300/kurifilter.h +++ b/extra/kde300/kurifilter.h @@ -124,7 +124,7 @@ public: /** * This method has been deprecated and will always return - * TRUE. You should instead use the result from the + * true. You should instead use the result from the * @ref KURIFilter::filterURI() calls. * * @deprecated diff --git a/extra/kde301/kurifilter.h b/extra/kde301/kurifilter.h index 5430e39..3f05bbf 100644 --- a/extra/kde301/kurifilter.h +++ b/extra/kde301/kurifilter.h @@ -124,7 +124,7 @@ public: /** * This method has been deprecated and will always return - * TRUE. You should instead use the result from the + * true. You should instead use the result from the * @ref KURIFilter::filterURI() calls. * * @deprecated diff --git a/extra/kde303/kurifilter.h b/extra/kde303/kurifilter.h index 5430e39..3f05bbf 100644 --- a/extra/kde303/kurifilter.h +++ b/extra/kde303/kurifilter.h @@ -124,7 +124,7 @@ public: /** * This method has been deprecated and will always return - * TRUE. You should instead use the result from the + * true. You should instead use the result from the * @ref KURIFilter::filterURI() calls. * * @deprecated diff --git a/extra/kde310/kurifilter.h b/extra/kde310/kurifilter.h index 58b8065..6c4bbdb 100644 --- a/extra/kde310/kurifilter.h +++ b/extra/kde310/kurifilter.h @@ -124,7 +124,7 @@ public: /** * This method has been deprecated and will always return - * TRUE. You should instead use the result from the + * true. You should instead use the result from the * @ref KURIFilter::filterURI() calls. * * @deprecated diff --git a/extra/kde311/kurifilter.h b/extra/kde311/kurifilter.h index 58b8065..6c4bbdb 100644 --- a/extra/kde311/kurifilter.h +++ b/extra/kde311/kurifilter.h @@ -124,7 +124,7 @@ public: /** * This method has been deprecated and will always return - * TRUE. You should instead use the result from the + * true. You should instead use the result from the * @ref KURIFilter::filterURI() calls. * * @deprecated diff --git a/extra/kde312/kurifilter.h b/extra/kde312/kurifilter.h index 58b8065..6c4bbdb 100644 --- a/extra/kde312/kurifilter.h +++ b/extra/kde312/kurifilter.h @@ -124,7 +124,7 @@ public: /** * This method has been deprecated and will always return - * TRUE. You should instead use the result from the + * true. You should instead use the result from the * @ref KURIFilter::filterURI() calls. * * @deprecated diff --git a/extra/kde313/kurifilter.h b/extra/kde313/kurifilter.h index 58b8065..6c4bbdb 100644 --- a/extra/kde313/kurifilter.h +++ b/extra/kde313/kurifilter.h @@ -124,7 +124,7 @@ public: /** * This method has been deprecated and will always return - * TRUE. You should instead use the result from the + * true. You should instead use the result from the * @ref KURIFilter::filterURI() calls. * * @deprecated diff --git a/extra/kde314/kurifilter.h b/extra/kde314/kurifilter.h index b83cda5..6e0d77a 100644 --- a/extra/kde314/kurifilter.h +++ b/extra/kde314/kurifilter.h @@ -124,7 +124,7 @@ public: /** * This method has been deprecated and will always return - * TRUE. You should instead use the result from the + * true. You should instead use the result from the * @ref KURIFilter::filterURI() calls. * * @deprecated diff --git a/extra/kde315/kurifilter.h b/extra/kde315/kurifilter.h index b83cda5..6e0d77a 100644 --- a/extra/kde315/kurifilter.h +++ b/extra/kde315/kurifilter.h @@ -124,7 +124,7 @@ public: /** * This method has been deprecated and will always return - * TRUE. You should instead use the result from the + * true. You should instead use the result from the * @ref KURIFilter::filterURI() calls. * * @deprecated |
