diff options
Diffstat (limited to 'dcoppython/test/dcopserver')
-rw-r--r-- | dcoppython/test/dcopserver/gen.py | 4 | ||||
-rw-r--r-- | dcoppython/test/dcopserver/hi32-app-kdedcoptest.png | bin | 2749 -> 2750 bytes | |||
-rw-r--r-- | dcoppython/test/dcopserver/kdedcoptest.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dcoppython/test/dcopserver/gen.py b/dcoppython/test/dcopserver/gen.py index ae2947af..26f21113 100644 --- a/dcoppython/test/dcopserver/gen.py +++ b/dcoppython/test/dcopserver/gen.py @@ -1,8 +1,8 @@ #!/usr/bin/env python -type_list = ['KURL', 'QDate', 'QTime', 'QDateTime', 'QRect', 'QString', 'int', 'QFont', 'QSize', 'QPoint', 'QPointArray' ] +type_list = ['KURL', 'TQDate', 'TQTime', 'TQDateTime', 'TQRect', 'TQString', 'int', 'TQFont', 'TQSize', 'TQPoint', 'TQPointArray' ] -inc_exceptions = {'QDate': None, 'QTime': None, 'KURL' : 'kurl'} +inc_exceptions = {'TQDate': None, 'TQTime': None, 'KURL' : 'kurl'} iface_inc_list = ['dcopobject'] diff --git a/dcoppython/test/dcopserver/hi32-app-kdedcoptest.png b/dcoppython/test/dcopserver/hi32-app-kdedcoptest.png Binary files differindex 45ae1a11..a8c927b0 100644 --- a/dcoppython/test/dcopserver/hi32-app-kdedcoptest.png +++ b/dcoppython/test/dcopserver/hi32-app-kdedcoptest.png diff --git a/dcoppython/test/dcopserver/kdedcoptest.cpp b/dcoppython/test/dcopserver/kdedcoptest.cpp index e7c8b49a..849c9abc 100644 --- a/dcoppython/test/dcopserver/kdedcoptest.cpp +++ b/dcoppython/test/dcopserver/kdedcoptest.cpp @@ -15,7 +15,7 @@ KDEDcopTest::KDEDcopTest() // set the shell's ui resource file //setXMLFile("kdedcoptestui.rc"); - //new TQLabel( "Hello World", this, "hello label" ); + //new TTQLabel( "Hello World", this, "hello label" ); m_mainClass = new MainClass(); } |