summaryrefslogtreecommitdiff
path: root/TelepathyQt/protocol-parameter.h
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/protocol-parameter.h')
-rw-r--r--TelepathyQt/protocol-parameter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TelepathyQt/protocol-parameter.h b/TelepathyQt/protocol-parameter.h
index cdd349a5..0762bb39 100644
--- a/TelepathyQt/protocol-parameter.h
+++ b/TelepathyQt/protocol-parameter.h
@@ -46,11 +46,11 @@ public:
ProtocolParameter(const ParamSpec &spec);
ProtocolParameter(const QString &name,
const QDBusSignature &dbusSignature,
- ConnMgrParamFlag flags,
+ ConnMgrParamFlags flags,
QVariant defaultValue = QVariant());
ProtocolParameter(const QString &name,
const QString &dbusSignature,
- ConnMgrParamFlag flags,
+ ConnMgrParamFlags flags,
QVariant defaultValue = QVariant());
ProtocolParameter(const ProtocolParameter &other);
~ProtocolParameter();