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

List:       kde-commits
Subject:    KDE/kdeedu/kstars/kstars/tools
From:       Laurent Montel <montel () kde ! org>
Date:       2006-10-19 14:50:45
Message-ID: 1161269445.425395.24425.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 597188 by mlaurent:

Fix signal/slot


 M  +1 -1      modcalcsidtime.cpp  


--- trunk/KDE/kdeedu/kstars/kstars/tools/modcalcsidtime.cpp #597187:597188
@@ -35,7 +35,7 @@
 
 	// signals and slots connections
 	connect(LocationButton, SIGNAL(clicked()), this, SLOT(slotChangeLocation()));
-	connect(Date, SIGNAL(dateChanged(const ExtDate&)), this, SLOT(slotChangeDate()));
+	connect(Date, SIGNAL(valueChanged(ExtDate)), this, SLOT(slotChangeDate()));
 	connect(LT, SIGNAL(timeChanged(const QTime&)), this, SLOT(slotConvertST(const QTime&)));
 	connect(ST, SIGNAL(timeChanged(const QTime&)), this, SLOT(slotConvertLT(const QTime&)));
 	connect(this, SIGNAL(frameShown()), this, SLOT(slotShown()));
[prev in list] [next in list] [prev in thread] [next in thread] 

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