diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-30 21:14:48 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-30 21:14:48 -0600 |
commit | af02f76733bc43fed3ea99bc5b841615cf9bbd8f (patch) | |
tree | 3c60cce26e087e5da5d16a5c2406d64932e3e759 | |
parent | 32e60eb3ba1906390fd28f8e53d7851903f6810a (diff) | |
download | tqscintilla-af02f76733bc43fed3ea99bc5b841615cf9bbd8f.tar.gz tqscintilla-af02f76733bc43fed3ea99bc5b841615cf9bbd8f.zip |
Fix FTBFS
-rw-r--r-- | designer/qscintillaplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/designer/qscintillaplugin.cpp b/designer/qscintillaplugin.cpp index f93b61d..b0523bb 100644 --- a/designer/qscintillaplugin.cpp +++ b/designer/qscintillaplugin.cpp @@ -1,7 +1,7 @@ // This implements the TQScintilla plugin for TQt Designer. -#include <qwidgetplugin.h> +#include <tqwidgetplugin.h> #include "../qt/qextscintilla.h" |