summaryrefslogtreecommitdiff
path: root/noncore/apps/advancedfm/advancedfm.h
authorllornkcor <llornkcor>2004-09-25 04:28:01 (UTC)
committer llornkcor <llornkcor>2004-09-25 04:28:01 (UTC)
commit037acb8741eabb71693104f7807ffd848ac4d1f9 (patch) (side-by-side diff)
tree8031f887a8bbd7dffa4d5dfdc29baa710b454638 /noncore/apps/advancedfm/advancedfm.h
parent40e681bf20db4f1e02212ae6e42a349ee000cf14 (diff)
downloadopie-037acb8741eabb71693104f7807ffd848ac4d1f9.zip
opie-037acb8741eabb71693104f7807ffd848ac4d1f9.tar.gz
opie-037acb8741eabb71693104f7807ffd848ac4d1f9.tar.bz2
move redundant code into one function
Diffstat (limited to 'noncore/apps/advancedfm/advancedfm.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/advancedfm/advancedfm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/noncore/apps/advancedfm/advancedfm.h b/noncore/apps/advancedfm/advancedfm.h
index 2234b3c..c52b853 100644
--- a/noncore/apps/advancedfm/advancedfm.h
+++ b/noncore/apps/advancedfm/advancedfm.h
@@ -97,6 +97,7 @@ protected:
QListView *CurrentView();
QListView *OtherView();
void setOtherTabCurrent();
+ void changeTo(QString & dir);
//protected signals:
// void newPath(QString);
@@ -113,8 +114,6 @@ protected slots:
void rePopulate();
void showHidden();
void showMenuHidden();
- void writeConfig();
- void readConfig();
void ListClicked(QListViewItem *);
void ListPressed( int, QListViewItem *, const QPoint&, int);
void makeDir();