[Kst] branches/work/kst/kst1kde4/kst/src/libkstapp

Zongyi Zhang freebody.kst at gmail.com
Wed Mar 31 00:29:39 CEST 2010


SVN commit 1109270 by zhang:

rename header files

 M  +2 -2      kstbasicdialog.cpp  
 M  +5 -5      kstchoosecolordialog.cpp  
 M  +4 -4      kstcurvedialog.cpp  
 M  +4 -4      kstdebugdialog.cpp  
 M  +1 -1      ksteqdialog.cpp  
 M  +5 -5      ksteventmonitor.cpp  
 M  +5 -5      kstfieldselect.cpp  
 M  +7 -7      ksthsdialog.cpp  
 M  +7 -7      kstimagedialog.cpp  
 M  +5 -5      kstmonochromedialog.cpp  
 M  +4 -4      kstpsddialog.cpp  
 M  +2 -2      kstquickstartdialog.cpp  
 M  +5 -5      kstviewlabelwidget.cpp  
 M  +2 -2      kstviewlegendwidget.cpp  
 M  +5 -5      kstvvdialog.cpp  


--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstbasicdialog.cpp #1109269:1109270
@@ -15,8 +15,8 @@
  *                                                                         *
  ***************************************************************************/
 
-#include <qlayout.h>
-#include <qlineedit.h>
+#include <QLayout>
+#include <QLineEdit>
 #include <QMessageBox>
 
 #include <klocale.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstchoosecolordialog.cpp #1109269:1109270
@@ -9,12 +9,12 @@
  *                                                                         *
  ***************************************************************************/
 
-#include <qcheckbox.h>
-#include <qlineedit.h>
-#include <qgroupbox.h>
+#include <QCheckBox>
+#include <QLineEdit>
+#include <QGroupBox>
 #include <QList>
-#include <qradiobutton.h>
-#include <qcombobox.h>
+#include <QRadioButton>
+#include <QComboBox>
 
 #include <kcolorcombo.h>
 
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstcurvedialog.cpp #1109269:1109270
@@ -16,11 +16,11 @@
  *                                                                         *
  ***************************************************************************/
 
-#include <qcheckbox.h>
-#include <qcombobox.h>
+#include <QCheckBox>
+#include <QComboBox>
 #include <QMessageBox>
-#include <qradiobutton.h>
-#include <qspinbox.h>
+#include <QRadioButton>
+#include <QSpinBox>
 
 #include <kcolorbutton.h>
 
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstdebugdialog.cpp #1109269:1109270
@@ -15,10 +15,10 @@
  *                                                                         *
  ***************************************************************************/
 
-#include <qcheckbox.h>
-#include <qlabel.h>
-#include <qlayout.h>
-#include <qlistwidget.h>
+#include <QCheckBox>
+#include <QLabel>
+#include <QLayout>
+#include <QListWidget>
 #include <QListWidgetItem>
 
 #include <kcolorbutton.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/ksteqdialog.cpp #1109269:1109270
@@ -19,7 +19,7 @@
 #include <QCheckBox>
 #include <QComboBox>
 #include <QMessageBox>
-#include <qradiobutton.h>
+#include <QRadioButton>
 #include <QRegExp>
 #include <QSpinBox>
 
--- branches/work/kst/kst1kde4/kst/src/libkstapp/ksteventmonitor.cpp #1109269:1109270
@@ -15,11 +15,11 @@
  *                                                                         *
  ***************************************************************************/
 
-#include <qcheckbox.h>
-#include <qlineedit.h>
-#include <qradiobutton.h>
-#include <qtextedit.h>
-#include <qmessagebox.h>
+#include <QCheckBox>
+#include <QLineEdit>
+#include <QRadioButton>
+#include <QTextEdit>
+#include <QMessageBox>
 
 #include <klocale.h>
 
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstfieldselect.cpp #1109269:1109270
@@ -16,11 +16,11 @@
  ***************************************************************************/
 #include <assert.h>
 
-#include <qpushbutton.h>
-#include <qlineedit.h>
-#include <qlistwidget.h>
-#include <qradiobutton.h>
-#include <qregexp.h>
+#include <QPushButton>
+#include <QLineEdit>
+#include <QListWidget>
+#include <QRadioButton>
+#include <QRegExp>
 
 #include <kstandarddirs.h>
 
--- branches/work/kst/kst1kde4/kst/src/libkstapp/ksthsdialog.cpp #1109269:1109270
@@ -16,13 +16,13 @@
  *                                                                         *
  ***************************************************************************/
 
-#include <qcheckbox.h>
-#include <qcombobox.h>
-#include <qfontmetrics.h>
-#include <qmessagebox.h>
-#include <qradiobutton.h>
-#include <qspinbox.h>
-#include <qstyle.h>
+#include <QCheckBox>
+#include <QComboBox>
+#include <QFontMetrics>
+#include <QMessageBox>
+#include <QRadioButton>
+#include <QSpinBox>
+#include <QStyle>
 
 #include "ksthsdialog.h"
 #include "curveappearancewidget.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstimagedialog.cpp #1109269:1109270
@@ -16,13 +16,13 @@
  *                                                                         *
  ***************************************************************************/
 
-#include <qbuttongroup.h>
-#include <qcheckbox.h>
-#include <qcombobox.h>
-#include <qlineedit.h>
-#include <qradiobutton.h>
-#include <qspinbox.h>
-#include <qmessagebox.h>
+// xxx #include <QButtonGroup>
+#include <QCheckBox>
+#include <QComboBox>
+#include <QLineEdit>
+#include <QRadioButton>
+#include <QSpinBox>
+#include <QMessageBox>
 
 #include <kcolorbutton.h>
 #include <knuminput.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstmonochromedialog.cpp #1109269:1109270
@@ -15,11 +15,11 @@
  *                                                                         *
  ***************************************************************************/
 
-#include <qbuttongroup.h> 
-#include <qcheckbox.h> 
-#include <qcombobox.h>
-#include <qpushbutton.h>
-#include <qspinbox.h>
+// xxx #include <qbuttongroup.h> 
+#include <QCheckBox> 
+#include <QComboBox>
+#include <QPushButton>
+#include <QSpinBox>
 
 #include <klocale.h>
 #include <kiconloader.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstpsddialog.cpp #1109269:1109270
@@ -16,11 +16,11 @@
  *                                                                         *
  ***************************************************************************/
 
-#include <qcheckbox.h>
-#include <qlineedit.h>
+#include <QCheckBox>
+#include <QLineEdit>
 #include <QMessageBox>
-#include <qspinbox.h>
-#include <qcombobox.h>
+#include <QSpinBox>
+#include <QComboBox>
 
 #include <knuminput.h>
 
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstquickstartdialog.cpp #1109269:1109270
@@ -15,8 +15,8 @@
  *                                                                         *
  ***************************************************************************/
 
-#include <qcheckbox.h>
-#include <q3listbox.h>
+// xxx #include <QCheckBox>
+// xxx #include <Q3ListBox>
 
 #include <kurlcompletion.h>
 #include <kurlrequester.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstviewlabelwidget.cpp #1109269:1109270
@@ -15,11 +15,11 @@
  *                                                                         *
  ***************************************************************************/
 
-#include <qlabel.h>
-#include <qstring.h>
-#include <qtextedit.h>
-#include <qwhatsthis.h>
-#include <qcombobox.h>
+#include <QLabel>
+#include <QString>
+#include <QTextEdit>
+#include <QWhatsThis>
+#include <QComboBox>
 
 #include <klocale.h>
 
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstviewlegendwidget.cpp #1109269:1109270
@@ -16,8 +16,8 @@
  ***************************************************************************/
 
 // include files for Qt
-#include <qcheckbox.h>
-#include <qtooltip.h>
+#include <QCheckBox>
+#include <QToolTip>
 
 // include files for KDE
 #include <kiconloader.h>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstvvdialog.cpp #1109269:1109270
@@ -15,11 +15,11 @@
  *                                                                         *
  ***************************************************************************/
 
-#include <qcheckbox.h>
-#include <qcombobox.h>
-#include <qmessagebox.h>
-#include <qradiobutton.h>
-#include <qspinbox.h>
+#include <QCheckBox>
+#include <QComboBox>
+#include <QMessageBox>
+#include <QRadioButton>
+#include <QSpinBox>
 
 #include "kstvvdialog.h"
 #include "curveappearancewidget.h"


More information about the Kst mailing list