diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-21 07:32:07 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-21 07:32:07 +0000 |
commit | acf6a8d6095c55185c4560a154b7155395ee2b84 (patch) | |
tree | d7f4265c122fb6a0d86b92ac8d8144b889cff9dc /net/knemo-kde4/files/patch-knemod-global.h | |
parent | Forced commit to note repocopy from net/knemo to net/knemo-kde4 (diff) |
Update to 0.6.80 for KDE4
Notes
Notes:
svn path=/head/; revision=261525
Diffstat (limited to 'net/knemo-kde4/files/patch-knemod-global.h')
-rw-r--r-- | net/knemo-kde4/files/patch-knemod-global.h | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/net/knemo-kde4/files/patch-knemod-global.h b/net/knemo-kde4/files/patch-knemod-global.h deleted file mode 100644 index b20cda0a6a99..000000000000 --- a/net/knemo-kde4/files/patch-knemod-global.h +++ /dev/null @@ -1,35 +0,0 @@ ---- src/knemod/global.h.orig Sat Apr 1 21:44:22 2006 -+++ src/knemod/global.h Sun Apr 2 21:33:36 2006 -@@ -22,6 +22,7 @@ - - #include <qpair.h> - #include <qcolor.h> -+#include <qdict.h> - #include <qstring.h> - - /** -@@ -36,6 +37,11 @@ - int toolTipContent; - }; - -+struct AddrData { -+ QString subnetMask; -+ QString broadcastAddress; -+}; -+ - struct InterfaceData - { - InterfaceData() -@@ -59,11 +65,9 @@ - unsigned long prevTxBytes; - unsigned long incomingBytes; - unsigned long outgoingBytes; -- QString ipAddress; -- QString subnetMask; -+ QDict<AddrData> addrData; - QString hwAddress; - QString ptpAddress; -- QString broadcastAddress; - QString defaultGateway; - QString rxString; - QString txString; |