2007-07-26 08:58:33 +02:00
|
|
|
/*
|
2007-09-01 14:34:22 +02:00
|
|
|
* Copyright 2007 by Robert Knight <robertknight@gmail.com>
|
2007-07-26 08:58:33 +02:00
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU Library General Public License version 2 as
|
|
|
|
* published by the Free Software Foundation
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Library General Public
|
|
|
|
* License along with this program; if not, write to the
|
|
|
|
* Free Software Foundation, Inc.,
|
|
|
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
*/
|
|
|
|
|
2007-09-01 14:34:22 +02:00
|
|
|
#ifndef PLASMA_HBOXLAYOUT
|
|
|
|
#define PLASMA_HBOXLAYOUT
|
2007-07-26 08:58:33 +02:00
|
|
|
|
2007-07-26 09:23:30 +02:00
|
|
|
#include <plasma/widgets/boxlayout.h>
|
2007-07-26 08:58:33 +02:00
|
|
|
|
2007-09-01 14:34:22 +02:00
|
|
|
#endif /* PLASMA_HBOXLAYOUT */
|