renamedlgplugin.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef renamedlgplugin_h
00021 #define renamedlgplugin_h
00022
00023 #include <kio/renamedlg.h>
00024 #include <qdialog.h>
00025 #include <sys/types.h>
00026 #include <qstring.h>
00027 #include <qstringlist.h>
00028
00034 class KIO_EXPORT RenameDlgPlugin : public QWidget
00035 {
00036 public:
00040 RenameDlgPlugin(QDialog *dialog, const char *name, const QStringList & = QStringList() ): QWidget(dialog, name ) {};
00041
00046 virtual bool initialize(KIO::RenameDlg_Mode , const QString &, const QString &,
00047 const QString &,
00048 const QString &,
00049 KIO::filesize_t ,
00050 KIO::filesize_t ,
00051 time_t ,
00052 time_t ,
00053 time_t ,
00054 time_t ) {return false;};
00055
00056 };
00057
00058 #endif
00059
This file is part of the documentation for kio Library Version 3.4.3.