[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Sat Mar 6 00:24:44 CET 2004


CVS commit by staikos: 

trying very hard to make an icon for the data wizard.


  A            kst_datawizard.png   1.1
  M +1 -1      Makefile.am   1.67
  M +1 -0      datawizard.ui   1.12
  M +1 -0      datawizard.ui.h   1.13
  M +1 -1      kst.cpp   1.81


--- kdeextragear-2/kst/kst/Makefile.am  #1.66:1.67
@@ -128,5 +128,5 @@
         kst_changefile.png kst_changenpts.png kst_editplots.png \
         kst_datamanager.png kst_back.png kst_advance.png kst_quickcurves.png \
-        kst_quickpsd.png kst_graphfile.png kst_datamode.png
+        kst_quickpsd.png kst_graphfile.png kst_datamode.png kst_datawizard.png
 
 # set the include path for X, qt and KDE

--- kdeextragear-2/kst/kst/datawizard.ui  #1.11:1.12
@@ -862,4 +862,5 @@
     <include location="local" impldecl="in declaration">kstdatacollection.h</include>
     <include location="global" impldecl="in implementation">kprogress.h</include>
+    <include location="global" impldecl="in implementation">kiconloader.h</include>
     <include location="global" impldecl="in implementation">qregexp.h</include>
     <include location="local" impldecl="in implementation">datawizard.ui.h</include>

--- kdeextragear-2/kst/kst/datawizard.ui.h  #1.12:1.13
@@ -11,4 +11,5 @@
 void DataWizard::init()
 {
+    setIcon(BarIcon("kst_datawizard"));
     _source->setMode(KFile::File | KFile::Directory | KFile::ExistingOnly
                     | KFile::LocalOnly);

--- kdeextragear-2/kst/kst/kst.cpp  #1.80:1.81
@@ -475,5 +475,5 @@ void KstApp::initActions() {
 
   /************/
-  DataWizardAction = new KAction(i18n("Data &Wizard..."), 0, 0,
+  DataWizardAction = new KAction(i18n("Data &Wizard..."), "kst_datawizard", 0,
                                  this, SLOT(showDataWizard()),
                                  actionCollection(), "datawizard_action");





More information about the Kst mailing list