summaryrefslogtreecommitdiffstats
path: root/dcoppython
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-05-24 21:15:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-05-24 21:15:00 +0900
commit64ae9886ea9940f28c2fe400d5f0e585a1344408 (patch)
tree72c5b3bfae58a32437ece21a6837a3eb6d29e8e2 /dcoppython
parentd0630f96707fc1ae3c22bb7eea3e80a97b61e2eb (diff)
downloadtdebindings-64ae9886ea9940f28c2fe400d5f0e585a1344408.tar.gz
tdebindings-64ae9886ea9940f28c2fe400d5f0e585a1344408.zip
Removed obsolete Qt2's TQStack class and replaced with TQt3's TQPtrStack.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'dcoppython')
-rw-r--r--dcoppython/shell/pcop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dcoppython/shell/pcop.h b/dcoppython/shell/pcop.h
index 0208d44a..650f3ea6 100644
--- a/dcoppython/shell/pcop.h
+++ b/dcoppython/shell/pcop.h
@@ -14,7 +14,7 @@
#include <Python.h>
#include <tqcstring.h>
-#include <tqlist.h>
+#include <tqptrlist.h>
#include <tqasciidict.h>
#include <dcopclient.h>