update namespace for PreferencesData

pull/19/head
Michail Vourlakos 5 years ago
parent 910f480a3d
commit 4777e33a59

@ -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"
namespace Latte {
namespace Settings {
namespace Data {
class Preferences
@ -66,7 +65,6 @@ public:
bool operator!=(const Preferences &rhs) const;
};
}
}
}

Loading…
Cancel
Save