Fixed import of tqt include files and export of factory symbol.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/2/head
Michele Calgaro 2 years ago
parent df9b0a7fbe
commit e7b9313aa2
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

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

@ -6,11 +6,11 @@
#ifndef __KDE_SuSE_H
#define __KDE_SuSE_H
#include <ntqvariant.h>
#include <ntqlayout.h>
#include <ntqbutton.h>
#include <ntqbitmap.h>
#include <ntqimage.h>
#include <tqvariant.h>
#include <tqlayout.h>
#include <tqbutton.h>
#include <tqbitmap.h>
#include <tqimage.h>
#include <kpixmap.h>
#include <kdecoration.h>
#include <kdecorationfactory.h>

@ -10,13 +10,13 @@
#include <kdrawutil.h>
#include <tdelocale.h>
#include <ntqlayout.h>
#include <ntqdrawutil.h>
#include <ntqtooltip.h>
#include <ntqdatetime.h>
#include <ntqbitmap.h>
#include <ntqimage.h>
#include <ntqcursor.h>
#include <tqlayout.h>
#include <tqdrawutil.h>
#include <tqtooltip.h>
#include <tqdatetime.h>
#include <tqbitmap.h>
#include <tqimage.h>
#include <tqcursor.h>
namespace SuSEMachBunt {

Loading…
Cancel
Save