summaryrefslogtreecommitdiff
path: root/noncore/net/opie-smb/qsmb.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opie-smb/qsmb.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opie-smb/qsmb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/net/opie-smb/qsmb.h b/noncore/net/opie-smb/qsmb.h
index abf27da..175b2c3 100644
--- a/noncore/net/opie-smb/qsmb.h
+++ b/noncore/net/opie-smb/qsmb.h
@@ -10,6 +10,8 @@
#include <qlistview.h>
#include <pthread.h>
+#include <qlistview.h>
+
class Qsmb : public FormQPESMBBase
{
Q_OBJECT
@@ -38,6 +40,8 @@ public slots:
QString out;
bool runCommand(const QStringList &);
+private slots:
+ void TextViewClicked(QListViewItem*);
};
void* runit(void *arg);
void* runitm(void *arg);