summaryrefslogtreecommitdiffstats
path: root/lib/koproperty/editors/fontedit.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 /lib/koproperty/editors/fontedit.cpp
parent02545947be8995a8b49efb2d8be1ec724880df24 (diff)
downloadkoffice-933b892946bd640e29ddbf5279ffebec99df5b1c.tar.gz
koffice-933b892946bd640e29ddbf5279ffebec99df5b1c.zip
Rename KDE_VERSION to TDE_VERSION
Diffstat (limited to 'lib/koproperty/editors/fontedit.cpp')
-rw-r--r--lib/koproperty/editors/fontedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/koproperty/editors/fontedit.cpp b/lib/koproperty/editors/fontedit.cpp
index 0f3d438c..f53c5ec2 100644
--- a/lib/koproperty/editors/fontedit.cpp
+++ b/lib/koproperty/editors/fontedit.cpp
@@ -51,7 +51,7 @@ class FontEditRequester : public KFontRequester
label()->setMinimumWidth(0);
label()->setFrameShape(TQFrame::Box);
label()->setIndent(-1);
-#if KDE_VERSION >= KDE_MAKE_VERSION(3,4,0)
+#if TDE_VERSION >= KDE_MAKE_VERSION(3,4,0)
label()->setFocusPolicy(TQ_ClickFocus);
KAcceleratorManager::setNoAccel(label());
#endif