author | llornkcor <llornkcor> | 2002-03-28 14:14:32 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-03-28 14:14:32 (UTC) |
commit | 24464bb5e5ffa11961bf1946529d7ebc225b990c (patch) (side-by-side diff) | |
tree | 3b3c4dc0d4222f8ad02e43bb30b065bb19e5b271 | |
parent | f765ef1807694d2e0c9fc53f65fc6c261a78a7f4 (diff) | |
download | opie-24464bb5e5ffa11961bf1946529d7ebc225b990c.zip opie-24464bb5e5ffa11961bf1946529d7ebc225b990c.tar.gz opie-24464bb5e5ffa11961bf1946529d7ebc225b990c.tar.bz2 |
forgot to unjcomment something
-rw-r--r-- | noncore/net/opieftp/opieftp.cpp | 4 |
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 @@ -143,4 +143,4 @@ OpieFtp::OpieFtp( ) // 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)) ); |