diff options
Diffstat (limited to 'kimagemapeditor/kimecommands.cpp')
-rw-r--r-- | kimagemapeditor/kimecommands.cpp | 14 |
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 |