Update l10n files, translate into french a bit more.
[tagua/yd.git] / src / flash.h
blob40ed2a5b0d720a4df54330a573d0a772c5f2afef
1 /*
2 Copyright (c) 2006 Paolo Capriotti <p.capriotti@gmail.com>
3 (c) 2006 Maurizio Monge <maurizio.monge@kdemail.net>
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 2 of the License, or
8 (at your option) any later version.
9 */
11 #ifndef FLASH_H
12 #define FLASH_H
14 class QWidget;
16 class Flash {
17 public:
18 static void flash(QWidget*) { }
21 #endif // FLASH_H