aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorGravatar Fabio Bas2008-10-12 15:54:27 +0000
committerGravatar Fabio Bas2008-10-12 15:54:27 +0000
commit352529c25e03fc6cde2a3454c55073f993025c94 (patch)
tree7dfd17abf8e4c2bf01b82b4b72e2caac06893887 /src/modules
parentquick fix in listwidget (need more work) (diff)
downloadKVIrc-352529c25e03fc6cde2a3454c55073f993025c94.tar.gz
KVIrc-352529c25e03fc6cde2a3454c55073f993025c94.tar.bz2
KVIrc-352529c25e03fc6cde2a3454c55073f993025c94.zip
quick fix for vs compilation
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2713 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/upnp/manager.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/modules/upnp/manager.h b/src/modules/upnp/manager.h
index 6d152126e..b6779a925 100644
--- a/src/modules/upnp/manager.h
+++ b/src/modules/upnp/manager.h
@@ -35,17 +35,15 @@
#define UPNPMANAGER_H
#include <QObject>
-#include "kvi_pointerlist.h"
+#include <QTimer>
-class QTimer;
+#include "kvi_pointerlist.h"
+#include "igdcontrolpoint.h"
+#include "ssdpconnection.h"
namespace UPnP
{
-class IgdControlPoint;
-class SsdpConnection;
-
-
/**
* The manager class is the public interface used by other networking classes.
* It's implemented as singleton to provide easy access by other classes.