diff options
Diffstat (limited to 'apps/ktupnptest/upnptestapp.h')
-rw-r--r-- | apps/ktupnptest/upnptestapp.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |