[Kst] branches/work/kst/kst1kde4/kst/src/libkstapp
Zongyi Zhang
freebody.kst at gmail.com
Wed Mar 31 01:28:08 CEST 2010
SVN commit 1109296 by zhang:
rename header files
M +2 -2 dataref.h
M +2 -2 emailthread.h
M +1 -1 kst.cpp
M +3 -3 kstalignment.h
M +1 -1 kstchoosecolordialog.h
M +1 -1 kstdatamanager.h
M +3 -3 kstdebugnotifier.h
M +1 -1 kstdoc.cpp
M +1 -1 ksteventmonitorentry.h
M +2 -2 kstiface.h
M +2 -2 kstlegenddefaults.h
M +1 -1 kstlogwidget.h
M +6 -6 kstmatrixdialog.cpp
M +9 -9 kstplugindialog.cpp
M +1 -1 kstscalartable.h
M +1 -1 kstuinames.h
M +1 -1 kstviewarrow.h
M +2 -2 kstviewmanager.cpp
M +1 -1 kstviewpicture.h
M +5 -5 kstviewwindow.cpp
--- branches/work/kst/kst1kde4/kst/src/libkstapp/dataref.h #1109295:1109296
@@ -18,8 +18,8 @@
#ifndef DATAREF_H
#define DATAREF_H
-#include <qstring.h>
-#include <qvariant.h>
+#include <QString>
+#include <QVariant>
struct DataRef {
enum Type { DRScalar, DRString, DRVector, DRExpression, DRFit };
--- branches/work/kst/kst1kde4/kst/src/libkstapp/emailthread.h #1109295:1109296
@@ -18,8 +18,8 @@
#ifndef EMAILTHREAD_H
#define EMAILTHREAD_H
-#include <qcstring.h>
-#include <qobject.h>
+#include <QCString>
+#include <QObject>
#include <kio/global.h>
#include <kio/passdlg.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kst.cpp #1109295:1109296
@@ -25,7 +25,7 @@
#include <qpopupmenu.h>
#include <qprogressbar.h>
#include <qvalidator.h>
-#include <qmessagebox.h>
+#include <QMessageBox>
// include files for KDE
#include <kaccel.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstalignment.h #1109295:1109296
@@ -19,9 +19,9 @@
#ifndef KSTALIGNMENT_H
#define KSTALIGNMENT_H
-#include <qmap.h>
-#include <qpoint.h>
-#include <qrect.h>
+#include <QMap>
+#include <QPoint>
+#include <QRect>
// xxx Q_EXPORT int operator<(const QPoint &p1, const QPoint &p2);
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstchoosecolordialog.h #1109295:1109296
@@ -13,7 +13,7 @@
#define KSTCHOOSECOLORDIALOG_H
#include <QColor>
-#include <qlineedit.h>
+#include <QLineEdit>
#include <QList>
#include <QMap>
#include <QString>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstdatamanager.h #1109295:1109296
@@ -18,7 +18,7 @@
#ifndef KSTDATAMANAGERI_H
#define KSTDATAMANAGERI_H
-#include <qaction.h>
+#include <QAction>
class KstDoc;
class QToolBar;
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstdebugnotifier.h #1109295:1109296
@@ -18,9 +18,9 @@
#ifndef KSTDEBUGNOTIFIER_H
#define KSTDEBUGNOTIFIER_H
-#include <qlabel.h>
-#include <qpixmap.h>
-#include <qvaluevector.h>
+#include <QLabel>
+#include <QPixmap>
+#include <QValueVector>
class KstDebugNotifier : public QLabel {
Q_OBJECT
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstdoc.cpp #1109295:1109296
@@ -31,7 +31,7 @@
#include <qdeepcopy.h>
#include <qeventloop.h>
#include <qstylesheet.h>
-#include <qmessagebox.h>
+#include <QMessageBox.h>
// include files for KDE
#include <dcopclient.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/ksteventmonitorentry.h #1109295:1109296
@@ -18,7 +18,7 @@
#ifndef KSTEVENTMONITORENTRY_H
#define KSTEVENTMONITORENTRY_H
-#include <qtimer.h>
+#include <QTimer>
#include "kstdataobject.h"
#include "kstdebug.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstiface.h #1109295:1109296
@@ -20,8 +20,8 @@
#include <dcopobject.h>
#include <dcopref.h>
-#include <qcolor.h>
-#include <qstringlist.h> //Qt 3.1.2 KDE 3.1.4
+#include <QColor>
+#include <QStringList> //Qt 3.1.2 KDE 3.1.4
// Warning: If you change something here, you could break existing scripts.
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstlegenddefaults.h #1109295:1109296
@@ -18,8 +18,8 @@
#ifndef KSTLEGENDDEFAULTS_H
#define KSTLEGENDDEFAULTS_H
-#include <qstring.h>
-#include <qcolor.h>
+#include <QString>
+#include <QColor>
#include "kst_export.h"
class KConfig;
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstlogwidget.h #1109295:1109296
@@ -20,7 +20,7 @@
#include "kstdebug.h"
#include <qmime.h>
-#include <qtextbrowser.h>
+#include <QTextBrowser>
class KstLogWidget : public QTextBrowser {
Q_OBJECT
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstmatrixdialog.cpp #1109295:1109296
@@ -18,12 +18,12 @@
#include <assert.h>
#include <qbuttongroup.h>
-#include <qcheckbox.h>
-#include <qfiledialog.h>
-#include <qradiobutton.h>
-#include <qspinbox.h>
-#include <qcombobox.h>
-#include <qmessagebox.h>
+#include <QCheckBox.h>
+#include <QFileDialog.h>
+#include <QRadioButton.h>
+#include <QSpinBox.h>
+#include <QComboBox.h>
+#include <QMessageBox.h>
#include <kurlcompletion.h>
#include <kurlrequester.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstplugindialog.cpp #1109295:1109296
@@ -18,17 +18,17 @@
#include <assert.h>
#include <QComboBox>
-#include <qframe.h>
-#include <qgroupbox.h>
+#include <QFrame>
+#include <QGroupBox>
#include <QLabel>
-#include <qlayout.h>
-#include <qlineedit.h>
+#include <QLayout>
+#include <QLineEdit>
#include <QList>
-#include <qtextedit.h>
-#include <qtimer.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-#include <qmessagebox.h>
+#include <QTextEdit>
+#include <QTimer>
+#include <QToolTip>
+#include <QWhatsThis>
+#include <QMessageBox>
#include <kcolorbutton.h>
#include <klocale.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstscalartable.h #1109295:1109296
@@ -18,7 +18,7 @@
#ifndef KSTSCALARTABLE_H
#define KSTSCALARTABLE_H
-#include <qtable.h>
+#include <QTable>
class KstScalarTable : public QTable
{
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstuinames.h #1109295:1109296
@@ -18,7 +18,7 @@
#ifndef KSTUINAMES_H
#define KSTUINAMES_H
-#include <qstring.h>
+#include <QString>
#include "kst_export.h"
namespace KST {
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstviewarrow.h #1109295:1109296
@@ -19,7 +19,7 @@
#define KSTVIEWARROW_H
#include "kstviewline.h"
-#include <qglobal.h>
+#include <QGlobal>
class KstViewArrow;
typedef QExplicitlySharedDataPointer<KstViewArrow> KstViewArrowPtr;
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstviewmanager.cpp #1109295:1109296
@@ -18,8 +18,8 @@
#include <assert.h>
#include <QStack>
-#include <qdragobject.h>
-#include <qmessagebox.h>
+#include <QDragObject>
+#include <QMessageBox>
#include "ksdebug.h"
#include <klistview.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstviewpicture.h #1109295:1109296
@@ -20,7 +20,7 @@
#include "kstborderedviewobject.h"
-#include <qimage.h>
+#include <QImage>
class QTimer;
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstviewwindow.cpp #1109295:1109296
@@ -16,11 +16,11 @@
***************************************************************************/
// include files for Qt
-#include <qfile.h>
-#include <qpainter.h>
-#include <qpaintdevicemetrics.h>
-#include <qstylesheet.h>
-#include <qmessagebox.h>
+#include <QFile>
+#include <QPainter>
+#include <QPaintDeviceMetrics>
+#include <QStyleSheet>
+#include <QMessageBox>
// include files for KDE
#include <kprinter.h>
More information about the Kst
mailing list