diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 00:13:34 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 00:13:34 -0600 |
commit | 1a4652cfa15ab2d5c925ef77de6780418b08ed7c (patch) | |
tree | 4b75d0f69e1fb17cdd11d0de38d437fbedd55b72 /qtsharp/src | |
parent | f67cd2d3fcf56b6bf82449c1f32b417c6c3c08ac (diff) | |
download | tdebindings-1a4652cfa15ab2d5c925ef77de6780418b08ed7c.tar.gz tdebindings-1a4652cfa15ab2d5c925ef77de6780418b08ed7c.zip |
Fix accidental conversion of dockwin
Diffstat (limited to 'qtsharp/src')
-rw-r--r-- | qtsharp/src/libqtsharp/customslot.h | 2 |
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> |