summaryrefslogtreecommitdiffstats
path: root/src/tools/jal
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-17 16:01:33 -0600
committerTimothy Pearson <[email protected]>2012-02-17 16:01:33 -0600
commitfbbad1fdbec7cab719c3e9bdb6d8693cf8b3e61d (patch)
tree44afa11fb537fa93881a338ae3b58f50e0e57371 /src/tools/jal
parent8ac8ddd6c1dcbda5e0240f5b2ad51800130f7360 (diff)
downloadpiklab-fbbad1fdbec7cab719c3e9bdb6d8693cf8b3e61d.tar.gz
piklab-fbbad1fdbec7cab719c3e9bdb6d8693cf8b3e61d.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/tools/jal')
-rw-r--r--src/tools/jal/gui/jal_ui.h2
-rw-r--r--src/tools/jal/jal_compile.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/jal/gui/jal_ui.h b/src/tools/jal/gui/jal_ui.h
index d87d3e2..3788c87 100644
--- a/src/tools/jal/gui/jal_ui.h
+++ b/src/tools/jal/gui/jal_ui.h
@@ -18,7 +18,7 @@ namespace JAL
class ConfigWidget : public ToolConfigWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
ConfigWidget(Project *project);
virtual void initEntries() {}
diff --git a/src/tools/jal/jal_compile.h b/src/tools/jal/jal_compile.h
index c3fae70..ca32add 100644
--- a/src/tools/jal/jal_compile.h
+++ b/src/tools/jal/jal_compile.h
@@ -17,7 +17,7 @@ namespace JAL
class CompileFile : public Compile::Process
{
Q_OBJECT
- TQ_OBJECT
+
protected:
virtual TQString deviceName() const { return _data.device; }
virtual void logStderrLine(const TQString &line);