Replace kdemacros.h with tdemacros.h

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

@ -18,7 +18,7 @@
#ifndef KOPETE_EXPORT_H
#define KOPETE_EXPORT_H
#include <kdemacros.h>
#include <tdemacros.h>
#include <tdeversion.h>
#if KDE_IS_VERSION(3,3,2)

@ -22,7 +22,7 @@
#include <tqobject.h>
#include <kurl.h>
#include <kdemacros.h>
#include <tdemacros.h>
#include "kopeteglobal.h"
#include "kopete_export.h"

@ -18,7 +18,7 @@
#define KOPETEMESSAGEHANDLER_H
#include <tqobject.h>
//#include <kdemacros.h>
//#include <tdemacros.h>
#include "kopete_export.h"
//FIXME: Message::MessageDirection could be moved into namespace Kopete

@ -18,7 +18,7 @@
#define KOPETEFILTERCHAIN_H
#include <tqobject.h>
#include <kdemacros.h>
#include <tdemacros.h>
#include <ksharedptr.h>
#include "kopetemessage.h"
#include "kopetetask.h"

@ -25,7 +25,7 @@
#include <tqptrlist.h>
#include <tqstring.h>
#include <kdemacros.h>
#include <tdemacros.h>
#include "kopete_export.h"
#include "kopetenotifydataobject.h"

@ -23,7 +23,7 @@
#include "kopete_export.h"
#include <kdemacros.h>
#include <tdemacros.h>
#include <ksharedptr.h>
#include <tqobject.h>

@ -17,7 +17,7 @@
#ifndef KOPETEPICTURE_H
#define KOPETEPICTURE_H
#include <kdemacros.h>
#include <tdemacros.h>
#include <ksharedptr.h>
#include "kopete_export.h"

@ -22,7 +22,7 @@
#include <kxmlguiclient.h>
#include <tqobject.h>
#include <kdemacros.h>
#include <tdemacros.h>
#include "kopete_export.h"

@ -18,7 +18,7 @@
#define KOPETETASK_H
#include <tqobject.h>
#include <kdemacros.h>
#include <tdemacros.h>
namespace Kopete
{

@ -19,7 +19,7 @@
#include <tqobject.h>
#include <kdemacros.h>
#include <tdemacros.h>
#include "kopete_export.h"

@ -19,7 +19,7 @@
#ifndef ADDRESSBOOKSELECTORDIALOG_H
#define ADDRESSBOOKSELECTORDIALOG_H
#include <kdemacros.h>
#include <tdemacros.h>
#include "kopete_export.h"
#include <kdialogbase.h>

@ -30,7 +30,7 @@
#include <kdialogbase.h>
#include <tdeabc/addressbook.h>
#include <kdemacros.h>
#include <tdemacros.h>
#include "kopete_export.h"
#include "addressbookselectorwidget_base.h"

@ -18,7 +18,7 @@
#ifndef MetaContactSelectorWidget_H
#define MetaContactSelectorWidget_H
#include <kdemacros.h>
#include <tdemacros.h>
#include <tqwidget.h>
#include "kopetelistviewitem.h"
#include "kopete_export.h"

@ -34,7 +34,7 @@ kopete_msn_la_LIBADD = libkopete_msn_shared.la
kopete_msn_la_LDFLAGS = -no-undefined -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -lkopete_videodevice -L../../libkopete/avdevice/
dummy.cpp: $(srcdir)/Makefile.am
echo '#include "kdemacros.h"' > $@
echo '#include "tdemacros.h"' > $@
echo 'extern "C" TDE_EXPORT void *init_libkopete_msn_shared();' >> $@
echo 'extern "C" TDE_EXPORT void *init_kopete_msn() { return init_libkopete_msn_shared(); }' >> $@

@ -1,3 +1,3 @@
#include "kdemacros.h"
#include "tdemacros.h"
extern "C" TDE_EXPORT void *init_libkopete_msn_shared();
extern "C" TDE_EXPORT void *init_kopete_msn() { return init_libkopete_msn_shared(); }

@ -11,7 +11,7 @@
#ifndef LIBRSS_GLOBAL_H
#define LIBRSS_GLOBAL_H
#include <kdemacros.h>
#include <tdemacros.h>
#define LIBRSS_EXPORT TDE_EXPORT

Loading…
Cancel
Save