From 0aaa8e3fc8f8a1481333b564f0922277c8d8ad59 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 30 Jun 2011 00:15:53 +0000 Subject: TQt4 port piklab This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/piklab@1238822 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/piklab-test/base/generator_check.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/piklab-test/base/generator_check.h') diff --git a/src/piklab-test/base/generator_check.h b/src/piklab-test/base/generator_check.h index 9ad426a..c7529d0 100644 --- a/src/piklab-test/base/generator_check.h +++ b/src/piklab-test/base/generator_check.h @@ -25,13 +25,13 @@ public: virtual void initSupported() = 0; virtual bool init(const Device::Data &data) = 0; void cleanup(); - bool isSupported(const Device::Data &data) const { return _supported.contains(&data); } + bool isSupported(const Device::Data &data) const { return _supported.tqcontains(&data); } virtual PURL::FileType sourceFileType() const = 0; const Tool::SourceGenerator *generator() const { return _generator; } virtual SourceLine::List configEndLines() const = 0; protected: - QValueList _supported; + TQValueList _supported; Process::StringOutput *_cprocess, *_lprocess; Tool::SourceGenerator *_generator; @@ -54,7 +54,7 @@ protected: CLI::View *_view; PURL::File *_fdest, *_fhex; Pic::Memory *_memory1; - QString _source; + TQString _source; }; //---------------------------------------------------------------------------- -- cgit v1.2.1