diff options
Diffstat (limited to 'src/ui/display.h')
| -rw-r--r-- | src/ui/display.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/display.h b/src/ui/display.h index 7f1541081..67c472048 100644 --- a/src/ui/display.h +++ b/src/ui/display.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006 by Ilya Kotov * + * Copyright (C) 2006-2010 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -113,6 +113,7 @@ private: TimeIndicator* m_timeIndicator; TitleBar *m_titlebar; SoundCore *m_core; + QWidget *m_aboutWidget; }; #endif |
