~ubuntu-branches/ubuntu/precise/networkmanagement/precise

« back to all changes in this revision

Viewing changes to libs/ui/wirelesspreferences.h

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-10-23 14:00:13 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20111023140013-e38hdzybcg6zndrk
Tags: 0.9~svngit.nm09.20111023.ff842e-0ubuntu1
* New upstream snapshot.
* Drop all patches, merged upstream.
* Add kubuntu_add_subdirectory_po.diff to build the translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef NM09_WIRELESS_CONNECTION_PREFERENCES_H
22
22
#define NM09_WIRELESS_CONNECTION_PREFERENCES_H
23
23
 
 
24
#include <solid/control/wirelessaccesspoint.h>
 
25
 
24
26
#include "connectionprefs.h"
25
27
 
26
28
namespace Solid
58
60
    virtual bool needsEdits() const;
59
61
private Q_SLOTS:
60
62
    void tabChanged(int index);
 
63
    void setDefaultName(Solid::Control::WirelessNetworkInterfaceNm09 *, Solid::Control::AccessPointNm09 *);
61
64
private:
62
65
    bool m_hasSecrets;
63
66
    int m_securityTabIndex;