summaryrefslogtreecommitdiff
path: root/noncore/net/opieftp/opieftp.cpp
authorllornkcor <llornkcor>2002-03-28 14:14:32 (UTC)
committer llornkcor <llornkcor>2002-03-28 14:14:32 (UTC)
commit24464bb5e5ffa11961bf1946529d7ebc225b990c (patch) (side-by-side diff)
tree3b3c4dc0d4222f8ad02e43bb30b065bb19e5b271 /noncore/net/opieftp/opieftp.cpp
parentf765ef1807694d2e0c9fc53f65fc6c261a78a7f4 (diff)
downloadopie-24464bb5e5ffa11961bf1946529d7ebc225b990c.zip
opie-24464bb5e5ffa11961bf1946529d7ebc225b990c.tar.gz
opie-24464bb5e5ffa11961bf1946529d7ebc225b990c.tar.bz2
forgot to unjcomment something
Diffstat (limited to 'noncore/net/opieftp/opieftp.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opieftp/opieftp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/net/opieftp/opieftp.cpp b/noncore/net/opieftp/opieftp.cpp
index 6be28d6..3e13466 100644
--- a/noncore/net/opieftp/opieftp.cpp
+++ b/noncore/net/opieftp/opieftp.cpp
@@ -141,8 +141,8 @@ OpieFtp::OpieFtp( )
this,SLOT( localListClicked(QListViewItem *)) );
// connect( Local_View, SIGNAL( doubleClicked( QListViewItem*)),
// this,SLOT( localListClicked(QListViewItem *)) );
-// connect( Local_View, SIGNAL( mouseButtonPressed( int, QListViewItem *, const QPoint&, int)),
-// this,SLOT( ListPressed(int, QListViewItem *, const QPoint&, int)) );
+ connect( Local_View, SIGNAL( mouseButtonPressed( int, QListViewItem *, const QPoint&, int)),
+ this,SLOT( ListPressed(int, QListViewItem *, const QPoint&, int)) );
TabWidget->insertTab( tab, tr( "Local" ) );