Branch: master

63439a2b 2014-05-12 02:47:00 Timothy Pearson
Fix incorrect atom name
M src/processingdialog.cpp
diff --git a/src/processingdialog.cpp b/src/processingdialog.cpp
index 75e9ac5..c667ffa 100644
--- a/src/processingdialog.cpp
+++ b/src/processingdialog.cpp
@@ -85,7 +85,7 @@
 {
 	// 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 );