diff options
Diffstat (limited to 'filesystemwidget.h')
-rw-r--r-- | filesystemwidget.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/filesystemwidget.h b/filesystemwidget.h index e41ff52..ee0b9b3 100644 --- a/filesystemwidget.h +++ b/filesystemwidget.h @@ -24,7 +24,6 @@ class QLineEdit; class QFileInfo; class QAction; class QVariant; -class MessageDialog; class PictureViewer; class QStringList; class FileSystemModel; @@ -67,9 +66,9 @@ class FilesystemWidget : public QWidget { void markSeen(); private slots: - void doRenameFile(); void dirExpanded(const QModelIndex &idx); void dirCollapsed(const QModelIndex &idx); + void fileEditorClosed(const QModelIndex &idx); private: void setWindowTitle(const QString &dir); @@ -85,7 +84,6 @@ class FilesystemWidget : public QWidget { FilesystemFileProxy *mFileProxy; QLineEdit *mDirEdit; QString mWindowTitle; - MessageDialog *mRenameDialog; QString mTemplate; qint64 mSize; PictureViewer *mPicViewer; |