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

List:       kde-commits
Subject:    KDE/kdeedu/kstars/kstars/widgets
From:       Jason Harris <kstars () 30doradus ! org>
Date:       2005-12-31 6:08:52
Message-ID: 1136009332.970026.26696.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 492778 by harris:

Fix timeBox constructor (removed deprecated 'const char *name' 
parameter)

CCMAIL: kstars-devel@kde.org 


 M  +1 -1      timebox.cpp  
 M  +1 -1      timebox.h  


--- trunk/KDE/kdeedu/kstars/kstars/widgets/timebox.cpp #492777:492778
@@ -24,7 +24,7 @@
 #include <stdlib.h>
 #include <kdebug.h>
 
-timeBox::timeBox(QWidget *parent, const char *name, bool tt) : QLineEdit(parent,name) 
+timeBox::timeBox(QWidget *parent, bool tt) : QLineEdit(parent) 
 { 
 
 	if (tt) { 
--- trunk/KDE/kdeedu/kstars/kstars/widgets/timebox.h #492777:492778
@@ -43,7 +43,7 @@
 	 * @param tt boolean. true means that the object will hold a Time.
 	 * false means that the object will hold a Date.
 	 */
-	timeBox(QWidget *parent, const char *n, bool tt=TRUE);
+	timeBox(QWidget *parent, bool tt=TRUE);
 
 	~timeBox();
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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