summaryrefslogtreecommitdiffstats
path: root/lib/widgets
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-01-30 20:17:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-01-30 20:17:42 +0900
commitda6bd0768e4304e6c2853d012c7d0686a205addb (patch)
tree28183b703384e45f7330e6db3212dce058f70785 /lib/widgets
parentae5e2adcf39a6c7abbcd874e40e05bbbff428e2c (diff)
downloadtdevelop-da6bd0768e4304e6c2853d012c7d0686a205addb.tar.gz
tdevelop-da6bd0768e4304e6c2853d012c7d0686a205addb.zip
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'lib/widgets')
-rw-r--r--lib/widgets/kdevhtmlpart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/kdevhtmlpart.cpp b/lib/widgets/kdevhtmlpart.cpp
index 7c699301..35b2216f 100644
--- a/lib/widgets/kdevhtmlpart.cpp
+++ b/lib/widgets/kdevhtmlpart.cpp
@@ -172,7 +172,7 @@ TQString KDevHTMLPart::context() const
// Note: this function is a copy of code in tdecore/tdeconfigbase.cpp ;)
static bool isUtf8(const char *buf) {
int i, n;
- register unsigned char c;
+ unsigned char c;
bool gotone = false;
#define F 0 /* character never appears in text */