diff options
Diffstat (limited to 'languages/cpp/storeconverter.h')
-rw-r--r-- | languages/cpp/storeconverter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/cpp/storeconverter.h b/languages/cpp/storeconverter.h index 34a5d3d3..1aa48e6b 100644 --- a/languages/cpp/storeconverter.h +++ b/languages/cpp/storeconverter.h @@ -11,7 +11,7 @@ #ifndef STORECONVERTER_H #define STORECONVERTER_H -#include <qstringlist.h> +#include <tqstringlist.h> #include <tag.h> #include <catalog.h> @@ -26,7 +26,7 @@ class StoreConverter public: StoreConverter( CppSupportPart *part, CodeModel *model ); - void PCSClassToCodeModel( const QString &className, const QStringList &classScope ); + void PCSClassToCodeModel( const TQString &className, const TQStringList &classScope ); protected: /**Parses class from PCS and adds it into a file dom.*/ |