From 1a10ae0f566a515be56a6e542d407c95f1295c60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 2 May 2019 18:27:37 +0200 Subject: Fix FTBFS due to removed HAVE_REAL_TQT definition in tqtinterface. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- style/qtcurve.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/style/qtcurve.cpp b/style/qtcurve.cpp index 07f7479..aeb1dad 100644 --- a/style/qtcurve.cpp +++ b/style/qtcurve.cpp @@ -125,10 +125,6 @@ dimension, so as to draw the scrollbar at the correct size. #include #include "qtc_fixx11h.h" -#ifndef HAVE_REAL_TQT -#define TQTitleBar QTitleBar -#endif - static const Atom constNetMoveResize = XInternAtom(tqt_xdisplay(), "_NET_WM_MOVERESIZE", False); static const TQWidget * getTopLevel(const TQWidget *widget) { -- cgit v1.2.3