summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/interfacesetupimp.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/networksettings/interfacesetupimp.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/interfacesetupimp.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/noncore/settings/networksettings/interfacesetupimp.h b/noncore/settings/networksettings/interfacesetupimp.h
deleted file mode 100644
index a0bec32..0000000
--- a/noncore/settings/networksettings/interfacesetupimp.h
+++ b/dev/null
@@ -1,31 +0,0 @@
-#ifndef INTERFACESETUPIMP_H
-#define INTERFACESETUPIMP_H
-
-#include "interfacesetup.h"
-
-class Interface;
-class Interfaces;
-
-class InterfaceSetupImp : public InterfaceSetup {
- Q_OBJECT
-
-public:
- InterfaceSetupImp( QWidget* parent = 0, const char* name = 0, Interface *i=0, bool modal = FALSE, WFlags fl = 0);
-
-protected slots:
- void accept();
-
-public slots:
- void setProfile(const QString &profile);
-
-private:
- bool saveSettings();
- Interfaces *interfaces;
- Interface *interface;
-
-};
-
-#endif
-
-// interfacesetupimp.h
-