SVN_SILENT made messages (.desktop file)
[kdeartwork.git] / kscreensaver / kdesavers / sspreviewarea.cpp
blob0bafac26ef30cc1552c7034b80cdd804a6e93177
1 /*============================================================================
3 * Screensaver preview area helper class
5 * Copyright (C) 2004 Georg Drenkhahn, Georg.Drenkhahn@gmx.net
7 * This program is free software; you can redistribute it and/or modify it under
8 * the terms of the GNU General Public License as published by the Free Software
9 * Foundation; either version 2 of the License or (at your option) version 3 or
10 * any later version accepted by the membership of KDE e.V. (or its successor
11 * approved by the membership of KDE e.V.), which shall act as a proxy defined
12 * in Section 14 of version 3 of the license.
14 * This program is distributed in the hope that it will be useful, but WITHOUT
15 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
16 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
17 * details.
19 *===========================================================================*/
21 #include "sspreviewarea.h"
22 #include "sspreviewarea.moc"
24 SsPreviewArea::SsPreviewArea(QWidget* parent)
25 : QWidget(parent)
29 void SsPreviewArea::resizeEvent(QResizeEvent* e)
31 emit resized(e);