-rw-r--r-- | core/apps/textedit/main.cpp | 1 | ||||
-rw-r--r-- | core/apps/textedit/textedit.cpp | 4 | ||||
-rw-r--r-- | core/apps/textedit/textedit.h | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/core/apps/textedit/main.cpp b/core/apps/textedit/main.cpp index 9aee47b..d05d6d6 100644 --- a/core/apps/textedit/main.cpp +++ b/core/apps/textedit/main.cpp @@ -22,4 +22,5 @@ #include <opie2/oapplicationfactory.h> +using namespace Opie::Core; OPIE_EXPORT_APP( OApplicationFactory<TextEdit> ) diff --git a/core/apps/textedit/textedit.cpp b/core/apps/textedit/textedit.cpp index b54da34..5bb65a9 100644 --- a/core/apps/textedit/textedit.cpp +++ b/core/apps/textedit/textedit.cpp @@ -37,9 +37,7 @@ #include <sys/stat.h> #include <stdlib.h> //getenv -using Opie::OFileDialog; -using Opie::OFileSelector; -using Opie::OFontSelector; +using namespace Opie::Ui; #if QT_VERSION < 300 diff --git a/core/apps/textedit/textedit.h b/core/apps/textedit/textedit.h index 34f3617..6cc693f 100644 --- a/core/apps/textedit/textedit.h +++ b/core/apps/textedit/textedit.h @@ -30,7 +30,7 @@ #include <qpe/filemanager.h> #include <qpe/qcopenvelope_qws.h> -//#include <opie/ofileselector.h> +//#include <opie2/ofileselector.h> #include <qmainwindow.h> #include <qmultilineedit.h> |