summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/pksettings.h
authortille <tille>2002-04-29 22:45:35 (UTC)
committer tille <tille>2002-04-29 22:45:35 (UTC)
commitb794af4c50efffe239c94e5a015e90565ff991c3 (patch) (unidiff)
treedd4e20851eba8052a07396b57388f9216f85ae7f /noncore/unsupported/oipkg/pksettings.h
parente4d0908ec054b71a9b97e9c35efbd5a697d0b58d (diff)
downloadopie-b794af4c50efffe239c94e5a015e90565ff991c3.zip
opie-b794af4c50efffe239c94e5a015e90565ff991c3.tar.gz
opie-b794af4c50efffe239c94e5a015e90565ff991c3.tar.bz2
removes links again
Diffstat (limited to 'noncore/unsupported/oipkg/pksettings.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/pksettings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/unsupported/oipkg/pksettings.h b/noncore/unsupported/oipkg/pksettings.h
index 11ba55c..fbb3b99 100644
--- a/noncore/unsupported/oipkg/pksettings.h
+++ b/noncore/unsupported/oipkg/pksettings.h
@@ -17,10 +17,13 @@ public:
17 QString getDestinationName(); 17 QString getDestinationName();
18 QString getLinkDestinationName(); 18 QString getLinkDestinationName();
19 bool createLinks(); 19 bool createLinks();
20 QStringList getServers();
20 QStringList getActiveServers(); 21 QStringList getActiveServers();
21 QStringList getDestinationUrls(); 22 QStringList getDestinationUrls();
22 QStringList getDestinationNames(); 23 QStringList getDestinationNames();
23 QString getDestinationUrlByName(QString); 24 QString getDestinationUrlByName(QString);
25 /** No descriptions */
26 QComboBox* getDestCombo();
24 27
25private: 28private:
26 QIntDict<QString> serverurlDic; 29 QIntDict<QString> serverurlDic;
@@ -59,6 +62,7 @@ public slots:
59 void newInstallationSetting(); 62 void newInstallationSetting();
60 void removeInstallationSetting(); 63 void removeInstallationSetting();
61 void renameInstallationSetting(); 64 void renameInstallationSetting();
65 void activeServerChanged();
62}; 66};
63 67
64#endif 68#endif