summaryrefslogtreecommitdiff
path: root/noncore/applets/pcmcia/pcmcia.h
authormickeyl <mickeyl>2005-06-20 12:46:33 (UTC)
committer mickeyl <mickeyl>2005-06-20 12:46:33 (UTC)
commit3b02e2a868535628090567ed612d9fdb5b247f61 (patch) (unidiff)
tree6bc0281825b61316c594747b111b479f68115f37 /noncore/applets/pcmcia/pcmcia.h
parent1a3c172bd98026a555d65e802647f0511e80d3a6 (diff)
downloadopie-3b02e2a868535628090567ed612d9fdb5b247f61.zip
opie-3b02e2a868535628090567ed612d9fdb5b247f61.tar.gz
opie-3b02e2a868535628090567ed612d9fdb5b247f61.tar.bz2
miscellaneous work towards completon of this applet - still some way to go though
Diffstat (limited to 'noncore/applets/pcmcia/pcmcia.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/applets/pcmcia/pcmcia.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/applets/pcmcia/pcmcia.h b/noncore/applets/pcmcia/pcmcia.h
index eb9c513..94203d3 100644
--- a/noncore/applets/pcmcia/pcmcia.h
+++ b/noncore/applets/pcmcia/pcmcia.h
@@ -54,7 +54,7 @@ class PcmciaManager : public QWidget
54 void mousePressEvent( QMouseEvent * ); 54 void mousePressEvent( QMouseEvent * );
55 55
56 private: 56 private:
57 bool configure( Opie::Core::OPcmciaSocket* ); 57 bool configure( Opie::Core::OPcmciaSocket*, QString&, QString&, QString&, QString& );
58 void execCommand( const QStringList &command ); 58 void execCommand( const QStringList &command );
59 void popUp(QString message, QString icon = QString::null ); 59 void popUp(QString message, QString icon = QString::null );
60 60