Replace kdemacros.h with tdemacros.h

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/508/head
Michele Calgaro 4 months ago
parent 5f44af37f3
commit 8fca33b35b
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -144,7 +144,7 @@ endif( NOT HAVE_CRYPT )
if( WITH_TDEHWLIB ) if( WITH_TDEHWLIB )
tde_save_and_set( CMAKE_REQUIRED_INCLUDES "${TDE_INCLUDE_DIR}" ) tde_save_and_set( CMAKE_REQUIRED_INCLUDES "${TDE_INCLUDE_DIR}" )
check_cxx_source_compiles( " check_cxx_source_compiles( "
#include <kdemacros.h> #include <tdemacros.h>
#ifndef __TDE_HAVE_TDEHWLIB #ifndef __TDE_HAVE_TDEHWLIB
#error tdecore is not build with tdehwlib #error tdecore is not build with tdehwlib
#endif #endif

@ -19,7 +19,7 @@
#ifndef __kate_pluginconfiginterface_h__ #ifndef __kate_pluginconfiginterface_h__
#define __kate_pluginconfiginterface_h__ #define __kate_pluginconfiginterface_h__
#include <kdemacros.h> #include <tdemacros.h>
namespace Kate namespace Kate
{ {

@ -14,7 +14,7 @@
#include <tqtimer.h> #include <tqtimer.h>
#include <tdelistview.h> #include <tdelistview.h>
#include <kdemacros.h> #include <tdemacros.h>
namespace KHotKeys namespace KHotKeys
{ {

@ -22,7 +22,7 @@
#include <tqmemarray.h> #include <tqmemarray.h>
#include <tqstring.h> #include <tqstring.h>
#include <kdemacros.h> #include <tdemacros.h>
/** /**
@author Olivier Goffart @author Olivier Goffart

@ -22,7 +22,7 @@
#include <tqobject.h> #include <tqobject.h>
#include "sound.h" #include "sound.h"
#include <kdemacros.h> #include <tdemacros.h>
class KLibrary; class KLibrary;

@ -14,7 +14,7 @@
#include <tqptrlist.h> #include <tqptrlist.h>
#include <tqtimer.h> #include <tqtimer.h>
#include <tqmap.h> #include <tqmap.h>
#include <kdemacros.h> #include <tdemacros.h>
#include "khotkeysglobal.h" #include "khotkeysglobal.h"
#include "voicesignature.h" #include "voicesignature.h"

@ -23,7 +23,7 @@
#include <tqmemarray.h> #include <tqmemarray.h>
#include <tqmap.h> #include <tqmap.h>
#include <kdemacros.h> #include <tdemacros.h>
class Sound; class Sound;
class TDEConfigBase; class TDEConfigBase;

@ -64,7 +64,7 @@ class KasPopup;
#include <tqvaluevector.h> #include <tqvaluevector.h>
#include <tqapplication.h> #include <tqapplication.h>
#include <kdemacros.h> #include <tdemacros.h>
#include "kasbar.h" #include "kasbar.h"

@ -3,7 +3,7 @@
#include "kasitem.h" #include "kasitem.h"
#include <kdemacros.h> #include <tdemacros.h>
/** /**
* An item that displays the system load. * An item that displays the system load.

@ -57,7 +57,7 @@
#include "kasbar.h" #include "kasbar.h"
#include <kdemacros.h> #include <tdemacros.h>
#include <taskmanager.h> #include <taskmanager.h>
class TDEConfig; class TDEConfig;

@ -27,7 +27,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <tqmap.h> #include <tqmap.h>
#include <tqobject.h> #include <tqobject.h>
#include <tqstringlist.h> #include <tqstringlist.h>
#include <kdemacros.h> #include <tdemacros.h>
#include <kstaticdeleter.h> #include <kstaticdeleter.h>
#include "appletinfo.h" #include "appletinfo.h"

@ -26,7 +26,7 @@
#include <tqobject.h> #include <tqobject.h>
#include <kurl.h> #include <kurl.h>
#include <kservice.h> #include <kservice.h>
#include <kdemacros.h> #include <tdemacros.h>
typedef enum { typedef enum {
ACTIONS = 0, ACTIONS = 0,

@ -22,7 +22,7 @@
#include <tqobject.h> #include <tqobject.h>
#include <kdemacros.h> #include <tdemacros.h>
class HitMenuItem; class HitMenuItem;

@ -29,7 +29,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <tqstring.h> #include <tqstring.h>
#include <tqvaluevector.h> #include <tqvaluevector.h>
#include <kdemacros.h> #include <tdemacros.h>
class TDE_EXPORT AppletInfo class TDE_EXPORT AppletInfo
{ {

@ -28,7 +28,7 @@
#include <tqimage.h> #include <tqimage.h>
#include <tqcolor.h> #include <tqcolor.h>
#include <kdemacros.h> #include <tdemacros.h>
class KShadowSettings; class KShadowSettings;

@ -22,7 +22,7 @@
#ifndef __FX_DATA #ifndef __FX_DATA
#define __FX_DATA #define __FX_DATA
#include <kdemacros.h> #include <tdemacros.h>
#define SHADOW_CONFIG_ENTRY TQString("ShadowParameters") #define SHADOW_CONFIG_ENTRY TQString("ShadowParameters")
#define SHADOW_TEXT_COLOR TQString("ShadowTextColor") #define SHADOW_TEXT_COLOR TQString("ShadowTextColor")

@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <tqstring.h> #include <tqstring.h>
#include <kdemacros.h> #include <tdemacros.h>
class KPanelMenu; class KPanelMenu;
class TQWidget; class TQWidget;

@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <tqdragobject.h> #include <tqdragobject.h>
#include <kdemacros.h> #include <tdemacros.h>
#include "appletinfo.h" #include "appletinfo.h"

@ -24,7 +24,7 @@
#include <tqbutton.h> #include <tqbutton.h>
#include <tqpixmap.h> #include <tqpixmap.h>
#include <kdemacros.h> #include <tdemacros.h>
class TDE_EXPORT SimpleButton : public TQButton class TDE_EXPORT SimpleButton : public TQButton
{ {

@ -16,7 +16,7 @@
#include <tqvbox.h> #include <tqvbox.h>
#include <tqwidget.h> #include <tqwidget.h>
#include <kdemacros.h> #include <tdemacros.h>
class TDEConfig; class TDEConfig;
class ObjKsTheme; class ObjKsTheme;

@ -28,7 +28,7 @@
#include <tqobject.h> #include <tqobject.h>
#include <tqptrlist.h> #include <tqptrlist.h>
#include <kdemacros.h> #include <tdemacros.h>
class TDEConfig; class TDEConfig;

@ -22,7 +22,7 @@
#define LIBKONQ_EXPORT_H #define LIBKONQ_EXPORT_H
/* needed for TDE_EXPORT macros */ /* needed for TDE_EXPORT macros */
#include <kdemacros.h> #include <tdemacros.h>
/* needed, because e.g. Q_OS_UNIX is so frequently used */ /* needed, because e.g. Q_OS_UNIX is so frequently used */
#include <tqglobal.h> #include <tqglobal.h>

@ -20,7 +20,7 @@
#include <tqimage.h> #include <tqimage.h>
#include <tqfile.h> #include <tqfile.h>
#include <kdemacros.h> #include <tdemacros.h>
#include "cursorcreator.h" #include "cursorcreator.h"

@ -39,7 +39,7 @@
#include <tqfile.h> #include <tqfile.h>
#include <tqimage.h> #include <tqimage.h>
#include <kdemacros.h> #include <tdemacros.h>
#include "djvucreator.h" #include "djvucreator.h"

@ -26,7 +26,7 @@
#include <tqvariant.h> #include <tqvariant.h>
#include <tqmessagebox.h> #include <tqmessagebox.h>
#include <kdemacros.h> #include <tdemacros.h>
class KdmThemer; class KdmThemer;

Loading…
Cancel
Save