[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdevelop/parts
From:       Stephan Binner <binner () kde ! org>
Date:       2005-02-16 11:52:56
Message-ID: 20050216115256.86F891CFB9 () office ! kde ! org
[Download RAW message or body]

CVS commit by binner: 

misc icon fixes


  M +1 -1      grepview/grepdlg.cpp   1.32
  M +1 -1      grepview/grepviewpart.cpp   1.43
  M +1 -1      grepview/grepviewwidget.cpp   1.40
  M +1 -1      replace/replace_widget.cpp   1.17


--- kdevelop/parts/grepview/grepdlg.cpp  #1.31:1.32
@@ -175,5 +175,5 @@ GrepDialog::GrepDialog( GrepViewPart * p
     QBoxLayout *button_layout = new QHBoxLayout(4);
     layout->addLayout(button_layout, 5, 1);
-    search_button = new QPushButton(i18n("&Search"), this);
+    search_button = new KPushButton(KGuiItem(i18n("&Search"),"grep"), this);
     search_button->setDefault(true);
     KPushButton *done_button = new KPushButton(KStdGuiItem::cancel(), this);

--- kdevelop/parts/grepview/grepviewpart.cpp  #1.42:1.43
@@ -47,5 +47,5 @@ GrepViewPart::GrepViewPart( QObject *par
 
     m_widget = new GrepViewWidget(this);
-    m_widget->setIcon(SmallIcon("find"));
+    m_widget->setIcon(SmallIcon("grep"));
     m_widget->setCaption(i18n("Grep Output"));
     QWhatsThis::add(m_widget, i18n("<b>Find in files</b><p>"

--- kdevelop/parts/grepview/grepviewwidget.cpp  #1.39:1.40
@@ -125,5 +125,5 @@ GrepViewWidget::GrepViewWidget(GrepViewP
 
         m_closeButton = new QToolButton(m_tabWidget);//@todo change text/icon
-        m_closeButton->setIconSet(SmallIcon("tab_remove"));
+        m_closeButton->setIconSet(SmallIconSet("tab_remove"));
         m_closeButton->setEnabled(false);
 

--- kdevelop/parts/replace/replace_widget.cpp  #1.16:1.17
@@ -66,5 +66,5 @@ ReplaceWidget::ReplaceWidget(ReplacePart
 
     _cancel = new KPushButton( KStdGuiItem::cancel(), this );
-    _replace = new QPushButton( i18n("Replace"), this );
+    _replace = new KPushButton( KGuiItem(i18n("Replace"),"filefind"), this );
 
     _cancel->setEnabled( false );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic