diff options
author | Timothy Pearson <[email protected]> | 2011-12-26 20:07:39 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-26 20:07:39 -0600 |
commit | 4163a7bc764c85387ab50a0a9042401aac430547 (patch) | |
tree | c2ede39f3fbc7e64aa67e9823aa37182289e22c3 /kexi/formeditor/commands.cpp | |
parent | 039393e199a49b5158929668908f9cb1fe226484 (diff) | |
download | koffice-4163a7bc764c85387ab50a0a9042401aac430547.tar.gz koffice-4163a7bc764c85387ab50a0a9042401aac430547.zip |
Rename KDE_MAKE_VERSION and update TDE version string
Diffstat (limited to 'kexi/formeditor/commands.cpp')
-rw-r--r-- | kexi/formeditor/commands.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/formeditor/commands.cpp b/kexi/formeditor/commands.cpp index 1d782a20..929624ab 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 TDE_VERSION >= KDE_MAKE_VERSION(3,4,0) +#if TDE_VERSION >= TDE_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 TDE_VERSION >= KDE_MAKE_VERSION(3,4,0) +#if TDE_VERSION >= TDE_MAKE_VERSION(3,4,0) //! @todo allow setting this for data view mode as well if (w) { if (m_form->designMode()) { |