summaryrefslogtreecommitdiff
path: root/core/apps/textedit/fileBrowser.h
Unidiff
Diffstat (limited to 'core/apps/textedit/fileBrowser.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/textedit/fileBrowser.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/apps/textedit/fileBrowser.h b/core/apps/textedit/fileBrowser.h
index 45c8b8f..352cb51 100644
--- a/core/apps/textedit/fileBrowser.h
+++ b/core/apps/textedit/fileBrowser.h
@@ -73,54 +73,48 @@ private:
73 MenuButton *typemb; 73 MenuButton *typemb;
74 QWidgetStack *FileStack; 74 QWidgetStack *FileStack;
75 FileSelector *fileSelector; 75 FileSelector *fileSelector;
76 QRegExp tf; 76 QRegExp tf;
77 QStringList getMimeTypes(); 77 QStringList getMimeTypes();
78 void fillCombo( const QString&); 78 void fillCombo( const QString&);
79 79
80private slots: 80private slots:
81 void populateList(); 81 void populateList();
82 void homeButtonPushed(); 82 void homeButtonPushed();
83 void docButtonPushed(); 83 void docButtonPushed();
84 void ListPressed( int, QListViewItem *, const QPoint&, int); 84 void ListPressed( int, QListViewItem *, const QPoint&, int);
85 void showListMenu(QListViewItem*); 85 void showListMenu(QListViewItem*);
86 void doCd(); 86 void doCd();
87 void makDir(); 87 void makDir();
88 void localRename(); 88 void localRename();
89 void localDelete(); 89 void localDelete();
90 void receive( const QCString &msg, const QByteArray &data ); 90 void receive( const QCString &msg, const QByteArray &data );
91 void dirPathComboActivated( const QString & ); 91 void dirPathComboActivated( const QString & );
92 void upDir(); 92 void upDir();
93 void listClicked( QListViewItem * ); 93 void listClicked( QListViewItem * );
94 void selectionChanged( const QString & ); 94 void selectionChanged( const QString & );
95 void OnOK(); 95 void OnOK();
96 void docOpen( const DocLnk & ); 96 void docOpen( const DocLnk & );
97 void updateMimeTypeMenu(); 97 void updateMimeTypeMenu();
98 void showType(const QString &); 98 void showType(const QString &);
99 void dirPathEditPressed(); 99 void dirPathEditPressed();
100 100
101protected slots: 101protected slots:
102 102
103protected: 103protected:
104 104
105}; 105};
106 106
107 107
108class InputDialog : public QDialog 108class InputDialog : public QDialog
109{ 109{
110 Q_OBJECT 110 Q_OBJECT
111 111
112public: 112public:
113 InputDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 113 InputDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
114 ~InputDialog(); 114 ~InputDialog();
115 QString inputText; 115 QString inputText;
116 QLineEdit* LineEdit1; 116 QLineEdit* LineEdit1;
117 void setTextEdit(const QString &); 117 void setTextEdit(const QString &);
118}; 118};
119 119
120#endif // FILEBROWSER_H 120#endif // FILEBROWSER_H
121 QString inputText;
122 QLineEdit* LineEdit1;
123 void setTextEdit(const QString &);
124};
125
126#endif // FILEBROWSER_H