diff options
Diffstat (limited to 'src/networkinterface.h')
-rw-r--r-- | src/networkinterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/networkinterface.h b/src/networkinterface.h index 651e05e..9eb5b42 100644 --- a/src/networkinterface.h +++ b/src/networkinterface.h @@ -37,7 +37,7 @@ Class for interaction with network interface */ class NetworkInterface : public TQObject { - Q_OBJECT + TQ_OBJECT public: |