author | llornkcor <llornkcor> | 2002-02-24 18:32:43 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-02-24 18:32:43 (UTC) |
commit | ade25ac278169f0e0c9ee0771e754adb46cf7ce2 (patch) (side-by-side diff) | |
tree | bed5d735366cd6cc1a86e35d9227eeee7469f04f | |
parent | 322012c251740f680055c27a96aa998fbce188ca (diff) | |
download | opie-ade25ac278169f0e0c9ee0771e754adb46cf7ce2.zip opie-ade25ac278169f0e0c9ee0771e754adb46cf7ce2.tar.gz opie-ade25ac278169f0e0c9ee0771e754adb46cf7ce2.tar.bz2 |
whatever
-rw-r--r-- | noncore/unsupported/filebrowser/filebrowser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/unsupported/filebrowser/filebrowser.cpp b/noncore/unsupported/filebrowser/filebrowser.cpp index 10dff07..41e7634 100644 --- a/noncore/unsupported/filebrowser/filebrowser.cpp +++ b/noncore/unsupported/filebrowser/filebrowser.cpp @@ -6,49 +6,49 @@ ** This file may be distributed and/or modified under the terms of the ** GNU General Public License version 2 as published by the Free Software ** Foundation and appearing in the file LICENSE.GPL included in the ** packaging of this file. ** ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. ** ** 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 "inlineedit.h" #include "filebrowser.h" #include "filePermissions.h" #include <qpe/resource.h> #include <qpe/global.h> #include <qpe/mimetype.h> #include <qpe/applnk.h> #include <qcopchannel_qws.h> -#include <qcopenvelope_qws.h> +#include <qpe/qcopenvelope_qws.h> #include <qmessagebox.h> #include <qdir.h> #include <qregexp.h> #include <qheader.h> #include <qpe/qpetoolbar.h> #include <qpopupmenu.h> #include <qpe/qpemenubar.h> #include <qaction.h> #include <qstringlist.h> #include <qcursor.h> #include <qmultilineedit.h> #include <qfont.h> #include <unistd.h> #include <stdlib.h> #include <sys/stat.h> // // FileItem // FileItem::FileItem( QListView * parent, const QFileInfo & fi ) : QListViewItem( parent ), fileInfo( fi ) |