[Kstars-devel] KDE/kdeedu/kstars/kstars

Jason Harris kstars at 30doradus.org
Sat Sep 22 16:24:11 CEST 2007


SVN commit 715591 by harris:

Selecting the FOV symbol now works.  Working on the FOV editor next.

CCMAIL: kstars-devel at kde.org



 M  +2 -2      kstarsinit.cpp  


--- trunk/KDE/kdeedu/kstars/kstars/kstarsinit.cpp #715590:715591
@@ -516,8 +516,8 @@
                 kta->setText( nm );
                 connect( kta, SIGNAL( toggled( bool ) ), this, SLOT( slotTargetSymbol() ) );
 
-                /* FIXME update deprecated KToggleFunctions */
-                //kta->setExclusiveGroup( "fovsymbol" );
+                kta->setObjectName( nm.toUtf8() );
+                kta->setActionGroup( fovGroup );
                 if ( nm == Options::fOVName() ) kta->setChecked( true );
                 fovActionMenu->addAction( kta );
             }


More information about the Kstars-devel mailing list