Don't pollute the namespace - only "using" what is required.

This commit is contained in:
Kurt Hindenburg
2011-12-26 20:52:24 -05:00
parent 5eddabb4b3
commit cca04c279c
9 changed files with 10 additions and 10 deletions

View File

@@ -23,7 +23,7 @@
// KDE
#include <KShell>
using namespace Konsole;
using Konsole::ShellCommand;
// expands environment variables in 'text'
// function copied from kdelibs/kio/kio/kurlcompletion.cpp