summaryrefslogtreecommitdiff
path: root/libopie2
authorzecke <zecke>2004-09-18 13:13:37 (UTC)
committer zecke <zecke>2004-09-18 13:13:37 (UTC)
commit721dbd6d4cfc2bfdede82a937b921e6f454da7d1 (patch) (side-by-side diff)
tree1ea55ee2a6a938f77c5e1ae93716f5be8836862e /libopie2
parente657f4e105ba8b0a0be174add45d008ebb140455 (diff)
downloadopie-721dbd6d4cfc2bfdede82a937b921e6f454da7d1.zip
opie-721dbd6d4cfc2bfdede82a937b921e6f454da7d1.tar.gz
opie-721dbd6d4cfc2bfdede82a937b921e6f454da7d1.tar.bz2
Hint the NameSpace of OFileDialog and OFontSelector
Diffstat (limited to 'libopie2') (more/less context) (show whitespace changes)
-rw-r--r--libopie2/opieui/fileselector/ofiledialog.cpp3
-rw-r--r--libopie2/opieui/ofontselector.cpp3
2 files changed, 6 insertions, 0 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
@@ -30,24 +30,27 @@
/* OPIE */
#include <opie2/ofiledialog.h>
#include <qpe/applnk.h>
#include <qpe/config.h>
#include <qpe/qpeapplication.h>
/* QT */
#include <qfileinfo.h>
#include <qstring.h>
#include <qapplication.h>
#include <qlayout.h>
+
+/* TRANSLATOR Opie::Ui::OFileDialog */
+
using namespace Opie::Ui;
namespace
{
/*
* helper functions to load the start dir
* and to save it
* helper to extract the dir out of a file name
*/
/**
* This method will use Config( argv[0] );
* @param key The group key used
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
@@ -30,24 +30,27 @@
/* OPIE */
#include <opie2/ofontselector.h>
#include <qpe/fontdatabase.h>
/* QT */
#include <qlayout.h>
#include <qlistbox.h>
#include <qcombobox.h>
#include <qlabel.h>
#include <qmultilineedit.h>
+/* TRANSLATOR Opie::Ui::OFontSelector */
+
+
namespace Opie {
namespace Ui {
namespace Internal {
class OFontSelectorPrivate
{
public:
QListBox * m_font_family_list;
QComboBox * m_font_style_list;
QComboBox * m_font_size_list;
QMultiLineEdit *m_preview;