summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/segment/segmentcanvas/CompositionColourCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/segment/segmentcanvas/CompositionColourCache.h')
-rw-r--r--src/gui/editors/segment/segmentcanvas/CompositionColourCache.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/gui/editors/segment/segmentcanvas/CompositionColourCache.h b/src/gui/editors/segment/segmentcanvas/CompositionColourCache.h
index 32d4719..c9dcafc 100644
--- a/src/gui/editors/segment/segmentcanvas/CompositionColourCache.h
+++ b/src/gui/editors/segment/segmentcanvas/CompositionColourCache.h
@@ -26,7 +26,7 @@
#ifndef _RG_COMPOSITIONCOLOURCACHE_H_
#define _RG_COMPOSITIONCOLOURCACHE_H_
-#include <qcolor.h>
+#include <tqcolor.h>
@@ -43,19 +43,19 @@ public:
void init();
- QColor SegmentCanvas;
- QColor SegmentAudioPreview;
- QColor SegmentInternalPreview;
- QColor SegmentLabel;
- QColor SegmentBorder;
- QColor RepeatSegmentBorder;
- QColor RecordingSegmentBorder;
- QColor RecordingAudioSegmentBlock;
- QColor RecordingInternalSegmentBlock;
- QColor Pointer;
- QColor MovementGuide;
- QColor RotaryFloatBackground;
- QColor RotaryFloatForeground;
+ TQColor SegmentCanvas;
+ TQColor SegmentAudioPreview;
+ TQColor SegmentInternalPreview;
+ TQColor SegmentLabel;
+ TQColor SegmentBorder;
+ TQColor RepeatSegmentBorder;
+ TQColor RecordingSegmentBorder;
+ TQColor RecordingAudioSegmentBlock;
+ TQColor RecordingInternalSegmentBlock;
+ TQColor Pointer;
+ TQColor MovementGuide;
+ TQColor RotaryFloatBackground;
+ TQColor RotaryFloatForeground;
protected:
CompositionColourCache() { init(); }