summaryrefslogtreecommitdiffstats
path: root/lib/libtqtrla
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-23 17:23:49 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-23 17:23:49 -0500
commit8dcfe72c396a6f0c4bafd2ed23ba52a475154ef2 (patch)
treea0a77ec1d7d7cd826e1f2ba92ea4f96351bae5e3 /lib/libtqtrla
parentb48b26b86975d2166a4da7fc41086facefb3c4f2 (diff)
downloadulab-8dcfe72c396a6f0c4bafd2ed23ba52a475154ef2.tar.gz
ulab-8dcfe72c396a6f0c4bafd2ed23ba52a475154ef2.zip
Fix a number of crashes and generally clean up the code
Diffstat (limited to 'lib/libtqtrla')
-rw-r--r--lib/libtqtrla/src/tqtrla.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libtqtrla/src/tqtrla.h b/lib/libtqtrla/src/tqtrla.h
index 2c5c5d0..9da1d93 100644
--- a/lib/libtqtrla/src/tqtrla.h
+++ b/lib/libtqtrla/src/tqtrla.h
@@ -23,10 +23,8 @@
#include <tqobject.h>
-class StationType : TQObject
+class StationType
{
- Q_OBJECT
-
public:
TQ_UINT32 type;
TQValueList<TQ_UINT32> services;
@@ -40,4 +38,6 @@ Q_EXPORT TQDataStream &operator<<(TQDataStream &, const StationType &);
Q_EXPORT TQDataStream &operator>>(TQDataStream &, StationType &);
#endif
+typedef TQValueList<StationType> StationList;
+
#endif // TQTRLA_H \ No newline at end of file