[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kde3support
From:       Alex Merry <huntedhacker () tiscali ! co ! uk>
Date:       2007-05-05 14:50:09
Message-ID: 1178376609.809735.27685.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 661429 by alexmerry:

Includes fixes; krazy excludes



 M  +2 -2      kdecore/k3mimesourcefactory.cpp  
 M  +2 -2      kdecore/k3multipledrag.h  
 M  +2 -2      kdecore/k3rfcdate.cpp  
 M  +1 -1      kdecore/k3sqlpropertymap.h  
 M  +2 -1      kdecore/k3tempfile.cpp  
 M  +1 -1      kdecore/kcalendarsystemfactory.h  
 M  +1 -1      kdecore/ksimpleconfig.h  
 M  +3 -2      kdeui/k3aboutapplication.cpp  
 M  +2 -2      kdeui/k3activelabel.cpp  
 M  +2 -1      kdeui/k3colordrag.cpp  
 M  +2 -2      kdeui/k3dockwidget.cpp  
 M  +2 -2      kdeui/k3dockwidget.h  
 M  +1 -1      kdeui/k3dockwidget_private.cpp  
 M  +4 -0      kdeui/k3dockwidget_private.h  
 M  +2 -1      kdeui/k3iconview.cpp  
 M  +2 -2      kdeui/k3listview.cpp  
 M  +2 -1      kdeui/k3passworddialog.cpp  
 M  +3 -2      kdeui/k3popupmenu.cpp  
 M  +1 -1      kdeui/k3sconfig.cpp  
 M  +2 -2      kdeui/k3spell.cpp  
 M  +2 -1      kdeui/k3spelldlg.cpp  
 M  +2 -1      kdeui/k3syntaxhighlighter.cpp  
 M  +1 -1      kdeui/kstdaccel.h  
 M  +1 -1      kdeui/kstdaction.h  
 M  +1 -1      kdeui/kstdguiitem.h  
 M  +1 -1      kio/kfile/kurlrequesterdlg.h  
 M  +2 -1      kunittest/runner.cpp  
 M  +2 -2      kunittest/samplemodule.cpp  
 M  +2 -1      kunittest/tester.cpp  


--- trunk/KDE/kdelibs/kde3support/kdecore/k3mimesourcefactory.cpp #661428:661429
@@ -18,11 +18,11 @@
     Boston, MA 02110-1301, USA.
 */
 
+#include "k3mimesourcefactory.h"
+
 #include <kdebug.h>
 #include <kiconloader.h>
 
-#include "k3mimesourcefactory.h"
-
 class K3MimeSourceFactoryPrivate
 {
 public:
--- trunk/KDE/kdelibs/kde3support/kdecore/k3multipledrag.h #661428:661429
@@ -23,8 +23,8 @@
 #ifndef QT_NO_DRAGANDDROP
 
 #include <kde3support_export.h>
-#include <q3dragobject.h>
-#include <q3valuelist.h>
+#include <Qt3Support/Q3DragObject>
+#include <Qt3Support/Q3ValueList>
 
 class K3MultipleDragPrivate;
 /**
--- trunk/KDE/kdelibs/kde3support/kdecore/k3rfcdate.cpp #661428:661429
@@ -18,10 +18,10 @@
  *  Boston, MA 02110-1301, USA.
  **/
 
+#include "k3rfcdate.h"
+
 #include <config.h>
 
-#include "k3rfcdate.h"
-
 #include <sys/param.h>
 #include <ctype.h>
 #include <stdlib.h>
--- trunk/KDE/kdelibs/kde3support/kdecore/k3sqlpropertymap.h #661428:661429
@@ -18,7 +18,7 @@
 */
 
 #ifndef QT_NO_SQL
-#include <Qt3Support/q3sqlpropertymap.h>
+#include <Qt3Support/Q3SqlPropertyMap>
 #endif
 
 #include <kde3support_export.h>
--- trunk/KDE/kdelibs/kde3support/kdecore/k3tempfile.cpp #661428:661429
@@ -17,6 +17,8 @@
  *  Boston, MA 02110-1301, USA.
  **/
 
+#include "k3tempfile.h"
+
 #include <config.h>
 
 #include <sys/types.h>
@@ -50,7 +52,6 @@
 #include "kglobal.h"
 #include "krandom.h"
 #include "kcomponentdata.h"
-#include "k3tempfile.h"
 #include "kstandarddirs.h"
 #include "kde_file.h"
 #include "kdebug.h"
--- trunk/KDE/kdelibs/kde3support/kdecore/kcalendarsystemfactory.h #661428:661429
@@ -1,4 +1,4 @@
-//krazy:excludeall=license (there isn't really anything to this file)
+//krazy:excludeall=license,copyright (there isn't really anything to this file)
 #ifdef KDE_NO_COMPAT
 #error kcalendarsystemconfig.h does not exist anymore. The KCalendarSystemFactory \
class has been removed; the create() methods that were provided by \
KCalendarSystemFactory have been moved into KCalendarSystem. See the KDE4 Porting \
Guide for more information.  #else
--- trunk/KDE/kdelibs/kde3support/kdecore/ksimpleconfig.h #661428:661429
@@ -1,4 +1,4 @@
-//krazy:excludeall=license (there isn't really anything to this file)
+//krazy:excludeall=license,copyright (there isn't really anything to this file)
 #ifdef KDE_NO_COMPAT
 #error ksimpleconfig.h does not exist anymore. The KSimpleConfig class has been \
removed. Instead use KConfig with the OnlyLocal flag to prevent config file merging \
(including kdeglobals). See the KDE4 Porting Guide for more information.  #else
--- trunk/KDE/kdelibs/kde3support/kdeui/k3aboutapplication.cpp #661428:661429
@@ -20,11 +20,12 @@
  *
  */
 
+#include "k3aboutapplication.h"
+
 #include <QList>
 #include <QPixmap>
 
-#include <k3aboutapplication.h>
-#include <k3aboutdialog_p.h>
+#include "k3aboutdialog_p.h"
 #include <kaboutdata.h>
 #include <kapplication.h>
 #include <QtGui/QLabel>
--- trunk/KDE/kdelibs/kde3support/kdeui/k3activelabel.cpp #661428:661429
@@ -17,13 +17,13 @@
     Boston, MA 02110-1301, USA.
 */
 
+#include "k3activelabel.h"
+
 #include <Q3SimpleRichText>
 #include <QFocusEvent>
 
 #include <ktoolinvocation.h>
 
-#include "k3activelabel.h"
-
 class K3ActiveLabelPrivate
 {
 public:
--- trunk/KDE/kdelibs/kde3support/kdeui/k3colordrag.cpp #661428:661429
@@ -17,9 +17,10 @@
    Boston, MA 02110-1301, USA.
 */
 
-#include <QtGui/QPainter>
 #include "k3colordrag.h"
 
+#include <QtGui/QPainter>
+
 static const char * const color_mime_string = "application/x-color";
 static const char * const text_mime_string = "text/plain";
 
--- trunk/KDE/kdelibs/kde3support/kdeui/k3dockwidget.cpp #661428:661429
@@ -18,8 +18,8 @@
    Boston, MA 02110-1301, USA.
 */
 #include "k3dockwidget.h"
+#include "k3dockwidget_p.h"
 #include "k3dockwidget_private.h"
-#include "k3dockwidget_p.h"
 
 #include <QtGui/QApplication>
 #include <QtGui/QLayout>
@@ -45,7 +45,7 @@
 #include <kdebug.h>
 #include <kglobalsettings.h>
 
-#include "config.h"
+#include <config.h>
 #ifdef Q_WS_X11
 #include <X11/X.h>
 #include <X11/Xlib.h>
--- trunk/KDE/kdelibs/kde3support/kdeui/k3dockwidget.h #661428:661429
@@ -52,7 +52,7 @@
 #include <QtCore/QPoint>
 #include <Qt3Support/Q3PtrList>
 #include <QtGui/QFrame>
-#include <Qt/qdom.h>
+#include <QtXml/QDomElement>
 #include <QtGui/QTabWidget>
 
 #ifndef NO_KDE2
@@ -60,7 +60,7 @@
 #include <netwm_def.h>
 #else
 
-#include <q3mainwindow.h>
+#include <Qt3Support/Q3MainWindow>
 #include "exportdockclass.h"
 #include "dummykmainwindow.h"
 #endif
--- trunk/KDE/kdelibs/kde3support/kdeui/k3dockwidget_private.cpp #661428:661429
@@ -17,9 +17,9 @@
    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    Boston, MA 02110-1301, USA.
 */
+#include "k3dockwidget_private.h"
 #include "k3dockwidget.h"
 #include "k3dockwidget_p.h"
-#include "k3dockwidget_private.h"
 
 #include <QtGui/QPainter>
 #include <QtGui/QCursor>
--- trunk/KDE/kdelibs/kde3support/kdeui/k3dockwidget_private.h #661428:661429
@@ -24,9 +24,12 @@
 #ifndef KDOCKWIDGET_PRIVATE_H
 #define KDOCKWIDGET_PRIVATE_H
 
+#include <kde3support_export.h>
+
 #include <QtCore/QPointer>
 #include <QtGui/QPushButton>
 #include <QtGui/QWidget>
+#include <Qt3Support/Q3PtrList>
 
 #ifndef NO_KDE2
 #include <netwm_def.h>
@@ -34,6 +37,7 @@
 
 class QFrame;
 class K3DockContainer;
+class K3DockWidget;
 
 
 /**
--- trunk/KDE/kdelibs/kde3support/kdeui/k3iconview.cpp #661428:661429
@@ -16,6 +16,8 @@
    Boston, MA 02110-1301, USA.
 */
 
+#include "k3iconview.h"
+
 //#include <config.h>
 
 #include <QtCore/QTimer>
@@ -23,7 +25,6 @@
 #include <QtGui/QPixmapCache>
 #include <QtGui/QActionEvent>
 
-#include "k3iconview.h"
 #include "kwordwrap.h"
 #include <kconfig.h>
 #include <kdebug.h>
--- trunk/KDE/kdelibs/kde3support/kdeui/k3listview.cpp #661428:661429
@@ -17,13 +17,13 @@
    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    Boston, MA 02110-1301, USA.
 */
-#include "config.h"
 
 #include "k3listview.h"
 #include "k3listviewlineedit.h"
 
+#include <config.h>
+
 #include <Qt3Support/Q3ColorDrag>
-#include <QtGui/QCursor>
 #include <QtGui/QActionEvent>
 #include <QtCore/QTimer>
 #include <Qt3Support/Q3Header>
--- trunk/KDE/kdelibs/kde3support/kdeui/k3passworddialog.cpp #661428:661429
@@ -19,6 +19,8 @@
    Boston, MA 02110-1301, USA.
 */
 
+#include "k3passworddialog.h"
+
 #include <sys/time.h>
 #include <sys/resource.h>
 
@@ -42,7 +44,6 @@
 #include <klocale.h>
 #include <kmessagebox.h>
 
-#include "k3passworddialog.h"
 #include <kconfiggroup.h>
 
 /*
--- trunk/KDE/kdelibs/kde3support/kdeui/k3popupmenu.cpp #661428:661429
@@ -16,6 +16,9 @@
    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    Boston, MA 02110-1301, USA.
 */
+
+#include "k3popupmenu.h"
+
 #include <QtGui/QCursor>
 #include <QtGui/QPainter>
 #include <QtCore/QTimer>
@@ -24,8 +27,6 @@
 #include <QPointer>
 #include <QMenuItem>
 
-#include "k3popupmenu.h"
-
 #include <kdebug.h>
 
 class K3PopupMenu::K3PopupMenuPrivate
--- trunk/KDE/kdelibs/kde3support/kdeui/k3sconfig.cpp #661428:661429
@@ -17,6 +17,7 @@
    Boston, MA 02110-1301, USA.
 */
 
+#include "k3sconfig.h"
 
 #include <QtGui/QCheckBox>
 #include <QtGui/QComboBox>
@@ -37,7 +38,6 @@
 #include <kstandardguiitem.h>
 
 #include <config.h>
-#include "k3sconfig.h"
 #include <kconfiggroup.h>
 
 class K3SpellConfigPrivate
--- trunk/KDE/kdelibs/kde3support/kdeui/k3spell.cpp #661428:661429
@@ -18,6 +18,8 @@
    Boston, MA 02110-1301, USA.
 */
 
+#include "k3spell.h"
+
 #include <config.h>
 
 #include <stdio.h>
@@ -31,9 +33,7 @@
 #include <strings.h>
 #endif
 
-#include "k3spell.h"
 
-
 #include <QtGui/QApplication>
 #include <QtCore/QTextCodec>
 #include <QtCore/QTimer>
--- trunk/KDE/kdelibs/kde3support/kdeui/k3spelldlg.cpp #661428:661429
@@ -19,6 +19,8 @@
    Boston, MA 02110-1301, USA.
 */
 
+#include "k3spelldlg.h"
+
 #include <QProgressBar>
 
 #include <kconfig.h>
@@ -26,7 +28,6 @@
 #include <klocale.h>
 
 #include "k3sconfig.h"
-#include "k3spelldlg.h"
 #include "ui_k3spellui.h"
 #include <kconfiggroup.h>
 
--- trunk/KDE/kdelibs/kde3support/kdeui/k3syntaxhighlighter.cpp #661428:661429
@@ -19,6 +19,8 @@
  Boston, MA 02110-1301, USA.
 */
 
+#include "k3syntaxhighlighter.h"
+
 #include <QtGui/QColor>
 #include <QtCore/QRegExp>
 #include <Qt3Support/Q3SyntaxHighlighter>
@@ -33,7 +35,6 @@
 #include <Qt3Support/Q3Dict>
 #include <QKeyEvent>
 
-#include "k3syntaxhighlighter.h"
 #include <kconfiggroup.h>
 #include <fixx11h.h>
 
--- trunk/KDE/kdelibs/kde3support/kdeui/kstdaccel.h #661428:661429
@@ -1,4 +1,4 @@
-//krazy:excludeall=license (there isn't really anything to this file)
+//krazy:excludeall=license,copyright (there isn't really anything to this file)
 #ifdef KDE_NO_COMPAT
 #error kstdaccel.h does not exist anymore. The KStdAccel class has been renamed to \
KStandardShortcut and the header file to kstandardshortcut.h. See the KDE4 Porting \
Guide for more information.  #else
--- trunk/KDE/kdelibs/kde3support/kdeui/kstdaction.h #661428:661429
@@ -1,4 +1,4 @@
-//krazy:excludeall=license (there isn't really anything to this file)
+//krazy:excludeall=license,copyright (there isn't really anything to this file)
 #ifdef KDE_NO_COMPAT
 #error kstdaction.h does not exist anymore. The KStdAction namespace has been \
renamed to KStandardAction and the header file to kstandardaction.h. See the KDE4 \
Porting Guide for more information.  #else
--- trunk/KDE/kdelibs/kde3support/kdeui/kstdguiitem.h #661428:661429
@@ -1,4 +1,4 @@
-//krazy:excludeall=license (there isn't really anything to this file)
+//krazy:excludeall=license,copyright (there isn't really anything to this file)
 #ifdef KDE_NO_COMPAT
 #error kstdguiitem.h does not exist anymore. The KStdGuiItem class has been renamed \
to KStandardGuiItem and the header file to kstandardguiitem.h. See the KDE4 Porting \
Guide for more information.  #else
--- trunk/KDE/kdelibs/kde3support/kio/kfile/kurlrequesterdlg.h #661428:661429
@@ -1,4 +1,4 @@
-//krazy:excludeall=license (there isn't really anything to this file)
+//krazy:excludeall=license,copyright (there isn't really anything to this file)
 #ifdef KDE_NO_COMPAT
 #error "kurlrequesterdlg.h needs to be replaced with kurlrequesterdialog.h"
 #else
--- trunk/KDE/kdelibs/kde3support/kunittest/runner.cpp #661428:661429
@@ -25,6 +25,8 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include "runner.h"
+
 #include <stdio.h>
 #include <iostream>
 using namespace std;
@@ -38,7 +40,6 @@
 #include <kglobal.h>
 #include <kstandarddirs.h>
 
-#include "runner.h"
 #include "tester.h"
 
 namespace KUnitTest
--- trunk/KDE/kdelibs/kde3support/kunittest/samplemodule.cpp #661428:661429
@@ -23,11 +23,11 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include "samplemodule.h"
+
 #include <kunittest/runner.h>
 #include <kunittest/module.h>
 
-#include "samplemodule.h"
-
 using namespace KUnitTest;
 
 KUNITTEST_MODULE( kunittest_samplemodule, "Suite1" )
--- trunk/KDE/kdelibs/kde3support/kunittest/tester.cpp #661428:661429
@@ -23,13 +23,14 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include "tester.h"
+
 #include <iostream>
 using namespace std;
 
 #include <QtCore/QMetaEnum>
 #include <QtCore/QRect>
 #include <QtCore/QVector>
-#include "tester.h"
 
 namespace KUnitTest
 {


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic