summaryrefslogtreecommitdiffstats
path: root/tdegtk/tqtcairopainter.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-14 13:53:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-06-14 13:53:20 +0900
commit3f443ffec4612fb265e7a54986adebf1f7dee5d8 (patch)
treef76111aec83b376446886f37751e321ce6905779 /tdegtk/tqtcairopainter.h
parenteeae48962f1369332082f6f6f75baae625ce1898 (diff)
downloadgtk3-tqt-engine-3f443ffec4612fb265e7a54986adebf1f7dee5d8.tar.gz
gtk3-tqt-engine-3f443ffec4612fb265e7a54986adebf1f7dee5d8.zip
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdegtk/tqtcairopainter.h')
-rw-r--r--tdegtk/tqtcairopainter.h19
1 files changed, 9 insertions, 10 deletions
diff --git a/tdegtk/tqtcairopainter.h b/tdegtk/tqtcairopainter.h
index dcca6f9..b44199c 100644
--- a/tdegtk/tqtcairopainter.h
+++ b/tdegtk/tqtcairopainter.h
@@ -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>