-rw-r--r-- | bin/kdepim/korganizer/bell.png | bin | 639 -> 1449 bytes | |||
-rw-r--r-- | bin/kdepim/korganizer/eye.png | bin | 0 -> 1339 bytes | |||
-rw-r--r-- | bin/kdepim/korganizer/icons16/bell.png | bin | 639 -> 873 bytes | |||
-rw-r--r-- | bin/kdepim/korganizer/icons16/eye.png | bin | 0 -> 945 bytes | |||
-rw-r--r-- | bin/kdepim/korganizer/icons16/plus.png | bin | 0 -> 888 bytes | |||
-rw-r--r-- | bin/kdepim/korganizer/plus.png | bin | 0 -> 1268 bytes | |||
-rw-r--r-- | korganizer/kofilterview.cpp | 6 |
7 files changed, 3 insertions, 3 deletions
diff --git a/bin/kdepim/korganizer/bell.png b/bin/kdepim/korganizer/bell.png Binary files differindex 46ab9e3..0b15133 100644 --- a/bin/kdepim/korganizer/bell.png +++ b/bin/kdepim/korganizer/bell.png diff --git a/bin/kdepim/korganizer/eye.png b/bin/kdepim/korganizer/eye.png Binary files differnew file mode 100644 index 0000000..fd70996 --- a/dev/null +++ b/bin/kdepim/korganizer/eye.png diff --git a/bin/kdepim/korganizer/icons16/bell.png b/bin/kdepim/korganizer/icons16/bell.png Binary files differindex 46ab9e3..bd92cb1 100644 --- a/bin/kdepim/korganizer/icons16/bell.png +++ b/bin/kdepim/korganizer/icons16/bell.png diff --git a/bin/kdepim/korganizer/icons16/eye.png b/bin/kdepim/korganizer/icons16/eye.png Binary files differnew file mode 100644 index 0000000..4c5b163 --- a/dev/null +++ b/bin/kdepim/korganizer/icons16/eye.png diff --git a/bin/kdepim/korganizer/icons16/plus.png b/bin/kdepim/korganizer/icons16/plus.png Binary files differnew file mode 100644 index 0000000..7cee987 --- a/dev/null +++ b/bin/kdepim/korganizer/icons16/plus.png diff --git a/bin/kdepim/korganizer/plus.png b/bin/kdepim/korganizer/plus.png Binary files differnew file mode 100644 index 0000000..5780059 --- a/dev/null +++ b/bin/kdepim/korganizer/plus.png diff --git a/korganizer/kofilterview.cpp b/korganizer/kofilterview.cpp index 64675ad..e379abc 100644 --- a/korganizer/kofilterview.cpp +++ b/korganizer/kofilterview.cpp @@ -113,3 +113,3 @@ KOCalEditView::KOCalEditView(QWidget* parent, mainLayout->addWidget( addBut,0,0 ); - addBut->setPixmap ( SmallIcon("redcross16")); + addBut->setPixmap ( SmallIcon("plus")); connect(addBut,SIGNAL(clicked()),SLOT(addCal())); @@ -119,3 +119,3 @@ KOCalEditView::KOCalEditView(QWidget* parent, mainLayout->addWidget( addBut,0,1 ); - addBut->setPixmap ( SmallIcon("redcross16")); + addBut->setPixmap ( SmallIcon("eye")); connect(addBut,SIGNAL(clicked()),SLOT(enableAll())); @@ -128,3 +128,3 @@ KOCalEditView::KOCalEditView(QWidget* parent, mainLayout->addWidget( addBut,0,3 ); - addBut->setPixmap ( SmallIcon("redcross16")); + addBut->setPixmap ( SmallIcon("bell")); connect(addBut,SIGNAL(clicked()),SLOT(enableAlarm())); |