diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-15 18:47:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-15 18:47:14 -0600 |
commit | 933b892946bd640e29ddbf5279ffebec99df5b1c (patch) | |
tree | bed27295298cd995b79bcc8101aa073d0bece470 /lib/koproperty | |
parent | 02545947be8995a8b49efb2d8be1ec724880df24 (diff) | |
download | koffice-933b892946bd640e29ddbf5279ffebec99df5b1c.tar.gz koffice-933b892946bd640e29ddbf5279ffebec99df5b1c.zip |
Rename KDE_VERSION to TDE_VERSION
Diffstat (limited to 'lib/koproperty')
-rw-r--r-- | lib/koproperty/editors/fontedit.cpp | 2 |
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 |