get rid of 'using namespace NCurses' directive

This commit is contained in:
Andrzej Rybczak
2012-09-02 15:37:42 +02:00
parent 6f59a175ec
commit d47cad1d50
58 changed files with 607 additions and 613 deletions

View File

@@ -23,7 +23,6 @@
#include <sys/time.h>
#include "ncmpcpp.h"
#include "mpdpp.h"
#include "screen.h"
@@ -45,10 +44,10 @@ namespace Global
extern BasicScreen *myInactiveScreen;
// header window (above main window)
extern Window *wHeader;
extern NC::Window *wHeader;
// footer window (below main window)
extern Window *wFooter;
extern NC::Window *wFooter;
// Y coordinate of top of main window
extern size_t MainStartY;