diff options
Diffstat (limited to 'kode')
-rw-r--r-- | kode/automakefile.h | 4 | ||||
-rw-r--r-- | kode/class.h | 2 | ||||
-rw-r--r-- | kode/code.h | 2 | ||||
-rw-r--r-- | kode/enum.h | 2 | ||||
-rw-r--r-- | kode/file.h | 2 | ||||
-rw-r--r-- | kode/function.h | 2 | ||||
-rw-r--r-- | kode/license.h | 2 | ||||
-rw-r--r-- | kode/membervariable.h | 2 | ||||
-rw-r--r-- | kode/printer.h | 2 | ||||
-rw-r--r-- | kode/statemachine.h | 2 | ||||
-rw-r--r-- | kode/style.h | 2 | ||||
-rw-r--r-- | kode/typedef.h | 2 | ||||
-rw-r--r-- | kode/variable.h | 2 |
13 files changed, 14 insertions, 14 deletions
diff --git a/kode/automakefile.h b/kode/automakefile.h index 1a5937324..25113bd43 100644 --- a/kode/automakefile.h +++ b/kode/automakefile.h @@ -30,10 +30,10 @@ namespace KODE { -class KDE_EXPORT AutoMakefile +class TDE_EXPORT AutoMakefile { public: - class KDE_EXPORT Target + class TDE_EXPORT Target { public: typedef TQValueList<Target> List; diff --git a/kode/class.h b/kode/class.h index aab15d279..7e8548c77 100644 --- a/kode/class.h +++ b/kode/class.h @@ -34,7 +34,7 @@ namespace KODE { -class KDE_EXPORT Class +class TDE_EXPORT Class { public: typedef TQValueList<Class> List; diff --git a/kode/code.h b/kode/code.h index 2b1da6311..d060b2f50 100644 --- a/kode/code.h +++ b/kode/code.h @@ -29,7 +29,7 @@ #include <kdemacros.h> namespace KODE { -class KDE_EXPORT Code +class TDE_EXPORT Code { public: Code(); diff --git a/kode/enum.h b/kode/enum.h index d4566bba5..f4f90f375 100644 --- a/kode/enum.h +++ b/kode/enum.h @@ -26,7 +26,7 @@ namespace KODE { -class KDE_EXPORT Enum +class TDE_EXPORT Enum { public: typedef TQValueList<Enum> List; diff --git a/kode/file.h b/kode/file.h index 7a8991542..c0d9d39cb 100644 --- a/kode/file.h +++ b/kode/file.h @@ -32,7 +32,7 @@ namespace KODE { -class KDE_EXPORT File +class TDE_EXPORT File { public: File(); diff --git a/kode/function.h b/kode/function.h index 6d928f4fd..f9cab7e2f 100644 --- a/kode/function.h +++ b/kode/function.h @@ -30,7 +30,7 @@ namespace KODE { -class KDE_EXPORT Function +class TDE_EXPORT Function { public: typedef TQValueList<Function> List; diff --git a/kode/license.h b/kode/license.h index e73be1348..d5aa685df 100644 --- a/kode/license.h +++ b/kode/license.h @@ -26,7 +26,7 @@ namespace KODE { -class KDE_EXPORT License +class TDE_EXPORT License { public: enum Type { GPL, LGPL }; diff --git a/kode/membervariable.h b/kode/membervariable.h index f75ab0f12..6adc9ddb9 100644 --- a/kode/membervariable.h +++ b/kode/membervariable.h @@ -29,7 +29,7 @@ namespace KODE { -class KDE_EXPORT MemberVariable : public Variable +class TDE_EXPORT MemberVariable : public Variable { public: typedef TQValueList<MemberVariable> List; diff --git a/kode/printer.h b/kode/printer.h index ceb0f7a99..0f92608e9 100644 --- a/kode/printer.h +++ b/kode/printer.h @@ -33,7 +33,7 @@ namespace KODE { -class KDE_EXPORT Printer +class TDE_EXPORT Printer { public: Printer(); diff --git a/kode/statemachine.h b/kode/statemachine.h index a34905925..c4e5f6a55 100644 --- a/kode/statemachine.h +++ b/kode/statemachine.h @@ -29,7 +29,7 @@ namespace KODE { -class KDE_EXPORT StateMachine +class TDE_EXPORT StateMachine { public: StateMachine(); diff --git a/kode/style.h b/kode/style.h index 42b5fe187..989cf0d15 100644 --- a/kode/style.h +++ b/kode/style.h @@ -31,7 +31,7 @@ namespace KODE { -class KDE_EXPORT Style +class TDE_EXPORT Style { public: Style(); diff --git a/kode/typedef.h b/kode/typedef.h index a985c5fb3..7da8eb469 100644 --- a/kode/typedef.h +++ b/kode/typedef.h @@ -26,7 +26,7 @@ namespace KODE { -class KDE_EXPORT Typedef +class TDE_EXPORT Typedef { public: typedef TQValueList<Typedef> List; diff --git a/kode/variable.h b/kode/variable.h index 252d7b405..87b87eeba 100644 --- a/kode/variable.h +++ b/kode/variable.h @@ -28,7 +28,7 @@ namespace KODE { -class KDE_EXPORT Variable +class TDE_EXPORT Variable { public: typedef TQValueList<Variable> List; |