summaryrefslogtreecommitdiffstats
path: root/kimagemapeditor/kimecommands.h
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.h
parent89b151579c08c1a567b1a4e687a143489f70045f (diff)
downloadtdewebdev-997aa1672a07ce33c6696bd4a4124bfff97036e1.tar.gz
tdewebdev-997aa1672a07ce33c6696bd4a4124bfff97036e1.zip
Rename KDE_VERSION to TDE_VERSION
Diffstat (limited to 'kimagemapeditor/kimecommands.h')
-rw-r--r--kimagemapeditor/kimecommands.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/kimagemapeditor/kimecommands.h b/kimagemapeditor/kimecommands.h
index 87b5b87b..48ab352c 100644
--- a/kimagemapeditor/kimecommands.h
+++ b/kimagemapeditor/kimecommands.h
@@ -30,7 +30,7 @@ class AreaSelection;
class CutCommand : public
-#if KDE_VERSION < 300
+#if TDE_VERSION < 300
KCommand
#else
KNamedCommand
@@ -61,7 +61,7 @@ class DeleteCommand : public CutCommand
};
class PasteCommand : public
-#if KDE_VERSION < 300
+#if TDE_VERSION < 300
KCommand
#else
KNamedCommand
@@ -83,7 +83,7 @@ KNamedCommand
};
class MoveCommand : public
-#if KDE_VERSION < 300
+#if TDE_VERSION < 300
KCommand
#else
KNamedCommand
@@ -106,7 +106,7 @@ KNamedCommand
};
class ResizeCommand : public
-#if KDE_VERSION < 300
+#if TDE_VERSION < 300
KCommand
#else
KNamedCommand
@@ -128,7 +128,7 @@ KNamedCommand
};
class AddPointCommand : public
-#if KDE_VERSION < 300
+#if TDE_VERSION < 300
KCommand
#else
KNamedCommand
@@ -150,7 +150,7 @@ KNamedCommand
};
class RemovePointCommand : public
-#if KDE_VERSION < 300
+#if TDE_VERSION < 300
KCommand
#else
KNamedCommand
@@ -173,7 +173,7 @@ KNamedCommand
class CreateCommand : public
-#if KDE_VERSION < 300
+#if TDE_VERSION < 300
KCommand
#else
KNamedCommand