-rw-r--r-- | bin/kdepim/korganizer/icons16/minus.png | bin | 0 -> 247 bytes | |||
-rw-r--r-- | bin/kdepim/korganizer/icons16/plus.png | bin | 888 -> 383 bytes | |||
-rw-r--r-- | bin/kdepim/korganizer/minus.png | bin | 0 -> 480 bytes | |||
-rw-r--r-- | bin/kdepim/korganizer/plus.png | bin | 1268 -> 487 bytes | |||
-rw-r--r-- | korganizer/kofilterview.cpp | 2 |
5 files changed, 1 insertions, 1 deletions
diff --git a/bin/kdepim/korganizer/icons16/minus.png b/bin/kdepim/korganizer/icons16/minus.png Binary files differnew file mode 100644 index 0000000..bfad708 --- a/dev/null +++ b/bin/kdepim/korganizer/icons16/minus.png diff --git a/bin/kdepim/korganizer/icons16/plus.png b/bin/kdepim/korganizer/icons16/plus.png Binary files differindex 7cee987..905061e 100644 --- a/bin/kdepim/korganizer/icons16/plus.png +++ b/bin/kdepim/korganizer/icons16/plus.png diff --git a/bin/kdepim/korganizer/minus.png b/bin/kdepim/korganizer/minus.png Binary files differnew file mode 100644 index 0000000..3aec4de --- a/dev/null +++ b/bin/kdepim/korganizer/minus.png diff --git a/bin/kdepim/korganizer/plus.png b/bin/kdepim/korganizer/plus.png Binary files differindex 5780059..2684b4f 100644 --- a/bin/kdepim/korganizer/plus.png +++ b/bin/kdepim/korganizer/plus.png diff --git a/korganizer/kofilterview.cpp b/korganizer/kofilterview.cpp index e379abc..1bfe4dd 100644 --- a/korganizer/kofilterview.cpp +++ b/korganizer/kofilterview.cpp @@ -131,9 +131,9 @@ KOCalEditView::KOCalEditView(QWidget* parent, 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 ); |