summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqnetworkprotocol.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-12-01 23:30:53 -0600
committerTimothy Pearson <[email protected]>2012-12-01 23:30:53 -0600
commit6955a7ebe3c3a0ae2af416fc57ca1f3e9af0ecc3 (patch)
tree76f40d456bda2b31029c7fb0354cc22102f435d6 /src/kernel/ntqnetworkprotocol.h
parent4c50ba8f9e58dc81abaf1407cc8b203c28288370 (diff)
downloadtqt3-6955a7ebe3c3a0ae2af416fc57ca1f3e9af0ecc3.tar.gz
tqt3-6955a7ebe3c3a0ae2af416fc57ca1f3e9af0ecc3.zip
Automated update from Qt3
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 7ab9327a3..2ac7a4d59 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;
};