added namespaces

This commit is contained in:
kremsy
2014-04-29 22:06:58 +02:00
committed by Steffen Schröder
parent e60d8ff972
commit adfecf734e
6 changed files with 15 additions and 8 deletions

View File

@ -2,7 +2,7 @@
namespace ManiaControl\Maps;
use CustomVotesPlugin;
use MCTeam\CustomVotesPlugin;
use FML\Controls\Control;
use FML\Controls\Frame;
use FML\Controls\Gauge;
@ -50,7 +50,7 @@ class MapList implements ManialinkPageAnswerListener, CallbackListener {
const MAX_MAPS_PER_PAGE = 15;
const MAX_PAGES_PER_CHUNK = 2;
const DEFAULT_KARMA_PLUGIN = 'MCTeam\KarmaPlugin';
const DEFAULT_CUSTOM_VOTE_PLUGIN = 'CustomVotesPlugin';
const DEFAULT_CUSTOM_VOTE_PLUGIN = 'MCTeam\CustomVotesPlugin';
/*
* Private Properties