diff options
Diffstat (limited to 'kimagemapeditor/kimagemapeditor.cpp')
-rw-r--r-- | kimagemapeditor/kimagemapeditor.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kimagemapeditor/kimagemapeditor.cpp b/kimagemapeditor/kimagemapeditor.cpp index 5a57b250..6dbb1a32 100644 --- a/kimagemapeditor/kimagemapeditor.cpp +++ b/kimagemapeditor/kimagemapeditor.cpp @@ -201,7 +201,7 @@ KImageMapEditor::KImageMapEditor(TQWidget *parentWidget, const char *, KImageMapEditor::~KImageMapEditor() { writeConfig(); - #if KDE_VERSION < 300 + #if TDE_VERSION < 300 delete accel; #endif delete areas; @@ -628,7 +628,7 @@ void KImageMapEditor::setupActions() "Click this to remove points from a polygon.")); removePointAction->setExclusiveGroup("drawing"); -#if KDE_VERSION < 300 +#if TDE_VERSION < 300 KAction *cancelAction = #endif new KAction(i18n("Cancel Drawing"), Key_Escape, this, TQT_SLOT( slotCancelDrawing() ), @@ -657,7 +657,7 @@ void KImageMapEditor::setupActions() decreaseHeightAction = new KAction(i18n("Decrease Height"), Key_Down + SHIFT, this, TQT_SLOT( slotDecreaseHeight() ), actionCollection() , "decreaseheight" ); -#if KDE_VERSION < 300 +#if TDE_VERSION < 300 accel = new KAccel(widget()); cancelAction->plugAccel(accel, true); moveLeftAction->plugAccel(accel, true); |