author | zautrix <zautrix> | 2005-06-11 08:29:27 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-06-11 08:29:27 (UTC) |
commit | e0440717ce166afc312eba1c14d39e2bca813dfe (patch) (unidiff) | |
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 | |||
@@ -133,5 +133,5 @@ KOCalEditView::KOCalEditView(QWidget* parent, | |||
133 | addBut = new QPushButton ( this ); | 133 | addBut = new QPushButton ( this ); |
134 | mainLayout->addWidget( addBut,0,4 ); | 134 | mainLayout->addWidget( addBut,0,4 ); |
135 | addBut->setPixmap ( SmallIcon("redcross16")); | 135 | addBut->setPixmap ( SmallIcon("pencil")); |
136 | connect(addBut,SIGNAL(clicked()),SLOT(disableRO())); | 136 | connect(addBut,SIGNAL(clicked()),SLOT(disableRO())); |
137 | addBut->setMaximumWidth( addBut->sizeHint().height() ); | 137 | addBut->setMaximumWidth( addBut->sizeHint().height() ); |