summaryrefslogtreecommitdiff
path: root/core/settings/launcher/inputmethodsettings.cpp
authorharlekin <harlekin>2003-12-10 22:34:29 (UTC)
committer harlekin <harlekin>2003-12-10 22:34:29 (UTC)
commit35e556fc2a9d07e6e2c73cac6f05cfb4c0c3e4f1 (patch) (side-by-side diff)
treecf9c57d312570cc8d30946d53d6b0fc8c14d38f5 /core/settings/launcher/inputmethodsettings.cpp
parentdffe105588cace5d96792155cee3a32a70a05017 (diff)
downloadopie-35e556fc2a9d07e6e2c73cac6f05cfb4c0c3e4f1.zip
opie-35e556fc2a9d07e6e2c73cac6f05cfb4c0c3e4f1.tar.gz
opie-35e556fc2a9d07e6e2c73cac6f05cfb4c0c3e4f1.tar.bz2
less includes
Diffstat (limited to 'core/settings/launcher/inputmethodsettings.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/settings/launcher/inputmethodsettings.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/settings/launcher/inputmethodsettings.cpp b/core/settings/launcher/inputmethodsettings.cpp
index 147a00d..e342c09 100644
--- a/core/settings/launcher/inputmethodsettings.cpp
+++ b/core/settings/launcher/inputmethodsettings.cpp
@@ -20,26 +20,24 @@
 :     =  ...= . :.=- You should have received a copy of the GNU
 -.   .:....=;==+<; General Public License along with this file;
  -_. . .   )=.  = see the file COPYING. If not, write to the
    --        :-=` Free Software Foundation, Inc.,
59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
*/
#include "inputmethodsettings.h"
#include <qpe/config.h>
-#include <qpe/qlibrary.h>
-#include <qpe/qpeapplication.h>
#include <qspinbox.h>
#include <qcheckbox.h>
#include <qlayout.h>
#include <qlabel.h>
#include <qwhatsthis.h>
InputMethodSettings::InputMethodSettings( QWidget *parent, const char *name ):QWidget( parent, name )
{
QBoxLayout *lay = new QVBoxLayout( this, 4, 4 );
_resize = new QCheckBox( tr( "Resize application on Popup" ), this );