summaryrefslogtreecommitdiffstats
path: root/qtsharp/src/generator/QDCtor.cs
diff options
context:
space:
mode:
Diffstat (limited to 'qtsharp/src/generator/QDCtor.cs')
-rw-r--r--qtsharp/src/generator/QDCtor.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/qtsharp/src/generator/QDCtor.cs b/qtsharp/src/generator/QDCtor.cs
index 8aef33c0..de70a51e 100644
--- a/qtsharp/src/generator/QDCtor.cs
+++ b/qtsharp/src/generator/QDCtor.cs
@@ -22,17 +22,17 @@ using System.Collections;
namespace QtCSharp {
- public class QDCtor {
+ public class TQDCtor {
string name, access;
ArrayList qparams;
- public QDCtor()
+ public TQDCtor()
{
qparams = new ArrayList();
}
- public void AddQParam(QParam qparam)
+ public void AddTQParam(TQParam qparam)
{
qparams.Add(qparam);
}
@@ -49,7 +49,7 @@ namespace QtCSharp {
set {access = value;}
}
- public ArrayList QParams
+ public ArrayList TQParams
{
get {return qparams;}
}