summaryrefslogtreecommitdiffstats
path: root/qtsharp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-08 00:13:34 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-08 00:13:34 -0600
commit1a4652cfa15ab2d5c925ef77de6780418b08ed7c (patch)
tree4b75d0f69e1fb17cdd11d0de38d437fbedd55b72 /qtsharp
parentf67cd2d3fcf56b6bf82449c1f32b417c6c3c08ac (diff)
downloadtdebindings-1a4652cfa15ab2d5c925ef77de6780418b08ed7c.tar.gz
tdebindings-1a4652cfa15ab2d5c925ef77de6780418b08ed7c.zip
Fix accidental conversion of dockwin
Diffstat (limited to 'qtsharp')
-rw-r--r--qtsharp/src/libqtsharp/customslot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtsharp/src/libqtsharp/customslot.h b/qtsharp/src/libqtsharp/customslot.h
index aa2f7f54..70108dcd 100644
--- a/qtsharp/src/libqtsharp/customslot.h
+++ b/qtsharp/src/libqtsharp/customslot.h
@@ -5,7 +5,7 @@
#include <tqnamespace.h>
#include <tqobject.h>
#include <tqaction.h>
-#include <tqdoctwindow.h>
+#include <tqdockwindow.h>
#include <tqlistview.h>
#include <tqiconview.h>
#include <tqpoint.h>