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..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(); } |