summaryrefslogtreecommitdiffstats
path: root/kimagemapeditor/kimecommands.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-15 18:58:56 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-15 18:58:56 -0600
commit997aa1672a07ce33c6696bd4a4124bfff97036e1 (patch)
tree4b3293e6e9d7a3f6a2427f364842a8c98d94053d /kimagemapeditor/kimecommands.cpp
parent89b151579c08c1a567b1a4e687a143489f70045f (diff)
downloadtdewebdev-997aa1672a07ce33c6696bd4a4124bfff97036e1.tar.gz
tdewebdev-997aa1672a07ce33c6696bd4a4124bfff97036e1.zip
Rename KDE_VERSION to TDE_VERSION
Diffstat (limited to 'kimagemapeditor/kimecommands.cpp')
-rw-r--r--kimagemapeditor/kimecommands.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/kimagemapeditor/kimecommands.cpp b/kimagemapeditor/kimecommands.cpp
index e47f1b8f..817d8b7d 100644
--- a/kimagemapeditor/kimecommands.cpp
+++ b/kimagemapeditor/kimecommands.cpp
@@ -25,7 +25,7 @@
CutCommand::CutCommand(KImageMapEditor * document, const AreaSelection & a)
:
-#if KDE_VERSION < 300
+#if TDE_VERSION < 300
KCommand
#else
KNamedCommand
@@ -79,7 +79,7 @@ DeleteCommand::DeleteCommand(KImageMapEditor * document, const AreaSelection & a
PasteCommand::PasteCommand(KImageMapEditor *document, const AreaSelection & a)
:
-#if KDE_VERSION < 300
+#if TDE_VERSION < 300
KCommand
#else
KNamedCommand
@@ -124,7 +124,7 @@ void PasteCommand::unexecute()
MoveCommand::MoveCommand (KImageMapEditor *document, AreaSelection * a, const TQPoint & oldPoint)
:
-#if KDE_VERSION < 300
+#if TDE_VERSION < 300
KCommand
#else
KNamedCommand
@@ -186,7 +186,7 @@ void MoveCommand::unexecute()
ResizeCommand::ResizeCommand (KImageMapEditor *document, AreaSelection *a, Area *oldArea)
:
-#if KDE_VERSION < 300
+#if TDE_VERSION < 300
KCommand
#else
KNamedCommand
@@ -233,7 +233,7 @@ void ResizeCommand::unexecute()
AddPointCommand::AddPointCommand (KImageMapEditor *document, AreaSelection *a, const TQPoint & p)
:
-#if KDE_VERSION < 300
+#if TDE_VERSION < 300
KCommand
#else
KNamedCommand
@@ -282,7 +282,7 @@ void AddPointCommand::unexecute()
RemovePointCommand::RemovePointCommand (KImageMapEditor *document, AreaSelection *a, Area *oldArea)
:
-#if KDE_VERSION < 300
+#if TDE_VERSION < 300
KCommand
#else
KNamedCommand
@@ -335,7 +335,7 @@ void RemovePointCommand::unexecute()
CreateCommand::CreateCommand (KImageMapEditor *document, Area *area)
:
-#if KDE_VERSION < 300
+#if TDE_VERSION < 300
KCommand
#else
KNamedCommand