summaryrefslogtreecommitdiffstats
path: root/kghostview
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:48:27 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-06 17:21:41 +0900
commit230d8655b092352cc833674cc6b333552fbc1d66 (patch)
tree7f0b65d9f30a19fc3f0afd1a2637a05d8d403a40 /kghostview
parent53441cc1147431be397cf9e12c3ce87f152a1798 (diff)
downloadtdegraphics-230d8655b092352cc833674cc6b333552fbc1d66.tar.gz
tdegraphics-230d8655b092352cc833674cc6b333552fbc1d66.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4a6df1468eb2d64d7329a75ea54f83eb2a54d52c)
Diffstat (limited to 'kghostview')
-rw-r--r--kghostview/displayoptions.h2
-rw-r--r--kghostview/kgv_view.h2
-rw-r--r--kghostview/kgvfactory.h2
-rw-r--r--kghostview/kgvshell.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/kghostview/displayoptions.h b/kghostview/displayoptions.h
index 78ecc0d4..34a10588 100644
--- a/kghostview/displayoptions.h
+++ b/kghostview/displayoptions.h
@@ -24,7 +24,7 @@
class TDECmdLineArgs;
class TDEConfig;
-class KDE_EXPORT DisplayOptions
+class TDE_EXPORT DisplayOptions
{
public:
DisplayOptions();
diff --git a/kghostview/kgv_view.h b/kghostview/kgv_view.h
index 3859b675..9a1e23da 100644
--- a/kghostview/kgv_view.h
+++ b/kghostview/kgv_view.h
@@ -77,7 +77,7 @@ public:
*/
virtual bool closeURL();
- KDE_EXPORT static TDEAboutData* createAboutData();
+ TDE_EXPORT static TDEAboutData* createAboutData();
public slots:
/**
diff --git a/kghostview/kgvfactory.h b/kghostview/kgvfactory.h
index d0ac9550..612a6d21 100644
--- a/kghostview/kgvfactory.h
+++ b/kghostview/kgvfactory.h
@@ -25,7 +25,7 @@
class TDEInstance;
class TDEAboutData;
-class KDE_EXPORT KGVFactory : public KParts::Factory
+class TDE_EXPORT KGVFactory : public KParts::Factory
{
public:
KGVFactory();
diff --git a/kghostview/kgvshell.h b/kghostview/kgvshell.h
index 98915ec6..1c90673d 100644
--- a/kghostview/kgvshell.h
+++ b/kghostview/kgvshell.h
@@ -35,7 +35,7 @@ class TDEPopupMenu;
class DisplayOptions;
class FullScreenFilter;
-class KDE_EXPORT KGVShell : public KParts::MainWindow
+class TDE_EXPORT KGVShell : public KParts::MainWindow
{
TQ_OBJECT