diff options
author | Timothy Pearson <[email protected]> | 2011-12-01 01:31:56 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-01 01:31:56 -0600 |
commit | 2ca85d336093fd44a5effafbc44dde7edd4e30ec (patch) | |
tree | ca18ed733e273279bab574978806068e506c241a /qt/ScintillaQt.cpp | |
parent | 5b3b788b3748893e44b482b11bf83f045a6bc2c7 (diff) | |
download | tqscintilla-2ca85d336093fd44a5effafbc44dde7edd4e30ec.tar.gz tqscintilla-2ca85d336093fd44a5effafbc44dde7edd4e30ec.zip |
Fix FTBFS
Diffstat (limited to 'qt/ScintillaQt.cpp')
-rw-r--r-- | qt/ScintillaQt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/ScintillaQt.cpp b/qt/ScintillaQt.cpp index 519e65e..322f300 100644 --- a/qt/ScintillaQt.cpp +++ b/qt/ScintillaQt.cpp @@ -30,7 +30,7 @@ #include <tqpainter.h> #include "qextscintillabase.h" -#include "ScintillaTQt.h" +#include "ScintillaQt.h" // We want to use the Scintilla notification names as TQt signal names. |