author | zecke <zecke> | 2004-09-10 11:41:43 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-09-10 11:41:43 (UTC) |
commit | 854e3af27ee7208bbb3620733a24f0214c0b118a (patch) (unidiff) | |
tree | e079d95a72e6254b210b0b759b16e941073d7fbe | |
parent | 77ebc6898d1828b8c728838813c5ddd2bc25a424 (diff) | |
download | opie-854e3af27ee7208bbb3620733a24f0214c0b118a.zip opie-854e3af27ee7208bbb3620733a24f0214c0b118a.tar.gz opie-854e3af27ee7208bbb3620733a24f0214c0b118a.tar.bz2 |
Move the using namespace expression below all includes
-rw-r--r-- | core/apps/textedit/textedit.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/core/apps/textedit/textedit.cpp b/core/apps/textedit/textedit.cpp index c9178a5..086fdb6 100644 --- a/core/apps/textedit/textedit.cpp +++ b/core/apps/textedit/textedit.cpp | |||
@@ -25,4 +25,3 @@ | |||
25 | #include <qpe/qpeapplication.h> | 25 | #include <qpe/qpeapplication.h> |
26 | using namespace Opie::Core; | 26 | |
27 | using namespace Opie::Ui; | ||
28 | 27 | ||
@@ -45,2 +44,5 @@ using namespace Opie::Ui; | |||
45 | 44 | ||
45 | using namespace Opie::Core; | ||
46 | using namespace Opie::Ui; | ||
47 | |||
46 | #if QT_VERSION < 300 | 48 | #if QT_VERSION < 300 |