#ifndef PLASMA_SCROLLBAR_H

wooops :)

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=851706
This commit is contained in:
Marco Martin 2008-08-24 11:55:39 +00:00
parent 25435b35fb
commit a4704a44fc

View File

@ -18,6 +18,9 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef PLASMA_SCROLLBAR_H
#define PLASMA_SCROLLBAR_H
#include <QtGui/QScrollBar>
#include <QtGui/QGraphicsProxyWidget>
@ -46,3 +49,5 @@ public:
};
}
#endif