From ddfee0836adbd62be48888fbe05e7a79481e81c9 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 14 Mar 2004 18:51:10 +0000 Subject: more ODP and right signal syntax --- (limited to 'noncore/settings/netsystemtime') diff --git a/noncore/settings/netsystemtime/mainwindow.cpp b/noncore/settings/netsystemtime/mainwindow.cpp index ba96f33..385d355 100644 --- a/noncore/settings/netsystemtime/mainwindow.cpp +++ b/noncore/settings/netsystemtime/mainwindow.cpp @@ -191,9 +191,9 @@ void MainWindow::runNTP() { ntpProcess = new OProcess(); connect( ntpProcess, SIGNAL(receivedStdout(Opie::Core::OProcess*,char*,int)), - this, SLOT(slotNtpOutput(OProcess*,char*,int)) ); + this, SLOT(slotNtpOutput(Opie::Core::OProcess*,char*,int)) ); connect( ntpProcess, SIGNAL(processExited(Opie::Core::OProcess*)), - this, SLOT(slotNtpFinished(OProcess*)) ); + this, SLOT(slotNtpFinished(Opie::Core::OProcess*)) ); } else -- cgit v0.9.0.2