summaryrefslogtreecommitdiffstats
path: root/knetworkconf/knetworkconf/knetworkconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'knetworkconf/knetworkconf/knetworkconf.h')
-rw-r--r--knetworkconf/knetworkconf/knetworkconf.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/knetworkconf/knetworkconf/knetworkconf.h b/knetworkconf/knetworkconf/knetworkconf.h
index 813b150..af034b4 100644
--- a/knetworkconf/knetworkconf/knetworkconf.h
+++ b/knetworkconf/knetworkconf/knetworkconf.h
@@ -75,10 +75,11 @@
/** KNetworkConf is the base class of the project */
class KNetworkConf : public KNetworkConfDlg, virtual public KNetworkConfIface
{
- Q_OBJECT
+ Q_OBJECT
+ TQ_OBJECT
public:
/** construtor */
- KNetworkConf(TQWidget* parent=0, const char *name=0);
+ KNetworkConf(TQWidget* tqparent=0, const char *name=0);
/** destructor */
~KNetworkConf();
/** Puts the application in read-only mode. This happens when the user runing the application isn't root. */
@@ -164,7 +165,7 @@ class KNetworkConf : public KNetworkConfDlg, virtual public KNetworkConfIface
virtual void removeServerSlot();
bool valuesChanged(KNetworkInterface *dev,
TQString bootProto,
- TQString netmask,
+ TQString nettqmask,
TQString ipAddr,
TQString gateway,
bool onBoot,