summaryrefslogtreecommitdiffstats
path: root/konsole
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-03-31 15:36:40 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-03-31 15:36:40 -0500
commit39cbbdb1607e656aac07834d77573b204a717540 (patch)
tree6517cd752cc4075b4bd039c3117d825db23cf9ab /konsole
parentde1901f3abcc56a49c6395b2f810bfee32eb6776 (diff)
downloadtdebase-39cbbdb1607e656aac07834d77573b204a717540.tar.gz
tdebase-39cbbdb1607e656aac07834d77573b204a717540.zip
Rename TDE-specific atoms to avoid stomping on KDE atom names
Diffstat (limited to 'konsole')
-rw-r--r--konsole/konsole/konsole.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konsole/konsole/konsole.cpp b/konsole/konsole/konsole.cpp
index cc3f7c437..a7d3d7333 100644
--- a/konsole/konsole/konsole.cpp
+++ b/konsole/konsole/konsole.cpp
@@ -371,7 +371,7 @@ Konsole::Konsole(const char* name, int histon, bool menubaron, bool tabbaron, bo
// Signal that we want to be transparent to the desktop, not to windows behind us...
Atom kde_wm_transparent_to_desktop;
- kde_wm_transparent_to_desktop = XInternAtom(tqt_xdisplay(), "_KDE_TRANSPARENT_TO_DESKTOP", False);
+ kde_wm_transparent_to_desktop = XInternAtom(tqt_xdisplay(), "_TDE_TRANSPARENT_TO_DESKTOP", False);
XChangeProperty(tqt_xdisplay(), winId(), kde_wm_transparent_to_desktop, XA_INTEGER, 32, PropModeReplace, (unsigned char *) "TRUE", 1L);
}