summaryrefslogtreecommitdiffstats
path: root/apps/ktupnptest
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ktupnptest')
-rw-r--r--apps/ktupnptest/upnptestapp.cpp2
-rw-r--r--apps/ktupnptest/upnptestapp.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/ktupnptest/upnptestapp.cpp b/apps/ktupnptest/upnptestapp.cpp
index 0d14228..58f1ff7 100644
--- a/apps/ktupnptest/upnptestapp.cpp
+++ b/apps/ktupnptest/upnptestapp.cpp
@@ -30,7 +30,7 @@ using namespace bt;
using namespace kt;
UPnPTestApp::UPnPTestApp(TQWidget *parent, const char *name)
- : KMainWindow(parent, name)
+ : TDEMainWindow(parent, name)
{
sock = new UPnPMCastSocket(true);
connect(sock,TQT_SIGNAL(discovered( UPnPRouter* )),this,TQT_SLOT(discovered( UPnPRouter* )));
diff --git a/apps/ktupnptest/upnptestapp.h b/apps/ktupnptest/upnptestapp.h
index 8d34213..4885ef2 100644
--- a/apps/ktupnptest/upnptestapp.h
+++ b/apps/ktupnptest/upnptestapp.h
@@ -35,7 +35,7 @@ using kt::UPnPRouter;
/**
@author Joris Guisson <joris.guisson@gmail.com>
*/
-class UPnPTestApp : public KMainWindow, public kt::LogMonitorInterface
+class UPnPTestApp : public TDEMainWindow, public kt::LogMonitorInterface
{
Q_OBJECT