[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Thu Mar 4 22:44:02 CET 2004


CVS commit by staikos: 

make it compile


  M +1 -1      kstscalartable.cpp   1.3
  M +13 -11    kstscalartable.h   1.2
  M +7 -4      kstviewscalarsdialog_i.cpp   1.5
  M +8 -7      kstviewscalarsdialog_i.h   1.3


--- kdeextragear-2/kst/kst/kstscalartable.cpp  #1.2:1.3
@@ -16,5 +16,5 @@
  ***************************************************************************/
 
-#include <qtable.h>
+#include <qpainter.h>
 #include "kstscalartable.h"
 #include "kstrvector.h"

--- kdeextragear-2/kst/kst/kstscalartable.h  #1.1:1.2
@@ -19,4 +19,6 @@
 #define KSTSCALARTABLE_H
 
+#include <qtable.h>
+
 class KstScalarTable : public QTable
 {

--- kdeextragear-2/kst/kst/kstviewscalarsdialog_i.cpp  #1.4:1.5
@@ -17,10 +17,13 @@
  ***************************************************************************/
 
-#include <qwidget.h>
-#include <qstring.h>
-#include <qpushbutton.h>
 #include <qlabel.h>
+#include <qlayout.h>
+#include <qpushbutton.h>
+#include <qstring.h>
 #include <qtable.h>
+#include <qwidget.h>
+
 #include <kdebug.h>
+#include <klocale.h>
 
 #include "kstscalartable.h"
@@ -105,5 +108,5 @@ void KstViewScalarsDialogI::showViewScal
 void KstViewScalarsDialogI::languageChange()
 {
-  setCaption( tr2i18n( "View Scalar Values" ) );
+  setCaption( i18n( "View Scalar Values" ) );
   Cancel->setText( tr("Close") );
   tableScalars->horizontalHeader()->setLabel( 0, tr("Scalar") );

--- kdeextragear-2/kst/kst/kstviewscalarsdialog_i.h  #1.2:1.3
@@ -58,2 +58,3 @@ signals:
 
 #endif // KSTVIEWSCALARSDIALOGI_H
+// vim: ts=2 sw=2 et





More information about the Kst mailing list