diff options
Diffstat (limited to 'dcoppython/test/dcopserver/kdedcoptest.cpp')
-rw-r--r-- | dcoppython/test/dcopserver/kdedcoptest.cpp | 2 |
1 files changed, 1 insertions, 1 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"); |