summaryrefslogtreecommitdiff
path: root/noncore/tools/remote/learntab.h
Side-by-side diff
Diffstat (limited to 'noncore/tools/remote/learntab.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/remote/learntab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/tools/remote/learntab.h b/noncore/tools/remote/learntab.h
index c9d8e41..ac9568a 100644
--- a/noncore/tools/remote/learntab.h
+++ b/noncore/tools/remote/learntab.h
@@ -37,12 +37,12 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
class LearnTab : public QWidget
{
Q_OBJECT
public:
LearnTab(QWidget *parent=0, const char *name=0);
public slots:
- void add();
- void edit();
+ void learn();
void del();
+ void updateRemotesList();
private:
QListBox *remotesBox;
};