author | llornkcor <llornkcor> | 2002-03-24 20:47:43 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-03-24 20:47:43 (UTC) |
commit | e37311c84c3f14f947a4e28df809898d23cb2495 (patch) (unidiff) | |
tree | 284882e817c649619df942df7c6291c98c0daadb | |
parent | c9df42aefa24b90ddf89117cf25f6d6fcef2f1dd (diff) | |
download | opie-e37311c84c3f14f947a4e28df809898d23cb2495.zip opie-e37311c84c3f14f947a4e28df809898d23cb2495.tar.gz opie-e37311c84c3f14f947a4e28df809898d23cb2495.tar.bz2 |
blah
-rw-r--r-- | core/apps/textedit/fileBrowser.cpp | 3 | ||||
-rw-r--r-- | core/apps/textedit/fileBrowser.h | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/core/apps/textedit/fileBrowser.cpp b/core/apps/textedit/fileBrowser.cpp index 7eac5d2..eea7144 100644 --- a/core/apps/textedit/fileBrowser.cpp +++ b/core/apps/textedit/fileBrowser.cpp | |||
@@ -100,3 +100,3 @@ fileBrowser::fileBrowser( QWidget* parent, const char* name, bool modal, WFlags | |||
100 | ListView = new QListView( this, "ListView" ); | 100 | ListView = new QListView( this, "ListView" ); |
101 | ListView->setMinimumSize( QSize( 100, 25 ) ); | 101 | // ListView->setMinimumSize( QSize( 100, 25 ) ); |
102 | ListView->addColumn( tr( "Name" ) ); | 102 | ListView->addColumn( tr( "Name" ) ); |
@@ -529,3 +529,2 @@ void fileBrowser::fillCombo(const QString ¤tPath) { | |||
529 | } | 529 | } |
530 | |||
531 | } | 530 | } |
diff --git a/core/apps/textedit/fileBrowser.h b/core/apps/textedit/fileBrowser.h index 42bbc10..bac3d2e 100644 --- a/core/apps/textedit/fileBrowser.h +++ b/core/apps/textedit/fileBrowser.h | |||
@@ -65,3 +65,4 @@ public: | |||
65 | public slots: | 65 | public slots: |
66 | 66 | void setFileView( int ); | |
67 | |||
67 | private: | 68 | private: |
@@ -71,3 +72,2 @@ private: | |||
71 | void fillCombo( const QString&); | 72 | void fillCombo( const QString&); |
72 | void setFileView( int ); | ||
73 | 73 | ||