author | simon <simon> | 2003-01-05 20:04:53 (UTC) |
---|---|---|
committer | simon <simon> | 2003-01-05 20:04:53 (UTC) |
commit | 13c9d1da75f4caa252f0cffca032ce3bc884a75b (patch) (unidiff) | |
tree | 6e8491a306f57205e0cab549bf4f9bf8525d710a | |
parent | f887403341dd82d46d26695acc308cc8801cd6aa (diff) | |
download | opie-13c9d1da75f4caa252f0cffca032ce3bc884a75b.zip opie-13c9d1da75f4caa252f0cffca032ce3bc884a75b.tar.gz opie-13c9d1da75f4caa252f0cffca032ce3bc884a75b.tar.bz2 |
- removing unnecessary inclusions
-rw-r--r-- | noncore/settings/language/language.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/noncore/settings/language/language.cpp b/noncore/settings/language/language.cpp index 5c4284b..8985fd5 100644 --- a/noncore/settings/language/language.cpp +++ b/noncore/settings/language/language.cpp | |||
@@ -42,24 +42,16 @@ | |||
42 | #include <qcombobox.h> | 42 | #include <qcombobox.h> |
43 | #include <qspinbox.h> | 43 | #include <qspinbox.h> |
44 | #include <qlistbox.h> | 44 | #include <qlistbox.h> |
45 | #include <qdir.h> | 45 | #include <qdir.h> |
46 | #if QT_VERSION >= 300 | 46 | #if QT_VERSION >= 300 |
47 | #include <qstylefactory.h> | 47 | #include <qstylefactory.h> |
48 | #endif | 48 | #endif |
49 | 49 | ||
50 | #if defined(QT_QWS_IPAQ) || defined(QT_QWS_EBX) | ||
51 | #include <unistd.h> | ||
52 | #include <linux/fb.h> | ||
53 | #include <sys/types.h> | ||
54 | #include <sys/stat.h> | ||
55 | #include <fcntl.h> | ||
56 | #include <sys/ioctl.h> | ||
57 | #endif | ||
58 | #include <stdlib.h> | 50 | #include <stdlib.h> |
59 | 51 | ||
60 | 52 | ||
61 | LanguageSettings::LanguageSettings( QWidget* parent, const char* name, WFlags fl ) | 53 | LanguageSettings::LanguageSettings( QWidget* parent, const char* name, WFlags fl ) |
62 | : LanguageSettingsBase( parent, name, TRUE, fl ) | 54 | : LanguageSettingsBase( parent, name, TRUE, fl ) |
63 | { | 55 | { |
64 | if ( FontManager::hasUnicodeFont() ) | 56 | if ( FontManager::hasUnicodeFont() ) |
65 | languages->setFont(FontManager::unicodeFont(FontManager::Proportional)); | 57 | languages->setFont(FontManager::unicodeFont(FontManager::Proportional)); |