From 76b0e73d8752448058e2fa3ad065f0219b9ffad8 Mon Sep 17 00:00:00 2001 From: zautrix Date: Wed, 26 Jan 2005 01:50:23 +0000 Subject: fixes --- (limited to 'kaddressbook/kabcore.cpp') diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp index ae0a068..e34a7d3 100644 --- a/kaddressbook/kabcore.cpp +++ b/kaddressbook/kabcore.cpp @@ -407,8 +407,8 @@ void KABCore::updateToolBar() static int iii = 0; ++iii; mMainWindow->toolBar()->repaintMe(); - if ( iii < 3 ) - QTimer::singleShot( 10, this , SLOT ( updateToolBar())); + if ( iii < 4 ) + QTimer::singleShot( 100*iii, this , SLOT ( updateToolBar())); } KABCore::~KABCore() { -- cgit v0.9.0.2