[Kst] extragear/graphics/kst/kst

George Staikos staikos at kde.org
Thu Jun 30 02:29:40 CEST 2005


SVN commit 430064 by staikos:

missed case of private variable


 M  +1 -1      kstdatasource.cpp  


--- trunk/extragear/graphics/kst/kst/kstdatasource.cpp #430063:430064
@@ -767,7 +767,7 @@
 
 /////////////////////////////////////////////////////////////////////////////
 KstDataSourceConfigWidget::KstDataSourceConfigWidget()
-: QWidget(0L), _cfg(0L), d(0L) {
+: QWidget(0L), _cfg(0L) {
 }
 
 


More information about the Kst mailing list