@ -21,7 +21,6 @@
#include "preferencesdata.h"
namespace Latte {
namespace Settings {
namespace Data {
const bool Preferences::BADGE3DSTYLE;
@ -141,4 +140,3 @@ void Preferences::setToDefaults()
}
@ -18,14 +18,13 @@
*
*/
#ifndef SETTINGSDATAPREFERENCES_H
#define SETTINGSDATAPREFERENCES_H
#ifndef PREFERENCESDATA_H
#define PREFERENCESDATA_H
// local
#include "../apptypes.h"
class Preferences
@ -66,7 +65,6 @@ public:
bool operator!=(const Preferences &rhs) const;
};