From aae6ce64221457dbed804d7ebce095a621ea892a Mon Sep 17 00:00:00 2001 From: llornkcor Date: Tue, 30 Apr 2002 12:31:39 +0000 Subject: used a slot that didn't exist, took out some unused variables --- (limited to 'noncore/apps/advancedfm/advancedfm.h') diff --git a/noncore/apps/advancedfm/advancedfm.h b/noncore/apps/advancedfm/advancedfm.h index 5c2719e..90619ba 100644 --- a/noncore/apps/advancedfm/advancedfm.h +++ b/noncore/apps/advancedfm/advancedfm.h @@ -58,6 +58,7 @@ public: QString filterStr; QListViewItem * item; bool b; + QStringList fileSystemTypeList, fsList; int currentServerConfig; protected slots: void showLocalMenu( QListViewItem *); @@ -102,7 +103,10 @@ protected slots: protected: QGridLayout *tabLayout, *tabLayout_2, *tabLayout_3; QStringList remoteDirPathStringList, localDirPathStringList; - void keyReleaseEvent( QKeyEvent *); + void keyReleaseEvent( QKeyEvent *); + QString getFileSystemType(const QString &); + void parsetab(const QString &fileName); + protected slots: void homeButtonPushed(); void docButtonPushed(); -- cgit v0.9.0.2