summaryrefslogtreecommitdiff
path: root/noncore/graphics/drawpad/importdialog.cpp
authorharlekin <harlekin>2003-12-10 21:45:06 (UTC)
committer harlekin <harlekin>2003-12-10 21:45:06 (UTC)
commit7c21195c1dde6cc91c41e5b15ef5acce568a2f54 (patch) (side-by-side diff)
tree83914e1119fa662dc7a4d37e72624118c62aecaf /noncore/graphics/drawpad/importdialog.cpp
parentc80a4d0e0b0ed83757d8494e7f32c8b4b0b6e8d0 (diff)
downloadopie-7c21195c1dde6cc91c41e5b15ef5acce568a2f54.zip
opie-7c21195c1dde6cc91c41e5b15ef5acce568a2f54.tar.gz
opie-7c21195c1dde6cc91c41e5b15ef5acce568a2f54.tar.bz2
reduce includes
Diffstat (limited to 'noncore/graphics/drawpad/importdialog.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/graphics/drawpad/importdialog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/graphics/drawpad/importdialog.cpp b/noncore/graphics/drawpad/importdialog.cpp
index 9a59a20..ce2e7ee 100644
--- a/noncore/graphics/drawpad/importdialog.cpp
+++ b/noncore/graphics/drawpad/importdialog.cpp
@@ -4,25 +4,24 @@
* *
* (C) 2002 by S. Prud'homme <prudhomme@laposte.net> *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#include "importdialog.h"
-#include <qpe/applnk.h>
#include <opie/ofileselector.h>
#include <qcheckbox.h>
#include <qimage.h>
#include <qlabel.h>
#include <qlayout.h>
#include <qpushbutton.h>
ImportDialog::ImportDialog(QWidget* parent, const char* name)
: QDialog(parent, name, true)
{
setCaption(tr("DrawPad - Import"));