[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/knu
From:       Dirk Mueller <mueller () kde ! org>
Date:       2002-12-09 4:06:08
[Download RAW message or body]

CVS commit by mueller: 

brute force compilation


  M +4 -4      CommandDlg.cpp   1.30
  M +4 -3      FingerDlg.cpp   1.13
  M +1 -2      WhoisDlg.cpp   1.10


--- kdenonbeta/knu/CommandDlg.cpp  #1.29:1.30
@@ -24,4 +24,7 @@
  *
  * $Log$
+ * Revision 1.30  2002/12/09 04:06:08  mueller
+ * brute force compilation
+ *
  * Revision 1.29  2002/01/20 06:34:32  waba
  * MessageBox changes
@@ -204,5 +207,4 @@ CommandDlg::CommandDlg(const QString &, 
   //CB commandArgs = new QComboBox(TRUE, this, "combobox_1" );//CB
   //CB commandArgs->setInsertionPolicy(QComboBox::AtTop);//CB
-  commandArgs->setMaximumSize(QLayout::unlimited, widgetHeight);
   connect(commandArgs, SIGNAL(returnPressed()),
           this, SLOT(slotLauchCommand()));
@@ -596,5 +598,4 @@ CommandCfgDlg::makeWidget(QWidget *paren
   CHECK_PTR(cfgBinNameLE);
   cfgBinNameLE->setMinimumWidth(widgetWidth);
-  cfgBinNameLE->setMaximumWidth(QLayout::unlimited);
   cfgBinNameLE->setFixedHeight(cfgBinNameLE->sizeHint().height());
 
@@ -606,5 +607,4 @@ CommandCfgDlg::makeWidget(QWidget *paren
   CHECK_PTR(cfgBinArgLE);
   cfgBinArgLE->setMinimumWidth(widgetWidth);
-  cfgBinArgLE->setMaximumWidth(QLayout::unlimited);
   cfgBinArgLE->setFixedHeight(cfgBinArgLE->sizeHint().height());
 

--- kdenonbeta/knu/FingerDlg.cpp  #1.12:1.13
@@ -24,4 +24,7 @@
  *
  * $Log$
+ * Revision 1.13  2002/12/09 04:06:08  mueller
+ * brute force compilation
+ *
  * Revision 1.12  2000/08/06 19:23:54  bieker
  * MOre fixes.
@@ -124,6 +127,4 @@ FingerDlg::FingerDlg(const QString & com
   fingerCb2->setMinimumSize(3*fontMetrics().width("----------"), 
                             2*fontMetrics().height());
-  fingerCb2->setMaximumSize(QLayout::unlimited, 2*fontMetrics().height());
-
   // We are reading the server list from the config file.
   kc->setGroup(configGroupName);

--- kdenonbeta/knu/WhoisDlg.cpp  #1.9:1.10
@@ -78,5 +78,4 @@ WhoisDlg::WhoisDlg(const QString & comma
   whoisCb2->setMinimumSize(3*fontMetrics().width("----------"), 
                            2*fontMetrics().height());
-  whoisCb2->setMaximumSize(QLayout::unlimited, 2*fontMetrics().height());
 
   // We are reading the server list from the config file.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic