|
|
@ -15,17 +15,17 @@
|
|
|
|
#include <tdeconfig.h>
|
|
|
|
#include <tdeconfig.h>
|
|
|
|
#include <kstandarddirs.h>
|
|
|
|
#include <kstandarddirs.h>
|
|
|
|
|
|
|
|
|
|
|
|
#include <ntqlabel.h>
|
|
|
|
#include <tqlabel.h>
|
|
|
|
#include <ntqlayout.h>
|
|
|
|
#include <tqlayout.h>
|
|
|
|
#include <ntqdrawutil.h>
|
|
|
|
#include <tqdrawutil.h>
|
|
|
|
#include <ntqdatetime.h>
|
|
|
|
#include <tqdatetime.h>
|
|
|
|
#include <ntqcursor.h>
|
|
|
|
#include <tqcursor.h>
|
|
|
|
#include <ntqbitmap.h>
|
|
|
|
#include <tqbitmap.h>
|
|
|
|
#include <ntqimage.h>
|
|
|
|
#include <tqimage.h>
|
|
|
|
|
|
|
|
|
|
|
|
extern "C"
|
|
|
|
extern "C"
|
|
|
|
{
|
|
|
|
{
|
|
|
|
KDecorationFactory *create_factory()
|
|
|
|
KDE_EXPORT KDecorationFactory *create_factory()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
return new SuSEMachBunt::BuntFactory();
|
|
|
|
return new SuSEMachBunt::BuntFactory();
|
|
|
|
}
|
|
|
|
}
|
|
|
|