[Kst] branches/work/kst/kst1kde4/kst/src/libkstapp
Zongyi Zhang
freebody.kst at gmail.com
Thu Apr 1 19:25:38 CEST 2010
SVN commit 1110037 by zhang:
rename header files
M +1 -1 emailthread.cpp
M +3 -3 kstchangefiledialog.cpp
M +6 -6 kstchangenptsdialog.cpp
M +4 -4 kstdatamanager.cpp
M +3 -3 kstdatanotifier.cpp
M +9 -9 kstdatawizard.cpp
M +3 -3 kstdoc.cpp
M +10 -10 ksteditviewobjectdialog.cpp
M +2 -2 ksteventmonitorentry.cpp
M +3 -3 kstfilterdialog.cpp
M +4 -4 kstfitdialog.cpp
M +7 -7 kstgraphfiledialog.cpp
M +2 -2 kstiface_impl.cpp
M +8 -8 kstpluginmanager.cpp
M +5 -5 kstprintoptionspage.cpp
M +1 -1 kstscalartable.cpp
M +4 -4 kstsettingsdlg.cpp
M +7 -7 kstviewfitsdialog.cpp
M +3 -3 kstviewmatricesdialog.cpp
M +2 -2 kstviewscalarsdialog.cpp
M +3 -3 kstviewstringsdialog.cpp
M +3 -3 kstviewvectorsdialog.cpp
M +3 -3 ktimezonecombo.cpp
M +2 -2 ktimezonecombo.h
M +2 -2 statuslabel.h
--- branches/work/kst/kst1kde4/kst/src/libkstapp/emailthread.cpp #1110036:1110037
@@ -18,7 +18,7 @@
#include <ctype.h>
// include files for Qt
-#include <qregexp.h>
+#include <QRegExp>
// application specific includes
#include "emailthread.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstchangefiledialog.cpp #1110036:1110037
@@ -15,10 +15,10 @@
* *
***************************************************************************/
-#include <qcheckbox.h>
-#include <qradiobutton.h>
+#include <QCheckBox>
+#include <QRadioButton>
#include <QMessageBox>
-#include <qcombobox.h>
+#include <QComboBox>
#include <klocale.h>
#include <kiconloader.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstchangenptsdialog.cpp #1110036:1110037
@@ -16,12 +16,12 @@
* *
***************************************************************************/
-#include <qcheckbox.h>
-#include <qcombobox.h>
-#include <qlistwidget.h>
-#include <qpushbutton.h>
-#include <qspinbox.h>
-#include <qtimer.h>
+#include <QCheckBox>
+#include <QComboBox>
+#include <QListWidget>
+#include <QPushButton>
+#include <QSpinBox>
+#include <QTimer>
#include <knuminput.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstdatamanager.cpp #1110036:1110037
@@ -21,10 +21,10 @@
#include <QListWidget>
#include <QMessageBox>
#include <QStack>
-#include <qstylefactory.h>
-#include <qstyle.h>
-#include <qtoolbox.h>
-#include <qtoolbutton.h>
+#include <QStyleFactory>
+#include <QStyle>
+#include <QToolBox>
+#include <QToolButton>
#include <kinputdialog.h>
#include <kstandarddirs.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstdatanotifier.cpp #1110036:1110037
@@ -21,9 +21,9 @@
#include <klocale.h>
-#include <qcolor.h>
-#include <qtimer.h>
-#include <qtooltip.h>
+#include <QColor>
+#include <QTimer>
+#include <QToolTip>
static const int delays[] = { 900, 675, 425, 300, 200, 100, 80, 40, 20 };
static const int dark[] = { 100, 150, 200, 250, 300, 375, 450, 525, 600 };
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstdatawizard.cpp #1110036:1110037
@@ -19,17 +19,17 @@
#include <psversion.h>
#include <sysinfo.h>
-#include <qbuttongroup.h>
-#include <qcheckbox.h>
+#include <QButtonGroup>
+#include <QCheckBox>
#include <qdeepcopy.h>
#include <qglobal.h>
-#include <qradiobutton.h>
-#include <qregexp.h>
-#include <qspinbox.h>
-#include <qstring.h>
-#include <qtimer.h>
-#include <qtooltip.h>
-#include <qmessagebox.h>
+#include <QRadioButton>
+#include <QRegExp>
+#include <QSpinBox>
+#include <QString>
+#include <QTimer>
+#include <QToolTip>
+#include <QMessageBox>
#include <kfiledialog.h>
#include <kiconloader.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstdoc.cpp #1110036:1110037
@@ -29,9 +29,9 @@
// include files for Qt
#include <qdeepcopy.h>
-#include <qeventloop.h>
-#include <qstylesheet.h>
-#include <QMessageBox.h>
+#include <QEventLoop>
+#include <QStyleSheet>
+#include <QMessageBox>
// include files for KDE
#include <dcopclient.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/ksteditviewobjectdialog.cpp #1110036:1110037
@@ -17,19 +17,19 @@
#include "ksteditviewobjectdialog.h"
-#include <qbuttongroup.h>
-#include <qcheckbox.h>
-#include <qcombobox.h>
+#include <QButtonGroup>
+#include <QCheckBox>
+#include <QComboBox>
#include <QFontComboBox>
-#include <qlayout.h>
-#include <qlabel.h>
-#include <qlineedit.h>
+#include <QLayout>
+#include <QLabel>
+#include <QLineEdit>
#include <QMessageBox>
-#include <qmetaobject.h>
-#include <qpainter.h>
+#include <QMetaobject>
+#include <QPainter>
#include <QPushButton>
-#include <qspinbox.h>
-#include <qstyle.h>
+#include <QSpinBox>
+#include <QStyle>
#include <kcolorbutton.h>
#include <klineedit.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/ksteventmonitorentry.cpp #1110036:1110037
@@ -19,8 +19,8 @@
#include <config.h>
// include files for Qt
-#include <qstylesheet.h>
-#include <qthread.h>
+#include <QStyleSheet>
+#include <QThread>
// include files for KDE
#include <dcopref.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstfilterdialog.cpp #1110036:1110037
@@ -18,9 +18,9 @@
#include <assert.h>
-#include <qlineedit.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
+#include <QLineEdit>
+#include <QToolTip>
+#include <QWhatsThis>
#include "curveappearancewidget.h"
#include "kst2dplot.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstfitdialog.cpp #1110036:1110037
@@ -19,11 +19,11 @@
#include <assert.h>
#include <stdio.h>
-#include <qlineedit.h>
+#include <QLineEdit.h>
#include <QMessageBox>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-#include <qregexp.h>
+#include <QToolTip>
+#include <QWhatsThis>
+#include <QRegExp>
#include "curveappearancewidget.h"
#include "kst2dplot.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstgraphfiledialog.cpp #1110036:1110037
@@ -16,13 +16,13 @@
* *
***************************************************************************/
-#include <qcheckbox.h>
-#include <qcombobox.h>
-#include <qimage.h>
-#include <qlabel.h>
-#include <qradiobutton.h>
-#include <qspinbox.h>
-#include <qtimer.h>
+#include <QCheckBox>
+#include <QComboBox>
+#include <QImage>
+#include <QLabel>
+#include <QRadioButton>
+#include <QSpinBox>
+#include <QTimer>
#include <kconfig.h>
#include <kimageio.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstiface_impl.cpp #1110036:1110037
@@ -18,8 +18,8 @@
#include <assert.h>
// include files for Qt
-#include <qfileinfo.h>
-#include <qregexp.h>
+#include <QFileInfo>
+#include <QRegExp>
// include files for KDE
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstpluginmanager.cpp #1110036:1110037
@@ -15,14 +15,14 @@
* *
***************************************************************************/
-#include <qcheckbox.h>
-#include <qcombobox.h>
-#include <qimage.h>
-#include <qlabel.h>
-#include <qlistview.h>
-#include <qradiobutton.h>
-#include <qregexp.h>
-#include <qmessagebox.h>
+#include <QCheckBox>
+#include <QComboBox>
+#include <QImage>
+#include <QLabel>
+#include <QListView>
+#include <QRadioButton>
+#include <QRegExp>
+#include <QMessageBox>
#include <kconfig.h>
#include <kfiledialog.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstprintoptionspage.cpp #1110036:1110037
@@ -15,11 +15,11 @@
* *
***************************************************************************/
-#include <qbutton.h>
-#include <qcheckbox.h>
-#include <qlabel.h>
-#include <qlayout.h>
-#include <qspinbox.h>
+#include <QButton>
+#include <QCheckBox>
+#include <QLabel>
+#include <QLayout>
+#include <QSpinBox>
#include <klocale.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstscalartable.cpp #1110036:1110037
@@ -15,7 +15,7 @@
* *
***************************************************************************/
-#include <qpainter.h>
+#include <QPainter>
#include "kstscalartable.h"
#include "kstdatacollection.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstsettingsdlg.cpp #1110036:1110037
@@ -15,10 +15,10 @@
* *
***************************************************************************/
-#include <qbuttongroup.h>
-#include <qcheckbox.h>
-#include <qlabel.h>
-#include <qspinbox.h>
+#include <QButtonGroup>
+#include <QCheckBox>
+#include <QLabel>
+#include <QSpinBox>
#include <kcolorbutton.h>
#include <kdialogbase.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstviewfitsdialog.cpp #1110036:1110037
@@ -15,13 +15,13 @@
* *
***************************************************************************/
-#include <qcombobox.h>
-#include <qlabel.h>
-#include <qlayout.h>
-#include <qlistbox.h>
-#include <qpushbutton.h>
-#include <qtable.h>
-#include <qtimer.h>
+#include <QComboBox>
+#include <QLabel>
+#include <QLayout>
+#include <QListBox>
+#include <QPushButton>
+#include <QTable>
+#include <QTimer>
#include <klocale.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstviewmatricesdialog.cpp #1110036:1110037
@@ -16,9 +16,9 @@
***************************************************************************/
// includes files for Qt
-#include <qlayout.h>
-#include <qpushbutton.h>
-#include <qtable.h>
+#include <QLayout>
+#include <QPushButton>
+#include <QTable>
// include files for KDE
#include <klocale.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstviewscalarsdialog.cpp #1110036:1110037
@@ -15,8 +15,8 @@
* *
***************************************************************************/
-#include <qlayout.h>
-#include <qpushbutton.h>
+#include <QLayout>
+#include <QPushButton>
#include <klocale.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstviewstringsdialog.cpp #1110036:1110037
@@ -15,9 +15,9 @@
* *
***************************************************************************/
-#include <qheader.h>
-#include <qlayout.h>
-#include <qpushbutton.h>
+#include <QHeader>
+#include <QLayout>
+#include <QPushButton>
#include <klocale.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstviewvectorsdialog.cpp #1110036:1110037
@@ -15,9 +15,9 @@
* *
***************************************************************************/
-#include <qlayout.h>
-#include <qpushbutton.h>
-#include <qtable.h>
+#include <QLayout>
+#include <QPushButton>
+#include <QTable>
#include <klocale.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/ktimezonecombo.cpp #1110036:1110037
@@ -18,9 +18,9 @@
Boston, MA 02110-1301, USA.
*/
-#include <qlistbox.h>
-#include <qmemarray.h>
-#include <qcombobox.h>
+#include <QListBox>
+#include <QMemArray>
+#include <QComboBox>
#include <klocale.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/ktimezonecombo.h #1110036:1110037
@@ -21,8 +21,8 @@
#ifndef KTIMEZONECOMBO_H
#define KTIMEZONECOMBO_H
-#include <qcombobox.h>
-#include <qstring.h>
+#include <QComboBox>
+#include <QString>
class KstTimezones;
--- branches/work/kst/kst1kde4/kst/src/libkstapp/statuslabel.h #1110036:1110037
@@ -18,8 +18,8 @@
#ifndef STATUSLABEL_H
#define STATUSLABEL_H
-#include <qlabel.h>
-#include <qtooltip.h>
+#include <QLabel>
+#include <QToolTip>
class StatusLabel : public QLabel {
Q_OBJECT
More information about the Kst
mailing list