[Kst] branches/work/kst/portto4/kst/src
Peter Kümmel
syntheticpp at gmx.net
Fri Aug 12 22:06:18 UTC 2011
SVN commit 1246820 by kuemmel:
also build unmerged
M +3 -0 libkst/namedobject.cpp
M +1 -0 libkst/namedobject.h
M +2 -0 libkstapp/formatgridhelper.cpp
M +1 -0 libkstapp/formatgridhelper.h
M +3 -1 libkstapp/mainwindow.cpp
M +2 -0 libkstapp/stroketab.h
M +1 -0 widgets/cclineedit_p.h
M +3 -0 widgets/dialogdefaults.cpp
--- branches/work/kst/portto4/kst/src/libkst/namedobject.cpp #1246819:1246820
@@ -16,6 +16,9 @@
***************************************************************************/
#include "namedobject.h"
+#include <QFontMetrics>
+#include <QWidget>
+
namespace Kst {
NamedObject::NamedObject() : _manualDescriptiveName(QString()), _shortName(QString("FIXME - set _shortName")) {
--- branches/work/kst/portto4/kst/src/libkst/namedobject.h #1246819:1246820
@@ -22,6 +22,7 @@
#include <QString>
#include <QXmlStreamWriter>
+#include <QFont>
#include "kst_export.h"
namespace Kst {
--- branches/work/kst/portto4/kst/src/libkstapp/formatgridhelper.cpp #1246819:1246820
@@ -14,6 +14,8 @@
#include "formatgridhelper.h"
#include "viewitem.h"
+#include <QDebug>
+
namespace Kst {
/*****************************************************************************/
--- branches/work/kst/portto4/kst/src/libkstapp/formatgridhelper.h #1246819:1246820
@@ -15,6 +15,7 @@
#define FORMATGRIDHELPER_H
#include <QList>
+#include <QVector>
namespace Kst {
--- branches/work/kst/portto4/kst/src/libkstapp/mainwindow.cpp #1246819:1246820
@@ -65,8 +65,10 @@
#include <QMenuBar>
#include <QStatusBar>
#include <QProgressBar>
+#include <QMessageBox>
+#include <QImageWriter>
+#include <QToolBar>
-
namespace Kst {
MainWindow::MainWindow() :
--- branches/work/kst/portto4/kst/src/libkstapp/stroketab.h #1246819:1246820
@@ -18,6 +18,8 @@
#include "kst_export.h"
+#include <QPen>
+
namespace Kst {
class StrokeTab : public DialogTab, Ui::StrokeTab {
--- branches/work/kst/portto4/kst/src/widgets/cclineedit_p.h #1246819:1246820
@@ -14,6 +14,7 @@
#include <QStringList>
#include <QAbstractTableModel>
#include <QTableView>
+#include <QDebug>
#include "cclineedit.h"
#ifndef CCLINEEDIT_P_H
--- branches/work/kst/portto4/kst/src/widgets/dialogdefaults.cpp #1246819:1246820
@@ -13,6 +13,9 @@
#include "dialogdefaults.h"
#include "datasource.h"
+#include <QPen>
+
+
namespace Kst {
QSettings *_dialogDefaults;
More information about the Kst
mailing list