From 90c6a46c9c8d9d18e74302fa43b80ef77ce48f93 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 30 Jan 2020 20:17:36 +0900 Subject: Removed explicit usage of the 'register' keyword. Signed-off-by: Michele Calgaro --- kaddressbook/printing/detailledstyle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kaddressbook') diff --git a/kaddressbook/printing/detailledstyle.cpp b/kaddressbook/printing/detailledstyle.cpp index 41d6231e..55ac89ca 100644 --- a/kaddressbook/printing/detailledstyle.cpp +++ b/kaddressbook/printing/detailledstyle.cpp @@ -215,7 +215,7 @@ void DetailledPrintStyle::print( const TDEABC::Addressee::List &contacts, PrintP marginRight = 0, marginBottom = 0; - register int left, top, width, height; + int left, top, width, height; painter.begin( printer ); printer->setFullPage( true ); // use whole page -- cgit v1.2.3