From 3f443ffec4612fb265e7a54986adebf1f7dee5d8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 14 Jun 2023 13:53:20 +0900 Subject: [PATCH] Drop TQT_NO_COMPAT code Signed-off-by: Michele Calgaro --- tdegtk/tqtcairopainter.cpp | 1 - tdegtk/tqtcairopainter.h | 19 +++++++++---------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/tdegtk/tqtcairopainter.cpp b/tdegtk/tqtcairopainter.cpp index e78fcee..0a68d18 100644 --- a/tdegtk/tqtcairopainter.cpp +++ b/tdegtk/tqtcairopainter.cpp @@ -25,7 +25,6 @@ #include "tqtcairopainter.h" -#define TQT_NO_COMPAT_NAMES #include "tqpainter.h" #include "tqpixmap.h" #include "tqbitmap.h" 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 #include