summaryrefslogtreecommitdiffstats
path: root/lib/plugin.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:17:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-07 12:40:55 +0900
commitf28feea0875563b43816bb5c33dc07b645e52760 (patch)
treedcff0223ad4832ee6bb9cb0f4ef95ee63048e81b /lib/plugin.h
parent40ffb58a4968dbaa2227a40ef29d48b20b284732 (diff)
downloadkpilot-f28feea0875563b43816bb5c33dc07b645e52760.tar.gz
kpilot-f28feea0875563b43816bb5c33dc07b645e52760.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9de594378bf48ba52e8db36ba49db3c2b682ec6e)
Diffstat (limited to 'lib/plugin.h')
-rw-r--r--lib/plugin.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/plugin.h b/lib/plugin.h
index f3012c4..9187212 100644
--- a/lib/plugin.h
+++ b/lib/plugin.h
@@ -75,7 +75,7 @@ namespace Pilot
* seems a little foolish.
*
*/
-class KDE_EXPORT ConduitConfigBase : public TQObject
+class TDE_EXPORT ConduitConfigBase : public TQObject
{
TQ_OBJECT
@@ -192,7 +192,7 @@ signals:
* by the conduit and offer rollback functionality if we think the
* conduit has behaved improperly.
*/
-class KDE_EXPORT CUDCounter
+class TDE_EXPORT CUDCounter
{
public:
/** Create new counter initialized to 0, and be told what
@@ -258,7 +258,7 @@ private:
* conduit can read/write metadata and local settings.
*/
-class KDE_EXPORT ConduitAction : public SyncAction
+class TDE_EXPORT ConduitAction : public SyncAction
{
TQ_OBJECT
@@ -388,7 +388,7 @@ protected:
} ;
/** A namespace containing only static helper methods. */
-namespace PluginUtility KDE_EXPORT
+namespace PluginUtility TDE_EXPORT
{
/** Searches the argument list for --foo=bar and returns bar, TQString() if not found.
* Don't include the -- in the argname. */