summaryrefslogtreecommitdiffstats
path: root/kdeui/tests
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 /kdeui/tests
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 'kdeui/tests')
-rw-r--r--kdeui/tests/kledtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeui/tests/kledtest.cpp b/kdeui/tests/kledtest.cpp
index d68f1e366..2663c5f9b 100644
--- a/kdeui/tests/kledtest.cpp
+++ b/kdeui/tests/kledtest.cpp
@@ -98,7 +98,7 @@ KLedTest::nextColor() {
void
KLedTest::nextLook() {
- register int tmp;
+ int tmp;
if (kled_round) {
tmp = (static_cast<int>(ledlook) +1 ) % 3 ;
}