summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-10-16 13:30:24 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-10-16 13:30:24 +0900
commite7b9313aa2dd2e6ca6d3aad288f70e6a48549696 (patch)
tree569c4107734f2c97d3636c61df6aba309dd030ec
parentdf9b0a7fbed59095a30af1dde46c45ae95290361 (diff)
downloadtwin-style-machbunt-e7b9313aa2dd2e6ca6d3aad288f70e6a48549696.tar.gz
twin-style-machbunt-e7b9313aa2dd2e6ca6d3aad288f70e6a48549696.zip
Fixed import of tqt include files and export of factory symbol.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/MachBunt.cpp16
-rw-r--r--src/MachBunt.h10
-rw-r--r--src/MachBuntButton.cpp14
3 files changed, 20 insertions, 20 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();
}
diff --git a/src/MachBunt.h b/src/MachBunt.h
index 0859903..cef05bd 100644
--- a/src/MachBunt.h
+++ b/src/MachBunt.h
@@ -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>
diff --git a/src/MachBuntButton.cpp b/src/MachBuntButton.cpp
index ef997f5..5aeac13 100644
--- a/src/MachBuntButton.cpp
+++ b/src/MachBuntButton.cpp
@@ -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 {