diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-05-02 18:27:37 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-05-02 18:27:37 +0200 |
commit | 1a10ae0f566a515be56a6e542d407c95f1295c60 (patch) | |
tree | 65d37f3f920eb4d1506de3cac2d008c9a1feea2e /style/qtcurve.cpp | |
parent | 1fd41d5b1785da0fa9cc29cbf1acebcd04b5148f (diff) | |
download | tde-style-qtcurve-1a10ae0f566a515be56a6e542d407c95f1295c60.tar.gz tde-style-qtcurve-1a10ae0f566a515be56a6e542d407c95f1295c60.zip |
Fix FTBFS due to removed HAVE_REAL_TQT definition in tqtinterface.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'style/qtcurve.cpp')
-rw-r--r-- | style/qtcurve.cpp | 4 |
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) { |