summaryrefslogtreecommitdiffabout
path: root/korganizer/kofilterview.cpp
authorzautrix <zautrix>2005-06-11 08:12:33 (UTC)
committer zautrix <zautrix>2005-06-11 08:12:33 (UTC)
commitad60ed0d2434b2e67f469962e0aab3b3171f7d56 (patch) (side-by-side diff)
tree5f795cf81afab90e91599a84e11378dd9b4aa864 /korganizer/kofilterview.cpp
parent53c616e1fe8855211377aab41b3359df5fea456c (diff)
downloadkdepimpi-ad60ed0d2434b2e67f469962e0aab3b3171f7d56.zip
kdepimpi-ad60ed0d2434b2e67f469962e0aab3b3171f7d56.tar.gz
kdepimpi-ad60ed0d2434b2e67f469962e0aab3b3171f7d56.tar.bz2
icons
Diffstat (limited to 'korganizer/kofilterview.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/kofilterview.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/korganizer/kofilterview.cpp b/korganizer/kofilterview.cpp
index 64675ad..e379abc 100644
--- a/korganizer/kofilterview.cpp
+++ b/korganizer/kofilterview.cpp
@@ -111,13 +111,13 @@ KOCalEditView::KOCalEditView(QWidget* parent,
QGridLayout* mainLayout = new QGridLayout ( this , 2, 6 );
QPushButton * addBut = new QPushButton ( this );
mainLayout->addWidget( addBut,0,0 );
- addBut->setPixmap ( SmallIcon("redcross16"));
+ addBut->setPixmap ( SmallIcon("plus"));
connect(addBut,SIGNAL(clicked()),SLOT(addCal()));
addBut->setMaximumWidth( addBut->sizeHint().height() );
addBut = new QPushButton ( this );
mainLayout->addWidget( addBut,0,1 );
- addBut->setPixmap ( SmallIcon("redcross16"));
+ addBut->setPixmap ( SmallIcon("eye"));
connect(addBut,SIGNAL(clicked()),SLOT(enableAll()));
addBut->setMaximumWidth( addBut->sizeHint().height() );
@@ -126,7 +126,7 @@ KOCalEditView::KOCalEditView(QWidget* parent,
addBut = new QPushButton ( this );
mainLayout->addWidget( addBut,0,3 );
- addBut->setPixmap ( SmallIcon("redcross16"));
+ addBut->setPixmap ( SmallIcon("bell"));
connect(addBut,SIGNAL(clicked()),SLOT(enableAlarm()));
addBut->setMaximumWidth( addBut->sizeHint().height() );