summaryrefslogtreecommitdiffstats
path: root/tdeui/kcommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/kcommand.h')
-rw-r--r--tdeui/kcommand.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeui/kcommand.h b/tdeui/kcommand.h
index 97fa3c2e2..8ba782a2a 100644
--- a/tdeui/kcommand.h
+++ b/tdeui/kcommand.h
@@ -34,7 +34,7 @@ class TQPopupMenu;
* The abstract base class for all Commands. Commands are used to
* store information needed for Undo/Redo functionality...
*/
-class KDEUI_EXPORT KCommand
+class TDEUI_EXPORT KCommand
{
protected:
/**
@@ -75,7 +75,7 @@ protected:
* It is more memory-efficient to use KCommand and to implement the name() method,
* but in some cases it's more simple or more flexible to store the name at creation time.
*/
-class KDEUI_EXPORT KNamedCommand : public KCommand
+class TDEUI_EXPORT KNamedCommand : public KCommand
{
protected:
/**
@@ -107,7 +107,7 @@ protected:
* It will appear as one to the user and in the command history,
* but it can use the implementation of multiple commands internally.
*/
-class KDEUI_EXPORT KMacroCommand : public KNamedCommand
+class TDEUI_EXPORT KMacroCommand : public KNamedCommand
{
public:
/**
@@ -153,7 +153,7 @@ protected:
* undo/redo actions in the menu and changes the text according
* to the name of the command.
*/
-class KDEUI_EXPORT KCommandHistory : public TQObject {
+class TDEUI_EXPORT KCommandHistory : public TQObject {
Q_OBJECT
public:
/**