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.cpp27
1 files changed, 0 insertions, 27 deletions
diff --git a/dcoppython/test/dcopserver/kdedcoptest.cpp b/dcoppython/test/dcopserver/kdedcoptest.cpp
deleted file mode 100644
index d9ebd557..00000000
--- a/dcoppython/test/dcopserver/kdedcoptest.cpp
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Copyright (C) 2003 Julian Rockey <kde@jrockey.com>
- */
-
-#include "kdedcoptest.h"
-
-#include <tqlabel.h>
-
-#include <tdemainwindow.h>
-#include <tdelocale.h>
-
-KDEDcopTest::KDEDcopTest()
- : TDEMainWindow( 0, "KDEDcopTest" )
-{
- // set the shell's ui resource file
- //setXMLFile("kdedcoptestui.rc");
-
- //new TQLabel( "Hello World", this, "hello label" );
- m_mainClass = new MainClass();
-}
-
-KDEDcopTest::~KDEDcopTest()
-{
- if (m_mainClass) delete m_mainClass;
-}
-
-#include "kdedcoptest.moc"