summaryrefslogtreecommitdiffstats
path: root/twin-styles/glow/glowbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'twin-styles/glow/glowbutton.h')
-rw-r--r--twin-styles/glow/glowbutton.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/twin-styles/glow/glowbutton.h b/twin-styles/glow/glowbutton.h
index e3d159dd..d2e83beb 100644
--- a/twin-styles/glow/glowbutton.h
+++ b/twin-styles/glow/glowbutton.h
@@ -73,7 +73,7 @@ protected slots:
void slotTimeout();
private:
- enum TimerStatus { Run, Stop };
+ enum TimertqStatus { Run, Stop };
int m_updateTime;
int _steps;
@@ -81,7 +81,7 @@ private:
TQTimer *m_timer;
int m_pos;
- TimerStatus m_timerStatus;
+ TimertqStatus m_timertqStatus;
int m_realizeButtons;
ButtonState _last_button;