[Uml-devel] branches/work/kconfiggroup_port
Stephan Kulow
coolo at kde.org
Fri Feb 16 06:53:03 UTC 2007
SVN commit 634043 by coolo:
ksharedconfig.h is an own header now
M +1 -1 kdeadmin/kcron/ktapp.h
M +1 -1 kdeadmin/kpackage/kpackage.h
M +1 -1 kdebase/libkonq/konq_propsview.h
M +1 -1 kdebase/runtime/khelpcenter/glossary.h
M +1 -1 kdebase/runtime/khelpcenter/kcmhelpcenter.h
M +1 -1 kdebase/workspace/kcontrol/background/bgrender.h
M +1 -1 kdebase/workspace/kcontrol/background/bgsettings.h
M +1 -1 kdebase/workspace/kcontrol/kdm/background.h
M +1 -1 kdebase/workspace/kdesktop/bgmanager.h
M +1 -1 kdebase/workspace/kdesktop/kdesktopshadowsettings.h
M +1 -1 kdebase/workspace/kwin/lib/kdecoration_plugins_p.h
M +1 -1 kdeedu/kmplot/kmplot/maindlg.h
M +1 -1 kdegames/kbattleship/kbattleship/kbattleship.h
M +1 -1 kdemultimedia/phonon-gst/playbin.h
M +1 -1 kdenetwork/krdc/hostpreferences.h
M +1 -1 kdesdk/umbrello/umbrello/uml.h
--- branches/work/kconfiggroup_port/kdeadmin/kcron/ktapp.h #634042:634043
@@ -13,7 +13,7 @@
#define KTAPP_H
#include <kmainwindow.h>
-#include <kconfig.h>
+#include <ksharedconfig.h>
class KAction;
class QString;
--- branches/work/kconfiggroup_port/kdeadmin/kpackage/kpackage.h #634042:634043
@@ -37,7 +37,7 @@
#include <kurl.h>
#include <kmainwindow.h>
#include <kpPty.h>
-#include <kconfig.h>
+#include <ksharedconfig.h>
//Added by qt3to4:
#include <Q3StrList>
#include <QDragEnterEvent>
--- branches/work/kconfiggroup_port/kdebase/libkonq/konq_propsview.h #634042:634043
@@ -25,7 +25,7 @@
#include <kurl.h>
#include <libkonq_export.h>
-#include <kconfig.h>
+#include <ksharedconfig.h>
class KComponentData;
--- branches/work/kconfiggroup_port/kdebase/runtime/khelpcenter/glossary.h #634042:634043
@@ -25,7 +25,7 @@
#include <QDomElement>
#include <QStringList>
#include <QList>
-#include <kconfig.h>
+#include <ksharedconfig.h>
#include <QHash>
class KConfig;
--- branches/work/kconfiggroup_port/kdebase/runtime/khelpcenter/kcmhelpcenter.h #634042:634043
@@ -21,7 +21,7 @@
#define KCMHELPCENTER_H
#include <kdialog.h>
-#include <kconfig.h>
+#include <ksharedconfig.h>
#include "scopeitem.h"
//Added by qt3to4:
--- branches/work/kconfiggroup_port/kdebase/workspace/kcontrol/background/bgrender.h #634042:634043
@@ -16,7 +16,7 @@
#include <QPixmap>
#include <QImage>
#include <q3ptrvector.h>
-#include <kconfig.h>
+#include <ksharedconfig.h>
#include "bgsettings.h"
--- branches/work/kconfiggroup_port/kdebase/workspace/kcontrol/background/bgsettings.h #634042:634043
@@ -16,7 +16,7 @@
#include <QColor>
#include <QMap>
#include <QVector>
-#include <kconfig.h>
+#include <ksharedconfig.h>
template <class QString, class T> class QMap;
class KStandardDirs;
--- branches/work/kconfiggroup_port/kdebase/workspace/kcontrol/kdm/background.h #634042:634043
@@ -10,7 +10,7 @@
#define __Bgnd_h_Included__
#include <QWidget>
-#include <kconfig.h>
+#include <ksharedconfig.h>
class BGDialog;
class KSimpleConfig;
--- branches/work/kconfiggroup_port/kdebase/workspace/kdesktop/bgmanager.h #634042:634043
@@ -10,7 +10,7 @@
#ifndef __BGManager_h_Included__
#define __BGManager_h_Included__
-#include <kconfig.h>
+#include <ksharedconfig.h>
#include <QString>
#include <QVector>
--- branches/work/kconfiggroup_port/kdebase/workspace/kdesktop/kdesktopshadowsettings.h #634042:634043
@@ -25,7 +25,7 @@
#include <QColor>
#include <kstandarddirs.h>
-#include <kconfig.h>
+#include <ksharedconfig.h>
#include "kshadowsettings.h"
--- branches/work/kconfiggroup_port/kdebase/workspace/kwin/lib/kdecoration_plugins_p.h #634042:634043
@@ -32,7 +32,7 @@
#include <QString>
#include <QWidget>
-#include <kconfig.h>
+#include <ksharedconfig.h>
#include "kdecoration.h"
--- branches/work/kconfiggroup_port/kdeedu/kmplot/kmplot/maindlg.h #634042:634043
@@ -37,7 +37,7 @@
#include <kaction.h>
#include <kfiledialog.h>
#include <kmenu.h>
-#include <kconfig.h>
+#include <ksharedconfig.h>
#include <kstandarddirs.h>
#include <kparts/browserextension.h>
#include <kparts/part.h>
--- branches/work/kconfiggroup_port/kdegames/kbattleship/kbattleship/kbattleship.h #634042:634043
@@ -19,7 +19,7 @@
#define KBATTLESHIP_H
#include <kmainwindow.h>
-#include <kconfig.h>
+#include <ksharedconfig.h>
class KShip;
class KMessage;
--- branches/work/kconfiggroup_port/kdemultimedia/phonon-gst/playbin.h #634042:634043
@@ -30,7 +30,7 @@
#include <phonon/objectdescription.h>
-#include <kconfig.h>
+#include <ksharedconfig.h>
#include <kdelibs_export.h>
#include "qbtgstreamer/qbtgstreamer.h"
--- branches/work/kconfiggroup_port/kdenetwork/krdc/hostpreferences.h #634042:634043
@@ -17,7 +17,7 @@
#include <QString>
#include <QStringList>
#include <QList>
-#include <kconfig.h>
+#include <ksharedconfig.h>
#include "smartptr.h"
--- branches/work/kconfiggroup_port/kdesdk/umbrello/umbrello/uml.h #634042:634043
@@ -26,7 +26,7 @@
#include <kmainwindow.h>
#include <kdeversion.h>
#include <kurl.h>
-#include <kconfig.h>
+#include <ksharedconfig.h>
// forward declaration of the UML classes
class AlignToolBar;
More information about the umbrello-devel
mailing list