summaryrefslogtreecommitdiffstats
path: root/kexi/formeditor/commands.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-15 18:47:14 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-15 18:47:14 -0600
commit933b892946bd640e29ddbf5279ffebec99df5b1c (patch)
treebed27295298cd995b79bcc8101aa073d0bece470 /kexi/formeditor/commands.cpp
parent02545947be8995a8b49efb2d8be1ec724880df24 (diff)
downloadkoffice-933b892946bd640e29ddbf5279ffebec99df5b1c.tar.gz
koffice-933b892946bd640e29ddbf5279ffebec99df5b1c.zip
Rename KDE_VERSION to TDE_VERSION
Diffstat (limited to 'kexi/formeditor/commands.cpp')
-rw-r--r--kexi/formeditor/commands.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/formeditor/commands.cpp b/kexi/formeditor/commands.cpp
index e7a5ad8e..c9bad809 100644
--- a/kexi/formeditor/commands.cpp
+++ b/kexi/formeditor/commands.cpp
@@ -744,7 +744,7 @@ InsertWidgetCommand::execute()
kdWarning() << "InsertWidgetCommand::execute() ERROR: widget creation failed" << endl;
return;
}
-#if KDE_VERSION >= KDE_MAKE_VERSION(3,4,0)
+#if TDE_VERSION >= KDE_MAKE_VERSION(3,4,0)
//! @todo allow setting this for data view mode as well
if (m_form->designMode()) {
//don't generate accelerators for widgets in design mode
@@ -897,7 +897,7 @@ CreateLayoutCommand::execute()
m_name = m_form->objectTree()->generateUniqueName(classname);
TQWidget *w = lib->createWidget(classname, container->widget(), m_name.latin1(), container);
-#if KDE_VERSION >= KDE_MAKE_VERSION(3,4,0)
+#if TDE_VERSION >= KDE_MAKE_VERSION(3,4,0)
//! @todo allow setting this for data view mode as well
if (w) {
if (m_form->designMode()) {