summaryrefslogtreecommitdiffstats
path: root/kdecore/kstringhandler.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-01-30 20:17:34 +0900
committerSlávek Banko <slavek.banko@axis.cz>2021-02-03 21:07:35 +0100
commit05dbf5c0b1a80c03fd332cf9cd81e9247c1d7063 (patch)
tree2c8a0378f3e85768b4d9c291865fa1c4dbe435a7 /kdecore/kstringhandler.cpp
parent119bb1250355503e9b7f71b294cc502e7a9d6d95 (diff)
downloadtdelibs-05dbf5c0b1a80c03fd332cf9cd81e9247c1d7063.tar.gz
tdelibs-05dbf5c0b1a80c03fd332cf9cd81e9247c1d7063.zip
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit aa98dbfe80580169f3df12489a77e8b904a1d9b9)
Diffstat (limited to 'kdecore/kstringhandler.cpp')
-rw-r--r--kdecore/kstringhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/kstringhandler.cpp b/kdecore/kstringhandler.cpp
index d33c3c924..2c70504d3 100644
--- a/kdecore/kstringhandler.cpp
+++ b/kdecore/kstringhandler.cpp
@@ -567,7 +567,7 @@ TQString KStringHandler::obscure( const TQString &str )
bool KStringHandler::isUtf8(const char *buf)
{
int i, n;
- register unsigned char c;
+ unsigned char c;
bool gotone = false;
if (!buf)