summaryrefslogtreecommitdiffstats
path: root/kimagemapeditor/kimagemapeditor.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/kimagemapeditor.cpp
parent89b151579c08c1a567b1a4e687a143489f70045f (diff)
downloadtdewebdev-997aa1672a07ce33c6696bd4a4124bfff97036e1.tar.gz
tdewebdev-997aa1672a07ce33c6696bd4a4124bfff97036e1.zip
Rename KDE_VERSION to TDE_VERSION
Diffstat (limited to 'kimagemapeditor/kimagemapeditor.cpp')
-rw-r--r--kimagemapeditor/kimagemapeditor.cpp6
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);