Please do not ever change tabs/spaces on an entire file when you
commit to SVN. It makes the diff completly unreadable and
unreviewable. Can you please provide a diff of the changes you did
without the space changes so other people can see what actually has
changed?
Jon
Author: flynd
Date: Mon Jan 22 21:18:01 2007
New Revision: 4825

URL: http://svn.licq.org/viewvc/licq?rev=4825&view=rev
Log:
Removed WhatsThis button from titlebar of dialogs that no longer uses it.

Modified:
    branches/qt-gui_qt4/src/mainwin.cpp
    branches/qt-gui_qt4/src/optionsdlg.cpp
    branches/qt-gui_qt4/src/outputwin.cpp
    branches/qt-gui_qt4/src/securitydlg.cpp

Modified: branches/qt-gui_qt4/src/mainwin.cpp
URL: 
http://svn.licq.org/viewvc/licq/branches/qt-gui_qt4/src/mainwin.cpp?rev=4825&r1=4824&r2=4825&view=diff
==============================================================================
--- branches/qt-gui_qt4/src/mainwin.cpp (original)
+++ branches/qt-gui_qt4/src/mainwin.cpp Mon Jan 22 21:18:01 2007
@@ -4997,7 +4997,7 @@

 // 
-----------------------------------------------------------------------------
 HintsDlg::HintsDlg(QString &hint)
-  : LicqDialog(0, "HintsDlg", false, Qt::WDestructiveClose)
+  : LicqDialog(0, "HintsDlg", false, Qt::WDestructiveClose | 
Qt::WindowTitleHint | Qt::WindowSystemMenuHint)
 {
   setCaption(tr("Licq - Hints"));


Modified: branches/qt-gui_qt4/src/optionsdlg.cpp
URL: 
http://svn.licq.org/viewvc/licq/branches/qt-gui_qt4/src/optionsdlg.cpp?rev=4825&r1=4824&r2=4825&view=diff
==============================================================================
--- branches/qt-gui_qt4/src/optionsdlg.cpp (original)
+++ branches/qt-gui_qt4/src/optionsdlg.cpp Mon Jan 22 21:18:01 2007
@@ -62,7 +62,7 @@


 OptionsDlg::OptionsDlg(CMainWindow *_mainwin, pages startPage, QWidget 
*parent)
-  : LicqDialog(parent, "OptionsDialog", false, Qt::WDestructiveClose)
+  : LicqDialog(parent, "OptionsDialog", false, Qt::WDestructiveClose | 
Qt::WindowTitleHint | Qt::WindowSystemMenuHint)
 {
   setCaption(tr("Licq Options"));


Modified: branches/qt-gui_qt4/src/outputwin.cpp
URL: 
http://svn.licq.org/viewvc/licq/branches/qt-gui_qt4/src/outputwin.cpp?rev=4825&r1=4824&r2=4825&view=diff
==============================================================================
--- branches/qt-gui_qt4/src/outputwin.cpp (original)
+++ branches/qt-gui_qt4/src/outputwin.cpp Mon Jan 22 21:18:01 2007
@@ -46,7 +46,7 @@
 //---------------------------------------------------------------------------

 CQtLogWindow::CQtLogWindow(QWidget *parent)
-  : LicqDialog(parent, "NetworkLog")
+  : LicqDialog(parent, "NetworkLog", false, Qt::WindowTitleHint | 
Qt::WindowSystemMenuHint)
 {
   setCaption(tr("Licq Network Log"));


Modified: branches/qt-gui_qt4/src/securitydlg.cpp
URL: 
http://svn.licq.org/viewvc/licq/branches/qt-gui_qt4/src/securitydlg.cpp?rev=4825&r1=4824&r2=4825&view=diff
==============================================================================
--- branches/qt-gui_qt4/src/securitydlg.cpp (original)
+++ branches/qt-gui_qt4/src/securitydlg.cpp Mon Jan 22 21:18:01 2007
@@ -40,7 +40,7 @@

 SecurityDlg::SecurityDlg(CICQDaemon *s, CSignalManager *_sigman,
                       
   QWidget *parent)
-   : LicqDialog(parent, "SecurityDialog", false, Qt::WDestructiveClose )
+   : LicqDialog(parent, "SecurityDialog", false, Qt::WDestructiveClose | 
Qt::WindowTitleHint | Qt::WindowSystemMenuHint)
 {
   server = s;
   sigman = _sigman;




--
________________________________________________________
Jon Keating                ICQ: 16325723
[EMAIL PROTECTED]               MSN: [EMAIL PROTECTED]
http://www.licq.org        GPG: 2290A71F
http://www.thejon.org      HOME: Minamiashigara, Japan

Reply via email to