summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/interface.h
Unidiff
Diffstat (limited to 'noncore/settings/networksettings/interface.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/networksettings/interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/settings/networksettings/interface.h b/noncore/settings/networksettings/interface.h
index 5dc95a4..1406e99 100644
--- a/noncore/settings/networksettings/interface.h
+++ b/noncore/settings/networksettings/interface.h
@@ -1,12 +1,13 @@
1#ifndef INTERFACE_H 1#ifndef INTERFACE_H
2#define INTERFACE_H 2#define INTERFACE_H
3 3
4#include <qstring.h> 4#include <qstring.h>
5 5
6class Module; 6class Module;
7
7class Interface { 8class Interface {
8 9
9public: 10public:
10 Interface(QString name = "unknown", bool status = false); 11 Interface(QString name = "unknown", bool status = false);
11 virtual ~Interface(){}; 12 virtual ~Interface(){};
12 13