diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-01 01:18:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-01 01:18:39 -0600 |
commit | 5b3b788b3748893e44b482b11bf83f045a6bc2c7 (patch) | |
tree | b936cdef3c78db68691ec09cd245da0397787573 /qt/qextscintilla.cpp | |
parent | 03bc485016127d419bbbbc3cfb09e21e8754b383 (diff) | |
download | tqscintilla-5b3b788b3748893e44b482b11bf83f045a6bc2c7.tar.gz tqscintilla-5b3b788b3748893e44b482b11bf83f045a6bc2c7.zip |
Fix accidental qextscintilla conversion
Diffstat (limited to 'qt/qextscintilla.cpp')
-rw-r--r-- | qt/qextscintilla.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qt/qextscintilla.cpp b/qt/qextscintilla.cpp index e784750..4b33791 100644 --- a/qt/qextscintilla.cpp +++ b/qt/qextscintilla.cpp @@ -26,10 +26,10 @@ #include <tqapplication.h> #include <tqcolor.h> -#include "tqextscintilla.h" -#include "tqextscintillalexer.h" -#include "tqextscintillaapis.h" -#include "tqextscintillacommandset.h" +#include "qextscintilla.h" +#include "qextscintillalexer.h" +#include "qextscintillaapis.h" +#include "qextscintillacommandset.h" // Make sure these match the values in Scintilla.h. We don't #include that |