[Kst] extragear/graphics/kst/kst

George Staikos staikos at kde.org
Thu Oct 6 03:44:49 CEST 2005


SVN commit 467712 by staikos:

wipe out more KstLabel


 M  +0 -1      kstplotdialog_i.cpp  
 M  +0 -2      kstplotdialog_i.h  


--- trunk/extragear/graphics/kst/kst/kstplotdialog_i.cpp #467711:467712
@@ -160,7 +160,6 @@
   connect(_xTransformTop, SIGNAL(toggled(bool)), _xTransformTopExp, SLOT(setEnabled(bool)));
   connect(_yTransformRight, SIGNAL(toggled(bool)), _yTransformRightExp, SLOT(setEnabled(bool)));
   
-  SampleLabel = new KstLabel("\0", CxCy, 0.0, 0.0, 0.0, true);
   FontComboBox->setFonts(qfd.families());
 
   LegendFontComboBox->setFonts(qfd.families());
--- trunk/extragear/graphics/kst/kst/kstplotdialog_i.h #467711:467712
@@ -20,7 +20,6 @@
 #include "plotdialog.h"
 
 class KstDoc;
-class KstLabel;
 class KMdiChildView;
 
 #define CONTENT_TAB     0
@@ -97,7 +96,6 @@
     void setMajorSpacing( QComboBox* majorTicks, int spacing);
 
     KstDoc *doc;
-    KstLabelPtr SampleLabel;
     QLineEdit *ScalarDest;
     QString _windowName;
     QString _plotName;


More information about the Kst mailing list