Remove "using namespace" from header files and change std::strings to QStrings.

This commit is contained in:
Daniel Svensson 2006-03-07 14:13:21 +01:00
parent 8fb689d163
commit 24f699beb4
6 changed files with 9 additions and 21 deletions

View file

@ -20,8 +20,6 @@ class MainWindow;
#include "ShadedDisplay.h"
#include "Playlist.h"
using namespace std;
class MainWindow : public QMainWindow
{
Q_OBJECT