summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/pksettings.h
Unidiff
Diffstat (limited to 'noncore/unsupported/oipkg/pksettings.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/pksettings.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/unsupported/oipkg/pksettings.h b/noncore/unsupported/oipkg/pksettings.h
index cda352a..2982f1c 100644
--- a/noncore/unsupported/oipkg/pksettings.h
+++ b/noncore/unsupported/oipkg/pksettings.h
@@ -1,46 +1,45 @@
1#ifndef PACKAGEMANAGERSETTINGS_H 1#ifndef PACKAGEMANAGERSETTINGS_H
2#define PACKAGEMANAGERSETTINGS_H 2#define PACKAGEMANAGERSETTINGS_H
3 3
4#include "pksettingsbase.h" 4#include "pksettingsbase.h"
5#include <qintdict.h> 5#include <qintdict.h>
6 6
7 7
8class PackageManagerSettings : private PackageManagerSettingsBase 8class PackageManagerSettings : private PackageManagerSettingsBase
9{ 9{
10 // Q_OBJECT 10 // Q_OBJECT
11public: 11public:
12 PackageManagerSettings( QWidget* , const char* , WFlags ); 12 PackageManagerSettings( QWidget* , const char* , WFlags );
13 ~PackageManagerSettings(); 13 ~PackageManagerSettings();
14 14
15 bool showDialog( int ) ; 15 bool showDialog( int ) ;
16 QString getDestinationUrl(); 16 QString getDestinationUrl();
17 QString getDestinationName(); 17 QString getDestinationName();
18 QString getLinkDestinationName(); 18 QString getLinkDestinationName();
19 bool createLinks(); 19 bool createLinks();
20 QStringList getActiveServers(); 20 QStringList getActiveServers();
21 QStringList getDestinationUrls(); 21 QStringList getDestinationUrls();
22
23private: 22private:
24 QIntDict<QString> serverurlDic; 23 QIntDict<QString> serverurlDic;
25 QIntDict<QString> destinationurlDic; 24 QIntDict<QString> destinationurlDic;
26 int ipkg_old; 25 int ipkg_old;
27 int editedserver; 26 int editedserver;
28 int editeddestination; 27 int editeddestination;
29 int currentSetting; 28 int currentSetting;
30 int installationSettingsCount; 29 int installationSettingsCount;
31 bool changed; 30 bool changed;
32 31
33 bool readIpkgConfig(const QString&); 32 bool readIpkgConfig(const QString&);
34 void writeIpkgConfig(const QString&); 33 void writeIpkgConfig(const QString&);
35 void writeSettings(); 34 void writeSettings();
36 void readSettings(); 35 void readSettings();
37 36
38public slots: 37public slots:
39 void writeInstallationSettings(); 38 void writeInstallationSettings();
40 void readInstallationSettings(); 39 void readInstallationSettings();
41 void writeCurrentInstallationSetting(); 40 void writeCurrentInstallationSetting();
42 void readInstallationSetting(int); 41 void readInstallationSetting(int);
43 void installationSettingSetName(const QString &); 42 void installationSettingSetName(const QString &);
44 43
45 void newServer(); 44 void newServer();
46 void editServer(int); 45 void editServer(int);