summaryrefslogtreecommitdiffstats
path: root/dcoppython/test/dcopserver
diff options
context:
space:
mode:
Diffstat (limited to 'dcoppython/test/dcopserver')
-rw-r--r--dcoppython/test/dcopserver/kdedcoptest.cpp2
-rw-r--r--dcoppython/test/dcopserver/kdedcoptest.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/dcoppython/test/dcopserver/kdedcoptest.cpp b/dcoppython/test/dcopserver/kdedcoptest.cpp
index e7c8b49a..f7a0bdf5 100644
--- a/dcoppython/test/dcopserver/kdedcoptest.cpp
+++ b/dcoppython/test/dcopserver/kdedcoptest.cpp
@@ -10,7 +10,7 @@
#include <klocale.h>
KDEDcopTest::KDEDcopTest()
- : KMainWindow( 0, "KDEDcopTest" )
+ : TDEMainWindow( 0, "KDEDcopTest" )
{
// set the shell's ui resource file
//setXMLFile("kdedcoptestui.rc");
diff --git a/dcoppython/test/dcopserver/kdedcoptest.h b/dcoppython/test/dcopserver/kdedcoptest.h
index 42a54da6..54009e02 100644
--- a/dcoppython/test/dcopserver/kdedcoptest.h
+++ b/dcoppython/test/dcopserver/kdedcoptest.h
@@ -18,7 +18,7 @@
* @author Julian Rockey <kde@jrockey.com>
* @version 0.1
*/
-class KDEDcopTest : public KMainWindow
+class KDEDcopTest : public TDEMainWindow
{
Q_OBJECT
public: