summaryrefslogtreecommitdiffstats
path: root/dcop/dcopserver.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-10-09 16:28:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-10-09 17:02:58 +0900
commit8d49342be2a800f97e338a179c3d9dfd6dac2d47 (patch)
tree89272e1a9b4e1d884acd3f376fe55e4e6ff2451a /dcop/dcopserver.h
parent04d353236066b9aa85f6387fa05d3d37b75a7dd2 (diff)
downloadtdelibs-8d49342be2a800f97e338a179c3d9dfd6dac2d47.tar.gz
tdelibs-8d49342be2a800f97e338a179c3d9dfd6dac2d47.zip
Removed unsupported qtint*/qtuint* types
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9300f9e576b0f014f2f18e9204d8bad7e2cc68a9)
Diffstat (limited to 'dcop/dcopserver.h')
-rw-r--r--dcop/dcopserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dcop/dcopserver.h b/dcop/dcopserver.h
index 77c88f62e..c9ff4d3ff 100644
--- a/dcop/dcopserver.h
+++ b/dcop/dcopserver.h
@@ -34,7 +34,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <tqintdict.h>
#include <tqapplication.h>
-#define INT32 QINT32
+#define INT32 TQ_INT32
#ifdef Q_WS_X11
#include <X11/Xlib.h>
#include <X11/Xmd.h>