summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/scandialog.h
authorharlekin <harlekin>2002-06-16 20:44:48 (UTC)
committer harlekin <harlekin>2002-06-16 20:44:48 (UTC)
commit56788c49b68bae137a51b089b911f7ec4977c33f (patch) (side-by-side diff)
treecea3983dbb842348d1881d7f7d8ef2679d571d14 /noncore/net/opietooth/manager/scandialog.h
parent5c098847f0fd716c4fe697e5eb314111a4ae5df1 (diff)
downloadopie-56788c49b68bae137a51b089b911f7ec4977c33f.zip
opie-56788c49b68bae137a51b089b911f7ec4977c33f.tar.gz
opie-56788c49b68bae137a51b089b911f7ec4977c33f.tar.bz2
remoteDevice part II
Diffstat (limited to 'noncore/net/opietooth/manager/scandialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/scandialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/net/opietooth/manager/scandialog.h b/noncore/net/opietooth/manager/scandialog.h
index 0ca302a..adc960c 100644
--- a/noncore/net/opietooth/manager/scandialog.h
+++ b/noncore/net/opietooth/manager/scandialog.h
@@ -60,7 +60,7 @@ class Device;
void stopSearch();
void startSearch();
void progressTimer();
- void fillList(const QString& device, RemoteDevices::ValueList list);
+ void fillList(const QString& device, RemoteDevice::ValueList list);
private:
void emitToManager();
@@ -68,7 +68,7 @@ class Device;
int progressStat;
signals:
- void selectedDevices(QList<RemoteDevices>&);
+ void selectedDevices(QList<RemoteDevice>&);
};