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

List:       kde-commits
Subject:    branches/work/kde4/kdebase/kicker
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2005-07-19 20:23:42
Message-ID: 1121804622.126460.5929.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 436466 by aseigo:

global.h -> utils.h


 M  +1 -1      applets/minipager/pagerapplet.cpp  
 M  +1 -1      applets/minipager/pagerbutton.cpp  
 M  +1 -1      applets/taskbar/taskbarapplet.cpp  
 M  +1 -1      extensions/taskbar/taskbarextension.cpp  
 M  +1 -1      kicker/buttons/browserbutton.cpp  
 M  +1 -1      kicker/buttons/servicebutton.cpp  
 M  +1 -1      kicker/buttons/urlbutton.cpp  
 M  +1 -1      kicker/core/container_applet.cpp  
 M  +1 -1      kicker/core/container_base.cpp  
 M  +1 -1      kicker/core/container_button.cpp  
 M  +1 -1      kicker/core/extensionmanager.cpp  
 M  +1 -1      kicker/core/menumanager.cpp  
 M  +1 -1      kicker/ui/k_mnu.cpp  
 M  +1 -1      kicker/ui/service_mnu.cpp  
 M  +1 -1      taskbar/taskcontainer.cpp  
 M  +1 -1      taskmanager/tasklmbmenu.cpp  


--- branches/work/kde4/kdebase/kicker/applets/minipager/pagerapplet.cpp #436465:436466
@@ -51,7 +51,7 @@
 #include <dcopclient.h>
 #include <netwm.h>
 
-#include "global.h"
+#include "utils.h"
 #include "kickertip.h"
 #include "kickerSettings.h"
 #include "kshadowengine.h"
--- branches/work/kde4/kdebase/kicker/applets/minipager/pagerbutton.cpp #436465:436466
@@ -46,7 +46,7 @@
 #include <kpixmapeffect.h>
 #include <kiconloader.h>
 
-#include "global.h"
+#include "utils.h"
 #include "kickertip.h"
 #include "kickerSettings.h"
 #include "kshadowengine.h"
--- branches/work/kde4/kdebase/kicker/applets/taskbar/taskbarapplet.cpp #436465:436466
@@ -30,7 +30,7 @@
 #include <klocale.h>
 #include <kdebug.h>
 
-#include "global.h"
+#include "utils.h"
 
 #include "taskbarcontainer.h"
 
--- branches/work/kde4/kdebase/kicker/extensions/taskbar/taskbarextension.cpp #436465:436466
@@ -38,7 +38,7 @@
 #include <krootpixmap.h>
 #include <kstandarddirs.h>
 
-#include "global.h"
+#include "utils.h"
 #include "kickerSettings.h"
 #include "taskbarcontainer.h"
 
--- branches/work/kde4/kdebase/kicker/kicker/buttons/browserbutton.cpp #436465:436466
@@ -37,7 +37,7 @@
 #include "kicker.h"
 #include "browser_mnu.h"
 #include "browser_dlg.h"
-#include "global.h"
+#include "utils.h"
 
 #include "browserbutton.h"
 #include "browserbutton.moc"
--- branches/work/kde4/kdebase/kicker/kicker/buttons/servicebutton.cpp #436465:436466
@@ -36,7 +36,7 @@
 #include <kstandarddirs.h>
 #include <kurl.h>
 
-#include "global.h"
+#include "utils.h"
 #include "kicker.h"
 
 #include "servicebutton.h"
--- branches/work/kde4/kdebase/kicker/kicker/buttons/urlbutton.cpp #436465:436466
@@ -38,7 +38,7 @@
 
 #include <kdebug.h>
 
-#include "global.h"
+#include "utils.h"
 #include "kicker.h"
 
 #include "urlbutton.h"
--- branches/work/kde4/kdebase/kicker/kicker/core/container_applet.cpp #436465:436466
@@ -51,7 +51,7 @@
 #include "appletinfo.h"
 #include "appletop_mnu.h"
 #include "containerarea.h"
-#include "global.h"
+#include "utils.h"
 #include "kicker.h"
 #include "kickerSettings.h"
 #include "pluginmanager.h"
--- branches/work/kde4/kdebase/kicker/kicker/core/container_base.cpp #436465:436466
@@ -28,7 +28,7 @@
 #include <kconfig.h>
 #include <kdebug.h>
 
-#include "global.h"
+#include "utils.h"
 #include "appletop_mnu.h"
 #include "kicker.h"
 
--- branches/work/kde4/kdebase/kicker/kicker/core/container_button.cpp #436465:436466
@@ -41,7 +41,7 @@
 #include <kurldrag.h>
 #include <kpopupmenu.h>
 
-#include "global.h"
+#include "utils.h"
 #include "appletop_mnu.h"
 
 #include "panelbutton.h"
--- branches/work/kde4/kdebase/kicker/kicker/core/extensionmanager.cpp #436465:436466
@@ -40,7 +40,7 @@
 #include <QList>
 
 #include "container_extension.h"
-#include "global.h"
+#include "utils.h"
 #include "kicker.h"
 #include "panelextension.h"
 #include "pluginmanager.h"
--- branches/work/kde4/kdebase/kicker/kicker/core/menumanager.cpp #436465:436466
@@ -34,7 +34,7 @@
 
 #include "client_mnu.h"
 #include "container_extension.h"
-#include "global.h"
+#include "utils.h"
 #include "k_mnu.h"
 #include "kicker.h"
 
--- branches/work/kde4/kdebase/kicker/kicker/ui/k_mnu.cpp #436465:436466
@@ -56,7 +56,7 @@
 
 #include "client_mnu.h"
 #include "container_base.h"
-#include "global.h"
+#include "utils.h"
 #include "kicker.h"
 #include "kickerSettings.h"
 #include "konqbookmarkmanager.h"
--- branches/work/kde4/kdebase/kicker/kicker/ui/service_mnu.cpp #436465:436466
@@ -50,7 +50,7 @@
 #include <kurldrag.h>
 #include <kio/job.h>
 
-#include "global.h"
+#include "utils.h"
 #include "kicker.h"
 #include "kickerSettings.h"
 #include "menumanager.h"
--- branches/work/kde4/kdebase/kicker/taskbar/taskcontainer.cpp #436465:436466
@@ -52,7 +52,7 @@
 #include <kiconloader.h>
 #include <kimageeffect.h>
 
-#include "global.h"
+#include "utils.h"
 #include "kickerSettings.h"
 #include "paneldrag.h"
 #include "taskbar.h"
--- branches/work/kde4/kdebase/kicker/taskmanager/tasklmbmenu.cpp #436465:436466
@@ -40,7 +40,7 @@
 
 #include <kpopupmenu.h>
 
-#include "global.h"
+#include "utils.h"
 
 #if 0
 TaskMenuItem::TaskMenuItem(const QString &text,
[prev in list] [next in list] [prev in thread] [next in thread] 

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