summaryrefslogtreecommitdiffstats
path: root/dcoppython/test/dcopserver/kdedcoptest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dcoppython/test/dcopserver/kdedcoptest.cpp')
-rw-r--r--dcoppython/test/dcopserver/kdedcoptest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dcoppython/test/dcopserver/kdedcoptest.cpp b/dcoppython/test/dcopserver/kdedcoptest.cpp
index 3046eaac..e7c8b49a 100644
--- a/dcoppython/test/dcopserver/kdedcoptest.cpp
+++ b/dcoppython/test/dcopserver/kdedcoptest.cpp
@@ -4,7 +4,7 @@
#include "kdedcoptest.h"
-#include <qlabel.h>
+#include <tqlabel.h>
#include <kmainwindow.h>
#include <klocale.h>
@@ -15,7 +15,7 @@ KDEDcopTest::KDEDcopTest()
// set the shell's ui resource file
//setXMLFile("kdedcoptestui.rc");
- //new QLabel( "Hello World", this, "hello label" );
+ //new TQLabel( "Hello World", this, "hello label" );
m_mainClass = new MainClass();
}