Blame SOURCES/kdepim-4.10-use-better-close-icon-for-knotes.patch

1a42c4
diff --git a/knotes/knote.cpp b/knotes/knote.cpp
1a42c4
index 8f8e3f6..9bf6499 100644
1a42c4
--- a/knotes/knote.cpp
1a42c4
+++ b/knotes/knote.cpp
1a42c4
@@ -751,7 +751,7 @@ void KNote::createNoteHeader()
1a42c4
                                         // action menu )
1a42c4
   setName( m_journal->summary() );      // don't worry, no signals are
1a42c4
                                         // connected at this stage yet
1a42c4
-  m_button = new KNoteButton( "knotes_close", this );
1a42c4
+  m_button = new KNoteButton( "application-exit", this );
1a42c4
   headerLayout->addWidget( m_button );
1a42c4
 
1a42c4
   connect( m_button, SIGNAL(clicked()), this, SLOT(slotClose()) );