summaryrefslogtreecommitdiffstats
path: root/microbe/variable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'microbe/variable.cpp')
-rw-r--r--microbe/variable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/microbe/variable.cpp b/microbe/variable.cpp
index dbc20ba..35cf00b 100644
--- a/microbe/variable.cpp
+++ b/microbe/variable.cpp
@@ -21,7 +21,7 @@
#include "pic14.h"
#include "variable.h"
-Variable::Variable( VariableType type, const QString & name )
+Variable::Variable( VariableType type, const TQString & name )
{
m_type = type;
m_name = name;