summaryrefslogtreecommitdiff
authorchicken <chicken>2003-11-18 16:01:58 (UTC)
committer chicken <chicken>2003-11-18 16:01:58 (UTC)
commit6b50f01126f1e22ed1cebef7db2901c7ff33116f (patch) (side-by-side diff)
tree80d3944caa10c768347be23890e84ae4be529c18
parentfef70b95241f814328678e422bc9b9027e142386 (diff)
downloadopie-6b50f01126f1e22ed1cebef7db2901c7ff33116f.zip
opie-6b50f01126f1e22ed1cebef7db2901c7ff33116f.tar.gz
opie-6b50f01126f1e22ed1cebef7db2901c7ff33116f.tar.bz2
include is in local directory
Diffstat (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
@@ -7,49 +7,49 @@
***************************************************************************/
/* $Id$ */
/***************************************************************************
* *
* 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. *
* *
***************************************************************************/
#ifndef SCQTFILEEDIT_H
#define SCQTFILEEDIT_H
#include <qdir.h>
#include <qobject.h>
#include <qpixmap.h>
#include <qstring.h>
#include <qlistview.h>
#include <qcombobox.h>
#include <qtimer.h>
-#include <scqtfiledlg.h>
+#include "scqtfiledlg.h"
#define MAXDIRCOMBOCOUNT 8
#define MAXTYPECOMBOCOUNT 8
/**
*@author Werner Schulte
*/
class ScQtFileEditDlg : public ScQtFileDlg, QDir
{
Q_OBJECT
public:
ScQtFileEditDlg( QWidget *parent=0, const char *name=0,
const QString &path="/", const QString &filter="*" );
~ScQtFileEditDlg();
QString getResult( );
QString getFileName( );
void readIt( );
void setAutoExtension( bool ex=false );
void allowMkDir( bool mkdir=false );
void setNFilter( bool ff=false );
void setFSorting( bool ff=false );
void setMode( int mode=QDir::All );