Replace kdemacros.h with tdemacros.h

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/23/head
Michele Calgaro 2 months ago
parent c670f4d0d4
commit 1e9cd8a4f0
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -32,7 +32,7 @@ endif( WITH_GCC_VISIBILITY )
# check for tdehwlib
tde_save_and_set( CMAKE_REQUIRED_INCLUDES "${TDE_INCLUDE_DIR}" )
check_cxx_source_compiles( "
#include <kdemacros.h>
#include <tdemacros.h>
#ifndef __TDE_HAVE_TDEHWLIB
#error tdecore is not build with tdehwlib
#endif

@ -26,7 +26,7 @@
#define TDENETWORKMANAGER_PLUGIN_H
#include <tqobject.h>
#include <kdemacros.h>
#include <tdemacros.h>
class TDE_EXPORT Plugin : public TQObject
{

@ -1,3 +1,3 @@
#include <kdemacros.h>
#include <tdemacros.h>
extern "C" int kdemain(int argc, char* argv[]);
extern "C" TDE_EXPORT int tdeinitmain(int argc, char* argv[]) { return kdemain(argc,argv); }

Loading…
Cancel
Save