summaryrefslogtreecommitdiff
path: root/noncore/applets/pcmcia/pcmcia.h
Unidiff
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 de7d6bf..0fe936c 100644
--- a/noncore/applets/pcmcia/pcmcia.h
+++ b/noncore/applets/pcmcia/pcmcia.h
@@ -46,25 +46,25 @@ class PcmciaManager : public QWidget
46 46
47 private slots: 47 private slots:
48 void handleSystemChannel( const QCString&, const QByteArray& ); 48 void handleSystemChannel( const QCString&, const QByteArray& );
49 void cardMessage( const QCString&, const QByteArray& ); 49 void cardMessage( const QCString&, const QByteArray& );
50 void userCardAction( int action ); 50 void userCardAction( int action );
51 void popupTimeout(); 51 void popupTimeout();
52 52
53 protected: 53 protected:
54 void paintEvent( QPaintEvent* ); 54 void paintEvent( QPaintEvent* );
55 void mousePressEvent( QMouseEvent * ); 55 void mousePressEvent( QMouseEvent * );
56 56
57 private: 57 private:
58 bool configure( Opie::Core::OPcmciaSocket*, QString&, QString&, QString&, QString& ); 58 void configure( Opie::Core::OPcmciaSocket* );
59 void execCommand( const QStringList &command ); 59 void execCommand( const QStringList &command );
60 void executeAction( Opie::Core::OPcmciaSocket*, const QString& ); 60 void executeAction( Opie::Core::OPcmciaSocket*, const QString& );
61 void popUp( QString message, QString icon = QString::null ); 61 void popUp( QString message, QString icon = QString::null );
62 62
63 private: 63 private:
64 bool configuring; 64 bool configuring;
65 int commandOrig; 65 int commandOrig;
66 QPixmap pm; 66 QPixmap pm;
67 QPopupMenu *popupMenu; 67 QPopupMenu *popupMenu;
68 68
69}; 69};
70 70