summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-05-12 02:47:00 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-05-12 02:47:00 -0500
commit63439a2bac040615d4fa416bf30fe1cdb19da0ee (patch)
treeff2e68e88df51ed4fc0a0c3a92eb34f4b67907bd
parent8f4e2578e7dbe0847025ff8c85d33424f36ffd46 (diff)
downloadkcmldapcontroller-63439a2bac040615d4fa416bf30fe1cdb19da0ee.tar.gz
kcmldapcontroller-63439a2bac040615d4fa416bf30fe1cdb19da0ee.zip
Fix incorrect atom name
-rw-r--r--src/processingdialog.cpp2
1 files changed, 1 insertions, 1 deletions
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 @@ ProcessingDialog::ProcessingDialog(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 );