diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-01 01:31:56 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-01 01:31:56 -0600 |
commit | 2ca85d336093fd44a5effafbc44dde7edd4e30ec (patch) | |
tree | ca18ed733e273279bab574978806068e506c241a /designer/qscintillaplugin.cpp | |
parent | 5b3b788b3748893e44b482b11bf83f045a6bc2c7 (diff) | |
download | tqscintilla-2ca85d336093fd44a5effafbc44dde7edd4e30ec.tar.gz tqscintilla-2ca85d336093fd44a5effafbc44dde7edd4e30ec.zip |
Fix FTBFS
Diffstat (limited to 'designer/qscintillaplugin.cpp')
-rw-r--r-- | designer/qscintillaplugin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/designer/qscintillaplugin.cpp b/designer/qscintillaplugin.cpp index cd2b042..f93b61d 100644 --- a/designer/qscintillaplugin.cpp +++ b/designer/qscintillaplugin.cpp @@ -1,9 +1,9 @@ // This implements the TQScintilla plugin for TQt Designer. -#include <tqwidgetplugin.h> +#include <qwidgetplugin.h> -#include "../tqt/qextscintilla.h" +#include "../qt/qextscintilla.h" static const char *qscintilla_pixmap[]={ |