diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:46:38 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:46:38 -0600 |
commit | 46850422d6f857317455a6f7682bda9af4ba77f8 (patch) | |
tree | e7ccd19a8665415f634e26279d998173f7aa764f /tdeui/kcommand.h | |
parent | d4396ecfa2ba4c7cf44c028ea02b5de76878d6b8 (diff) | |
download | tdelibs-46850422d6f857317455a6f7682bda9af4ba77f8.tar.gz tdelibs-46850422d6f857317455a6f7682bda9af4ba77f8.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'tdeui/kcommand.h')
-rw-r--r-- | tdeui/kcommand.h | 8 |
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: /** |