summaryrefslogtreecommitdiffstats
path: root/microbe/optimizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'microbe/optimizer.h')
-rw-r--r--microbe/optimizer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/microbe/optimizer.h b/microbe/optimizer.h
index 249abd0..26c5f6f 100644
--- a/microbe/optimizer.h
+++ b/microbe/optimizer.h
@@ -15,7 +15,7 @@
/// Used for debugging; returns the uchar as a binary string (e.g. 01101010).
-QString binary( uchar val );
+TQString binary( uchar val );
/**
@@ -60,7 +60,7 @@ class Optimizer
* label.
* @return whether any GOTOs were redirected
*/
- bool redirectGotos( Instruction * current, const QString & label );
+ bool redirectGotos( Instruction * current, const TQString & label );
/**
* Find out if the given instruction or any of its outputs overwrite
* any of the bits of the given register before they are used.