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

List:       kde-commits
Subject:    KDE_3_2_BRANCH: quanta/quanta/dialogs
From:       Andras Mantia <amantia () freemail ! hu>
Date:       2004-01-26 16:27:11
Message-ID: 20040126162711.0A0CB8FED () office ! kde ! org
[Download RAW message or body]

CVS commit by amantia: 

Fix compilation. Thanks Laurent! 


  M +7 -7      previewoptions.cpp   1.9.4.1


--- quanta/quanta/dialogs/previewoptions.cpp  #1.9:1.9.4.1
@@ -33,6 +33,6 @@ PreviewOptions::PreviewOptions(QWidget *
   connect(radioDisabled, SIGNAL(toggled(bool)),
           this,  SLOT(slotTogglePreview()));
-  connect(radioFullworkspace, SIGNAL(toggled(bool)),
-          this,  SLOT(slotTogglePreview()));
+//  connect(radioFullworkspace, SIGNAL(toggled(bool)),
+//          this,  SLOT(slotTogglePreview()));
   connect(radioDefault, SIGNAL(toggled(bool)),
           this,  SLOT(slotToggleWindowLayout()));
@@ -60,5 +60,5 @@ void PreviewOptions::setPosition(const Q
   if ( position == "Bottom"  ) radioBottom->setChecked(true);
   if ( position == "Right"   ) radioRight->setChecked(true);
-  if ( position == "FWSpace" ) radioFullworkspace->setChecked(true);
+//  if ( position == "FWSpace" ) radioFullworkspace->setChecked(true);
 }
 
@@ -71,6 +71,6 @@ QString PreviewOptions::position()
   if ( radioRight->isChecked() )
       position = "Right";
-  if ( radioFullworkspace->isChecked() )
-      position = "FWSpace";
+//  if ( radioFullworkspace->isChecked() )
+//      position = "FWSpace";
   if ( radioDisabled->isChecked() )
       position = "Disabled";
@@ -96,6 +96,6 @@ void PreviewOptions::slotTogglePreview()
   if ( radioRight->isChecked() )
       pixmap->setPixmap( UserIcon("preview2") );
-  if ( radioFullworkspace->isChecked() )
-      pixmap->setPixmap( UserIcon("preview3") );
+//  if ( radioFullworkspace->isChecked() )
+  //    pixmap->setPixmap( UserIcon("preview3") );
   if ( radioDisabled->isChecked() )
       pixmap->setPixmap( UserIcon("preview4") );


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

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