summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-30 21:14:48 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-30 21:14:48 -0600
commitaf02f76733bc43fed3ea99bc5b841615cf9bbd8f (patch)
tree3c60cce26e087e5da5d16a5c2406d64932e3e759
parent32e60eb3ba1906390fd28f8e53d7851903f6810a (diff)
downloadtqscintilla-af02f76733bc43fed3ea99bc5b841615cf9bbd8f.tar.gz
tqscintilla-af02f76733bc43fed3ea99bc5b841615cf9bbd8f.zip
Fix FTBFS
-rw-r--r--designer/qscintillaplugin.cpp2
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"