-rw-r--r-- | libopie2/opieui/fileselector/ofiledialog.cpp | 5 | ||||
-rw-r--r-- | libopie2/opieui/ofontselector.cpp | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/libopie2/opieui/fileselector/ofiledialog.cpp b/libopie2/opieui/fileselector/ofiledialog.cpp index ebce0ef..4c6b800 100644 --- a/libopie2/opieui/fileselector/ofiledialog.cpp +++ b/libopie2/opieui/fileselector/ofiledialog.cpp @@ -22,9 +22,9 @@ -- :-=` this library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - + */ /* OPIE */ @@ -38,8 +38,11 @@ #include <qstring.h> #include <qapplication.h> #include <qlayout.h> + +/* TRANSLATOR Opie::Ui::OFileDialog */ + using namespace Opie::Ui; namespace { diff --git a/libopie2/opieui/ofontselector.cpp b/libopie2/opieui/ofontselector.cpp index 4870cd9..6c24f14 100644 --- a/libopie2/opieui/ofontselector.cpp +++ b/libopie2/opieui/ofontselector.cpp @@ -38,8 +38,11 @@ #include <qlabel.h> #include <qmultilineedit.h> +/* TRANSLATOR Opie::Ui::OFontSelector */ + + namespace Opie { namespace Ui { namespace Internal { |