summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libtqtrla/src/tqtrla.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libtqtrla/src/tqtrla.h b/lib/libtqtrla/src/tqtrla.h
index 129eac9..be105b8 100644
--- a/lib/libtqtrla/src/tqtrla.h
+++ b/lib/libtqtrla/src/tqtrla.h
@@ -33,6 +33,13 @@
// =============================================================================
+typedef TQValueList<float> TQFloatList;
+typedef TQValueList<double> TQDoubleList;
+typedef TQValueList<TQ_INT32> TQInt32List;
+typedef TQValueList<TQ_INT16> TQInt16List;
+
+// =============================================================================
+
namespace KParts
{
class RemoteInstrumentPartPrivate;