summaryrefslogtreecommitdiffabout
path: root/korganizer/kofilterview.cpp
authorzautrix <zautrix>2005-06-11 08:29:27 (UTC)
committer zautrix <zautrix>2005-06-11 08:29:27 (UTC)
commite0440717ce166afc312eba1c14d39e2bca813dfe (patch) (side-by-side diff)
tree18f5fd15404c67e490b3f88a5a9d84c5ebdce4ea /korganizer/kofilterview.cpp
parentad60ed0d2434b2e67f469962e0aab3b3171f7d56 (diff)
downloadkdepimpi-e0440717ce166afc312eba1c14d39e2bca813dfe.zip
kdepimpi-e0440717ce166afc312eba1c14d39e2bca813dfe.tar.gz
kdepimpi-e0440717ce166afc312eba1c14d39e2bca813dfe.tar.bz2
icons
Diffstat (limited to 'korganizer/kofilterview.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/kofilterview.cpp2
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
@@ -132,7 +132,7 @@ KOCalEditView::KOCalEditView(QWidget* parent,
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() );