[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Thu Oct 7 01:29:37 CEST 2004


CVS commit by staikos: 

getXxx() -> xxx()  (lots more to do here)


  M +1 -1      kstlegend.h   1.10
  M +1 -1      kstplotdialog_i.cpp   1.102


--- kdeextragear-2/kst/kst/kstlegend.h  #1.9:1.10
@@ -42,5 +42,5 @@ class KstLegend {
     void setLayout(KstLegendLayoutType type) { LayoutType = type; }
     void setAlignment(KstLegendAlignmentType type) { AlignmentType = type; }
-    const KstLegendAlignmentType& getAlignment() { return AlignmentType; }
+    const KstLegendAlignmentType& alignment() { return AlignmentType; }
     KstJustifyType justification() const { return Justify; }
 

--- kdeextragear-2/kst/kst/kstplotdialog_i.cpp  #1.101:1.102
@@ -489,5 +489,5 @@ void KstPlotDialogI::update(int new_inde
     legendColors->setBackground(plot->Legend->getColorBackground());
 
-    KstLegendAlignmentType legendAlignmentType = plot->Legend->getAlignment();
+    KstLegendAlignmentType legendAlignmentType = plot->Legend->alignment();
     for (i=0; i<numLegendAlignments; i++) {
       if (LegendAlignments[i].type == legendAlignmentType) {





More information about the Kst mailing list