--- knemo-0.3.1/kcm/data.h.orig 2004-09-09 17:10:52.000000000 +0200 +++ knemo-0.3.1/kcm/data.h 2006-03-06 08:08:19.000000000 +0100 @@ -45,7 +45,7 @@ struct InterfaceCommand struct InterfaceSettings { - InterfaceSettings::InterfaceSettings() + InterfaceSettings() : iconSet( 0 ), numCommands( 0 ), toolTipContent( 2 ), --- knemo-0.3.1/knemod/data.h.orig 2004-09-06 16:38:24.000000000 +0200 +++ knemo-0.3.1/knemod/data.h 2006-03-06 08:08:58.000000000 +0100 @@ -43,7 +43,7 @@ struct GeneralData struct InterfaceData { - InterfaceData::InterfaceData() + InterfaceData() : existing( false ), available( false ), wirelessDevice( false ), @@ -98,7 +98,7 @@ struct InterfaceCommand struct InterfaceSettings { - InterfaceSettings::InterfaceSettings() + InterfaceSettings() : iconSet( 0 ), numCommands( 0 ), toolTipContent( 2 ),