summaryrefslogtreecommitdiffstats
path: root/kimagemapeditor/kimecommands.h
diff options
context:
space:
mode:
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