author | zautrix <zautrix> | 2005-06-11 08:29:27 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-06-11 08:29:27 (UTC) |
commit | e0440717ce166afc312eba1c14d39e2bca813dfe (patch) (side-by-side diff) | |
tree | 18f5fd15404c67e490b3f88a5a9d84c5ebdce4ea /korganizer | |
parent | ad60ed0d2434b2e67f469962e0aab3b3171f7d56 (diff) | |
download | kdepimpi-e0440717ce166afc312eba1c14d39e2bca813dfe.zip kdepimpi-e0440717ce166afc312eba1c14d39e2bca813dfe.tar.gz kdepimpi-e0440717ce166afc312eba1c14d39e2bca813dfe.tar.bz2 |
icons
-rw-r--r-- | korganizer/kofilterview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/kofilterview.cpp b/korganizer/kofilterview.cpp index e379abc..1bfe4dd 100644 --- a/korganizer/kofilterview.cpp +++ b/korganizer/kofilterview.cpp @@ -127,17 +127,17 @@ KOCalEditView::KOCalEditView(QWidget* parent, addBut = new QPushButton ( this ); mainLayout->addWidget( addBut,0,3 ); addBut->setPixmap ( SmallIcon("bell")); connect(addBut,SIGNAL(clicked()),SLOT(enableAlarm())); addBut->setMaximumWidth( addBut->sizeHint().height() ); addBut = new QPushButton ( this ); mainLayout->addWidget( addBut,0,4 ); - addBut->setPixmap ( SmallIcon("redcross16")); + addBut->setPixmap ( SmallIcon("pencil")); connect(addBut,SIGNAL(clicked()),SLOT(disableRO())); addBut->setMaximumWidth( addBut->sizeHint().height() ); addBut = new QPushButton ( this ); mainLayout->addWidget( addBut,0,5 ); addBut->setPixmap ( SmallIcon("trash")); connect(addBut,SIGNAL(clicked()),SLOT(deleteAll())); addBut->setMaximumWidth( addBut->sizeHint().height() ); |