summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqnetworkprotocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/ntqnetworkprotocol.h')
-rw-r--r--src/kernel/ntqnetworkprotocol.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/kernel/ntqnetworkprotocol.h b/src/kernel/ntqnetworkprotocol.h
index 7ab9327a..2ac7a4d5 100644
--- a/src/kernel/ntqnetworkprotocol.h
+++ b/src/kernel/ntqnetworkprotocol.h
@@ -64,6 +64,10 @@ template <class T> class TQValueList;
class Q_EXPORT TQNetworkProtocolFactoryBase
{
public:
+ TQNetworkProtocolFactoryBase();
+ virtual ~TQNetworkProtocolFactoryBase();
+
+public:
virtual TQNetworkProtocol *createObject() = 0;
};