Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / apps / konqueror / sidebar / test / konqsidebartest.cpp
blob32f9403e5e3a25d011c7d094eee163793a8c8627
1 /***************************************************************************
2 konqsidebartest.cpp
3 -------------------
4 begin : Sat June 2 16:25:27 CEST 2001
5 copyright : (C) 2001 Joseph Wenninger
6 email : jowenn@kde.org
7 ***************************************************************************/
9 /***************************************************************************
10 * *
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. *
15 * *
16 ***************************************************************************/
17 #include "konqsidebartest.moc"
18 #include <kcomponentdata.h>
20 extern "C"
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);