author | llornkcor <llornkcor> | 2002-03-28 14:14:32 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-03-28 14:14:32 (UTC) |
commit | 24464bb5e5ffa11961bf1946529d7ebc225b990c (patch) (unidiff) | |
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 | |||
@@ -140,10 +140,10 @@ OpieFtp::OpieFtp( ) | |||
140 | connect( Local_View, SIGNAL( clicked( QListViewItem*)), | 140 | connect( Local_View, SIGNAL( clicked( QListViewItem*)), |
141 | this,SLOT( localListClicked(QListViewItem *)) ); | 141 | this,SLOT( localListClicked(QListViewItem *)) ); |
142 | // connect( Local_View, SIGNAL( doubleClicked( QListViewItem*)), | 142 | // connect( Local_View, SIGNAL( doubleClicked( QListViewItem*)), |
143 | // this,SLOT( localListClicked(QListViewItem *)) ); | 143 | // this,SLOT( localListClicked(QListViewItem *)) ); |
144 | // connect( Local_View, SIGNAL( mouseButtonPressed( int, QListViewItem *, const QPoint&, int)), | 144 | connect( Local_View, SIGNAL( mouseButtonPressed( int, QListViewItem *, const QPoint&, int)), |
145 | // this,SLOT( ListPressed(int, QListViewItem *, const QPoint&, int)) ); | 145 | this,SLOT( ListPressed(int, QListViewItem *, const QPoint&, int)) ); |
146 | 146 | ||
147 | TabWidget->insertTab( tab, tr( "Local" ) ); | 147 | TabWidget->insertTab( tab, tr( "Local" ) ); |
148 | 148 | ||
149 | tab_2 = new QWidget( TabWidget, "tab_2" ); | 149 | tab_2 = new QWidget( TabWidget, "tab_2" ); |