diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:38:34 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:38:34 -0500 |
commit | ffc74f031874e3823f212e40a03cb9f25091cb5f (patch) | |
tree | 8fee0733f8a83b667665175fabc47269cb093a7c /parts/astyle | |
parent | 70a3c0d90bf27c502ec710042250d51e2eb8bd99 (diff) | |
download | tdevelop-ffc74f031874e3823f212e40a03cb9f25091cb5f.tar.gz tdevelop-ffc74f031874e3823f212e40a03cb9f25091cb5f.zip |
Fix inadvertent tqt changes.
Diffstat (limited to 'parts/astyle')
-rw-r--r-- | parts/astyle/astyle_part.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/astyle/astyle_part.cpp b/parts/astyle/astyle_part.cpp index 7cfb6b17..eef40e98 100644 --- a/parts/astyle/astyle_part.cpp +++ b/parts/astyle/astyle_part.cpp @@ -36,7 +36,7 @@ static const KDevPluginInfo data("kdevastyle"); namespace { - const char* defaultFormatExtensions = "*.cpp *.h *.hpp,*.c *.h,*.cxx *.hxx,*.c++ *.h++,*.cc *.hh,*.C *.H,*.diff ,*.inl,*.java,*.tqmoc,*.patch,*.tlh,*.xpm"; + const char* defaultFormatExtensions = "*.cpp *.h *.hpp,*.c *.h,*.cxx *.hxx,*.c++ *.h++,*.cc *.hh,*.C *.H,*.diff ,*.inl,*.java,*.moc,*.patch,*.tlh,*.xpm"; } |