Branch: master

1a10ae0f 2019-05-02 16:27:37 Slávek Banko
Fix FTBFS due to removed HAVE_REAL_TQT definition in tqtinterface.

Signed-off-by: Slávek Banko <slavek.banko@...>
M style/qtcurve.cpp

style/qtcurve.cpp

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 @@
 #include <X11/Xatom.h>
 #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)
 {