summaryrefslogtreecommitdiffstats
path: root/dcoppython
diff options
context:
space:
mode:
Diffstat (limited to 'dcoppython')
-rw-r--r--dcoppython/shell/pcop.cpp2
-rw-r--r--dcoppython/test/dcopserver/tdedcoptest.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/dcoppython/shell/pcop.cpp b/dcoppython/shell/pcop.cpp
index 01b45c7f..f0f7551f 100644
--- a/dcoppython/shell/pcop.cpp
+++ b/dcoppython/shell/pcop.cpp
@@ -276,7 +276,7 @@ namespace PythonDCOP {
{
m_type = 0;
- m_params.setAutoDelete( TRUE );
+ m_params.setAutoDelete( true );
// Find the space that separates the type from the name
int k = signature.find( ' ' );
diff --git a/dcoppython/test/dcopserver/tdedcoptest.h b/dcoppython/test/dcopserver/tdedcoptest.h
index 84a4db01..a4e6531a 100644
--- a/dcoppython/test/dcopserver/tdedcoptest.h
+++ b/dcoppython/test/dcopserver/tdedcoptest.h
@@ -20,7 +20,7 @@
*/
class KDEDcopTest : public TDEMainWindow
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
* Default Constructor