Drop TQT_NO_COMPAT code

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/6/head
Michele Calgaro 12 months ago
parent eeae48962f
commit 3f443ffec4
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -25,7 +25,6 @@
#include "tqtcairopainter.h" #include "tqtcairopainter.h"
#define TQT_NO_COMPAT_NAMES
#include "tqpainter.h" #include "tqpainter.h"
#include "tqpixmap.h" #include "tqpixmap.h"
#include "tqbitmap.h" #include "tqbitmap.h"

@ -21,16 +21,15 @@
#ifndef TQTCAIROPAINTER_H #ifndef TQTCAIROPAINTER_H
#define TQTCAIROPAINTER_H #define TQTCAIROPAINTER_H
#define TQT_NO_COMPAT_NAMES #include "tqpaintdevice.h"
#include "ntqpaintdevice.h" #include "tqbuffer.h"
#include "ntqbuffer.h" #include "tqcolor.h"
#include "ntqcolor.h" #include "tqpen.h"
#include "ntqpen.h" #include "tqbrush.h"
#include "ntqbrush.h" #include "tqfont.h"
#include "ntqfont.h" #include "tqimage.h"
#include "ntqimage.h" #include "tqptrstack.h"
#include "ntqptrstack.h" #include "tqpainter.h"
#include "ntqpainter.h"
#include <cairo.h> #include <cairo.h>
#include <pango/pangocairo.h> #include <pango/pangocairo.h>

Loading…
Cancel
Save