changes in xsl and css, 0 instead of NULL in code
[mdictionary] / src / mdictionary / gui / MenuTabWidget.cpp
index 30908e3..d9be263 100644 (file)
@@ -32,8 +32,8 @@ MenuTabWidget::MenuTabWidget(QWidget *parent) :
 
 
 void MenuTabWidget::hideEvent(QHideEvent *e) {
-    //just sets parent to null, and allows event to be handled by default handler
-    setParent(NULL);
+    //just sets parent to 0 (null), and allows event to be handled by default handler
+    setParent(0);
 
 
     QTabWidget::hideEvent(e);