summaryrefslogtreecommitdiffstats
path: root/lib/koproperty
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-12 15:05:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-12 15:05:16 +0900
commit7723e709cedf05437e464158ce3f6f4b6806effe (patch)
treeee35b3379174400d351783fc7bd458f26bfd3d65 /lib/koproperty
parentee1d68b71d187a56488c844007c6803ec32d010f (diff)
downloadkoffice-remove/tde-version.tar.gz
koffice-remove/tde-version.zip
Remove use of TDE_VERSIONremove/tde-version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'lib/koproperty')
-rw-r--r--lib/koproperty/editor.cpp1
-rw-r--r--lib/koproperty/editors/fontedit.cpp3
2 files changed, 0 insertions, 4 deletions
diff --git a/lib/koproperty/editor.cpp b/lib/koproperty/editor.cpp
index eb1cfb04f..633a9abd1 100644
--- a/lib/koproperty/editor.cpp
+++ b/lib/koproperty/editor.cpp
@@ -41,7 +41,6 @@
#include <kdebug.h>
#include <kiconloader.h>
#include <tdelocale.h>
-#include <tdeversion.h>
#include <tdeapplication.h>
namespace KoProperty {
diff --git a/lib/koproperty/editors/fontedit.cpp b/lib/koproperty/editors/fontedit.cpp
index e9f48db7e..b35284bce 100644
--- a/lib/koproperty/editors/fontedit.cpp
+++ b/lib/koproperty/editors/fontedit.cpp
@@ -31,7 +31,6 @@
#include <tqlabel.h>
#include <tqtooltip.h>
-#include <tdeversion.h>
#include <tdefontrequester.h>
#include <tdeaccelmanager.h>
#include <tdelocale.h>
@@ -51,10 +50,8 @@ class FontEditRequester : public TDEFontRequester
label()->setMinimumWidth(0);
label()->setFrameShape(TQFrame::Box);
label()->setIndent(-1);
-#if TDE_VERSION >= TDE_MAKE_VERSION(3,4,0)
label()->setFocusPolicy(TQWidget::ClickFocus);
TDEAcceleratorManager::setNoAccel(label());
-#endif
layout()->remove(label());
layout()->remove(button());//->reparent(this, 0, TQPoint(0,0));
delete layout();