summaryrefslogtreecommitdiffstats
path: root/tdeui
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-04-09 19:29:40 +0000
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-04-09 19:29:40 +0000
commit6dd9a73c50f1de88580508dc41f2e414c6a06e0a (patch)
tree85d58366a682e98d2d3a35df188b9ff13015273c /tdeui
parente7d1b8fe33c08343f305b815a7087a6f88b99b00 (diff)
downloadtdelibs-6dd9a73c50f1de88580508dc41f2e414c6a06e0a.tar.gz
tdelibs-6dd9a73c50f1de88580508dc41f2e414c6a06e0a.zip
Rename TDE-specific atoms to avoid stomping on KDE atom names
Diffstat (limited to 'tdeui')
-rw-r--r--tdeui/kdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/kdialog.cpp b/tdeui/kdialog.cpp
index d4eb568a3..2cee198b0 100644
--- a/tdeui/kdialog.cpp
+++ b/tdeui/kdialog.cpp
@@ -42,7 +42,7 @@
#include "config.h"
#ifdef Q_WS_X11
-#include <netwm.h>
+#include <netwm.h>
#endif
const int KDialog::mMarginSize = 11;
@@ -401,7 +401,7 @@ KSMModalDialog::KSMModalDialog(TQWidget* parent)
{
// Signal that we do not want any window controls to be shown at all
Atom kde_wm_system_modal_notification;
- kde_wm_system_modal_notification = XInternAtom(tqt_xdisplay(), "_KDE_WM_MODAL_SYS_NOTIFICATION", False);
+ kde_wm_system_modal_notification = XInternAtom(tqt_xdisplay(), "_TDE_WM_MODAL_SYS_NOTIFICATION", False);
XChangeProperty(tqt_xdisplay(), winId(), kde_wm_system_modal_notification, XA_INTEGER, 32, PropModeReplace, (unsigned char *) "TRUE", 1L);
TQVBoxLayout* vbox = new TQVBoxLayout( this );