From ad60ed0d2434b2e67f469962e0aab3b3171f7d56 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 11 Jun 2005 08:12:33 +0000 Subject: icons --- diff --git a/bin/kdepim/korganizer/bell.png b/bin/kdepim/korganizer/bell.png index 46ab9e3..0b15133 100644 --- a/bin/kdepim/korganizer/bell.png +++ b/bin/kdepim/korganizer/bell.png Binary files differ diff --git a/bin/kdepim/korganizer/eye.png b/bin/kdepim/korganizer/eye.png new file mode 100644 index 0000000..fd70996 --- a/dev/null +++ b/bin/kdepim/korganizer/eye.png Binary files differ diff --git a/bin/kdepim/korganizer/icons16/bell.png b/bin/kdepim/korganizer/icons16/bell.png index 46ab9e3..bd92cb1 100644 --- a/bin/kdepim/korganizer/icons16/bell.png +++ b/bin/kdepim/korganizer/icons16/bell.png Binary files differ diff --git a/bin/kdepim/korganizer/icons16/eye.png b/bin/kdepim/korganizer/icons16/eye.png new file mode 100644 index 0000000..4c5b163 --- a/dev/null +++ b/bin/kdepim/korganizer/icons16/eye.png Binary files differ diff --git a/bin/kdepim/korganizer/icons16/plus.png b/bin/kdepim/korganizer/icons16/plus.png new file mode 100644 index 0000000..7cee987 --- a/dev/null +++ b/bin/kdepim/korganizer/icons16/plus.png Binary files differ diff --git a/bin/kdepim/korganizer/plus.png b/bin/kdepim/korganizer/plus.png new file mode 100644 index 0000000..5780059 --- a/dev/null +++ b/bin/kdepim/korganizer/plus.png Binary files differ diff --git a/korganizer/kofilterview.cpp b/korganizer/kofilterview.cpp index 64675ad..e379abc 100644 --- a/korganizer/kofilterview.cpp +++ b/korganizer/kofilterview.cpp @@ -111,13 +111,13 @@ KOCalEditView::KOCalEditView(QWidget* parent, QGridLayout* mainLayout = new QGridLayout ( this , 2, 6 ); QPushButton * addBut = new QPushButton ( this ); mainLayout->addWidget( addBut,0,0 ); - addBut->setPixmap ( SmallIcon("redcross16")); + addBut->setPixmap ( SmallIcon("plus")); connect(addBut,SIGNAL(clicked()),SLOT(addCal())); addBut->setMaximumWidth( addBut->sizeHint().height() ); addBut = new QPushButton ( this ); mainLayout->addWidget( addBut,0,1 ); - addBut->setPixmap ( SmallIcon("redcross16")); + addBut->setPixmap ( SmallIcon("eye")); connect(addBut,SIGNAL(clicked()),SLOT(enableAll())); addBut->setMaximumWidth( addBut->sizeHint().height() ); @@ -126,7 +126,7 @@ KOCalEditView::KOCalEditView(QWidget* parent, addBut = new QPushButton ( this ); mainLayout->addWidget( addBut,0,3 ); - addBut->setPixmap ( SmallIcon("redcross16")); + addBut->setPixmap ( SmallIcon("bell")); connect(addBut,SIGNAL(clicked()),SLOT(enableAlarm())); addBut->setMaximumWidth( addBut->sizeHint().height() ); -- cgit v0.9.0.2