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 16:28:13 +0900
commit9300f9e576b0f014f2f18e9204d8bad7e2cc68a9 (patch)
treedae9fd36c359b4078c13a4f9b9deb54ae36feef7 /dcop/dcopserver.h
parent4c0dae60b2fbc60996fc8f4bd29ee6219b869527 (diff)
downloadtdelibs-9300f9e576b0f014f2f18e9204d8bad7e2cc68a9.tar.gz
tdelibs-9300f9e576b0f014f2f18e9204d8bad7e2cc68a9.zip
Removed unsupported qtint*/qtuint* types
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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>