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-16 12:06:35 +0900
commit5b692ca361fdf03ceda3163c71fa67b63cf31bb2 (patch)
tree33070256cb79dd22bb76d2248e9d32a49ebbe960 /lib/koproperty
parentee1d68b71d187a56488c844007c6803ec32d010f (diff)
downloadkoffice-5b692ca361fdf03ceda3163c71fa67b63cf31bb2.tar.gz
koffice-5b692ca361fdf03ceda3163c71fa67b63cf31bb2.zip
Remove use of TDE_VERSIONHEADmaster
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();