From 7de846e9f01ce27b622541493e6a02e26e37bf2c Mon Sep 17 00:00:00 2001 From: zautrix Date: Mon, 07 Feb 2005 13:03:38 +0000 Subject: fixxxx --- (limited to 'libkdepim/categoryselectdialog.cpp') diff --git a/libkdepim/categoryselectdialog.cpp b/libkdepim/categoryselectdialog.cpp index 8b2bc4e..8038934 100644 --- a/libkdepim/categoryselectdialog.cpp +++ b/libkdepim/categoryselectdialog.cpp @@ -142,7 +142,6 @@ void CategorySelectDialog::clicked ( QListViewItem * it ) if ( ! it ) return; QCheckListItem *i = (QCheckListItem *) it; - qDebug("click %d ", i->isOn()); if ( !i->isOn() && i==mColorItem) { setColorItem( 0); QCheckListItem *item = (QCheckListItem *)mCategories->firstChild(); @@ -169,7 +168,7 @@ void CategorySelectDialog::setColorItem( QCheckListItem * newColorItem ) } if ( newColorItem ) { QPixmap pix (newColorItem->height()/2, newColorItem->height()/2 ); - pix.fill(Qt::blue ); + pix.fill(Qt::red ); newColorItem->setPixmap ( 0, pix ); mColorItem = newColorItem; } -- cgit v0.9.0.2