diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:04:44 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:04:44 -0600 |
commit | 4ba6286d9eaa3754119526dc1ac3435a341549cb (patch) | |
tree | 92749c4fa4e554fd060c8ac9aeb4d1490f05141c /apps/ktupnptest/upnptestapp.h | |
parent | 2cf12b3b4be272da465791312b82cfcc77704b9d (diff) | |
download | ktorrent-4ba6286d9eaa3754119526dc1ac3435a341549cb.tar.gz ktorrent-4ba6286d9eaa3754119526dc1ac3435a341549cb.zip |
Rename a number of classes to enhance compatibility with KDE4
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 <[email protected]> */ -class UPnPTestApp : public KMainWindow, public kt::LogMonitorInterface +class UPnPTestApp : public TDEMainWindow, public kt::LogMonitorInterface { Q_OBJECT |