summaryrefslogtreecommitdiff
path: root/library/qpedialog.cpp
Side-by-side diff
Diffstat (limited to 'library/qpedialog.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--library/qpedialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/qpedialog.cpp b/library/qpedialog.cpp
index f52171f..8da0ca6 100644
--- a/library/qpedialog.cpp
+++ b/library/qpedialog.cpp
@@ -13,25 +13,25 @@
**
** See http://www.trolltech.com/gpl/ for GPL licensing information.
**
** Contact info@trolltech.com if any conditions of this licensing are
** not clear to you.
**
**********************************************************************/
#include "qpedialog.h"
#include <qdialog.h>
-#include <qpeapplication.h>
+#include <qtopia/qpeapplication.h>
// Allow access to nornally protected accept and reject functions
class HackedPrivateQDialog : public QDialog{
public:
void accept() { QDialog::accept();}
void reject() { QDialog::reject();}
};
/**
* \brief This is the only c'tor.