summaryrefslogtreecommitdiff
path: root/noncore/apps/zsafe/scqtfileedit.h
authorchicken <chicken>2003-11-18 16:01:58 (UTC)
committer chicken <chicken>2003-11-18 16:01:58 (UTC)
commit6b50f01126f1e22ed1cebef7db2901c7ff33116f (patch) (unidiff)
tree80d3944caa10c768347be23890e84ae4be529c18 /noncore/apps/zsafe/scqtfileedit.h
parentfef70b95241f814328678e422bc9b9027e142386 (diff)
downloadopie-6b50f01126f1e22ed1cebef7db2901c7ff33116f.zip
opie-6b50f01126f1e22ed1cebef7db2901c7ff33116f.tar.gz
opie-6b50f01126f1e22ed1cebef7db2901c7ff33116f.tar.bz2
include is in local directory
Diffstat (limited to 'noncore/apps/zsafe/scqtfileedit.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/zsafe/scqtfileedit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/zsafe/scqtfileedit.h b/noncore/apps/zsafe/scqtfileedit.h
index 7b22bb7..1a62a08 100644
--- a/noncore/apps/zsafe/scqtfileedit.h
+++ b/noncore/apps/zsafe/scqtfileedit.h
@@ -19,25 +19,25 @@
19 19
20#ifndef SCQTFILEEDIT_H 20#ifndef SCQTFILEEDIT_H
21#define SCQTFILEEDIT_H 21#define SCQTFILEEDIT_H
22 22
23#include <qdir.h> 23#include <qdir.h>
24#include <qobject.h> 24#include <qobject.h>
25#include <qpixmap.h> 25#include <qpixmap.h>
26#include <qstring.h> 26#include <qstring.h>
27#include <qlistview.h> 27#include <qlistview.h>
28#include <qcombobox.h> 28#include <qcombobox.h>
29#include <qtimer.h> 29#include <qtimer.h>
30 30
31#include <scqtfiledlg.h> 31#include "scqtfiledlg.h"
32 32
33#define MAXDIRCOMBOCOUNT 8 33#define MAXDIRCOMBOCOUNT 8
34#define MAXTYPECOMBOCOUNT 8 34#define MAXTYPECOMBOCOUNT 8
35 35
36/** 36/**
37 *@author Werner Schulte 37 *@author Werner Schulte
38 */ 38 */
39 39
40class ScQtFileEditDlg : public ScQtFileDlg, QDir 40class ScQtFileEditDlg : public ScQtFileDlg, QDir
41{ 41{
42 Q_OBJECT 42 Q_OBJECT
43public: 43public: