summaryrefslogtreecommitdiffstats
path: root/lib/plugin.h
diff options
context:
space:
mode:
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. */