summaryrefslogtreecommitdiffstats
path: root/twin/events.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-08 17:39:53 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-08 17:39:53 -0600
commite81bdee8ae92d6eeb82daa8c0a0e46bf37f4a6da (patch)
tree65f4f4370cf4269757d7fa4d0f4d15996a1bf68f /twin/events.cpp
parent4e8df9c340d2b3c6a83432bb5c23de487f2609eb (diff)
downloadtdebase-e81bdee8ae92d6eeb82daa8c0a0e46bf37f4a6da.tar.gz
tdebase-e81bdee8ae92d6eeb82daa8c0a0e46bf37f4a6da.zip
Rename additional KDE strings
Diffstat (limited to 'twin/events.cpp')
-rw-r--r--twin/events.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/events.cpp b/twin/events.cpp
index 45f4f6e35..fc6b77988 100644
--- a/twin/events.cpp
+++ b/twin/events.cpp
@@ -431,7 +431,7 @@ bool Workspace::workspaceEvent( XEvent * e )
return FALSE;
break;
case FocusIn:
- if( e->xfocus.window == rootWin() && TQCString( getenv("KDE_MULTIHEAD")).lower() != "true"
+ if( e->xfocus.window == rootWin() && TQCString( getenv("TDE_MULTIHEAD")).lower() != "true"
&& ( e->xfocus.detail == NotifyDetailNone || e->xfocus.detail == NotifyPointerRoot ))
{
updateXTime(); // focusToNull() uses qt_x_time, which is old now (FocusIn has no timestamp)