|
|
|
@ -65,6 +65,10 @@ namespace ConnectionSettings
|
|
|
|
|
bool handleSignalSend(const TQT_DBusMessage& reply);
|
|
|
|
|
TQString objectPath() const;
|
|
|
|
|
|
|
|
|
|
// synchronous methods are generated by dbus-1-tqt but are not used by network-manager;
|
|
|
|
|
// create needed do-nothing dummy method(s) here
|
|
|
|
|
bool GetSecrets(const TQString&, const TQStringList&, bool, TQT_DBusDataMap<TQString>&, TQT_DBusError&);
|
|
|
|
|
|
|
|
|
|
signals:
|
|
|
|
|
void SecretsNeeded(const TQString& setting_name, const TQStringList& hints, bool request_new);
|
|
|
|
|
|
|
|
|
|