summaryrefslogtreecommitdiffstats
path: root/kdeui/tests
diff options
context:
space:
mode:
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 ;
}