summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/interfacesetupimp.h
blob: 7df0d46a548dc32e95f42354b03871f94ad9f610 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#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