Rename Q_EXPORT to TQ_EXPORT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/333/head
Michele Calgaro 4 months ago
parent 88945489d3
commit 4acba56008
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -28,13 +28,13 @@
#ifdef QT_PLUGIN
# define Q_EXPORT_STYLE_LIGHT_V2
# define TQ_EXPORT_STYLE_LIGHT_V2
#else
# define Q_EXPORT_STYLE_LIGHT_V2 TQ_EXPORT
# define TQ_EXPORT_STYLE_LIGHT_V2 TQ_EXPORT
#endif // QT_PLUGIN
class Q_EXPORT_STYLE_LIGHT_V2 LightStyleV2 : public TDEStyle
class TQ_EXPORT_STYLE_LIGHT_V2 LightStyleV2 : public TDEStyle
{
TQ_OBJECT

@ -31,13 +31,13 @@
#include "tdestyle.h"
#ifdef QT_PLUGIN
# define Q_EXPORT_STYLE_LIGHT_V3
# define TQ_EXPORT_STYLE_LIGHT_V3
#else
# define Q_EXPORT_STYLE_LIGHT_V3 TQ_EXPORT
# define TQ_EXPORT_STYLE_LIGHT_V3 TQ_EXPORT
#endif // QT_PLUGIN
class Q_EXPORT_STYLE_LIGHT_V3 LightStyleV3 : public TDEStyle
class TQ_EXPORT_STYLE_LIGHT_V3 LightStyleV3 : public TDEStyle
{
TQ_OBJECT
TQStyle *basestyle;

Loading…
Cancel
Save