1
/***************************************************************************
4
begin : Sat June 2 16:25:27 CEST 2001
5
copyright : (C) 2001 Joseph Wenninger
7
***************************************************************************/
9
/***************************************************************************
11
* This program is free software; you can redistribute it and/or modify *
12
* it under the terms of the GNU General Public License as published by *
13
* the Free Software Foundation; either version 2 of the License, or *
14
* (at your option) any later version. *
16
***************************************************************************/
17
#include "konqsidebartest.moc"
18
#include <kcomponentdata.h>
22
KDE_EXPORT void* create_konq_sidebartest(const KComponentData &componentData,QObject *par,QWidget *widp,QString &desktopname,const char *name)
24
return new SidebarTest(componentData,par,widp,desktopname,name);