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