summaryrefslogtreecommitdiffstats
path: root/qtsharp/src/bindings/static/QtSupport.cs
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 14:18:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 14:18:56 +0900
commit06fc5b2200e1816c1403513fef885b0a764a418d (patch)
tree3fa232ee9f045e12153efe6dc946854e320059ae /qtsharp/src/bindings/static/QtSupport.cs
parent4ac886638f4cd82d76a6ab48e591bf8e668aa927 (diff)
downloadtdebindings-06fc5b2200e1816c1403513fef885b0a764a418d.tar.gz
tdebindings-06fc5b2200e1816c1403513fef885b0a764a418d.zip
qt -> tqt conversion:
qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qtsharp/src/bindings/static/QtSupport.cs')
-rw-r--r--qtsharp/src/bindings/static/QtSupport.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtsharp/src/bindings/static/QtSupport.cs b/qtsharp/src/bindings/static/QtSupport.cs
index f9740f7f..155bdd62 100644
--- a/qtsharp/src/bindings/static/QtSupport.cs
+++ b/qtsharp/src/bindings/static/QtSupport.cs
@@ -318,7 +318,7 @@ namespace Qt {
private static TQEventList eventList = new TQEventList ();
- [DllImport("libqtsharp", CharSet=CharSet.Ansi)]
+ [DllImport("libtqtsharp", CharSet=CharSet.Ansi)]
private static extern void qtsharp_QObject_registerEventDelegate
([MarshalAs (UnmanagedType.FunctionPtr)] Delegate qtdelegate);