summaryrefslogtreecommitdiffstats
path: root/src/MachBunt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/MachBunt.cpp')
-rw-r--r--src/MachBunt.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/MachBunt.cpp b/src/MachBunt.cpp
index 83255fd..9137d02 100644
--- a/src/MachBunt.cpp
+++ b/src/MachBunt.cpp
@@ -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();
}