summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-05-02 18:27:37 +0200
committerSlávek Banko <slavek.banko@axis.cz>2019-05-02 18:27:37 +0200
commit1a10ae0f566a515be56a6e542d407c95f1295c60 (patch)
tree65d37f3f920eb4d1506de3cac2d008c9a1feea2e
parent1fd41d5b1785da0fa9cc29cbf1acebcd04b5148f (diff)
downloadtde-style-qtcurve-1a10ae0f.tar.gz
tde-style-qtcurve-1a10ae0f.zip
Fix FTBFS due to removed HAVE_REAL_TQT definition in tqtinterface.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--style/qtcurve.cpp4
1 files changed, 0 insertions, 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 <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)
{