From e99adc2029808f6276474c95e8587607a4bd8091 Mon Sep 17 00:00:00 2001 From: tille Date: Tue, 09 Jul 2002 13:17:05 +0000 Subject: weg mit dem scheiss... --- (limited to 'noncore/unsupported/oipkg/settings.h') diff --git a/noncore/unsupported/oipkg/settings.h b/noncore/unsupported/oipkg/settings.h deleted file mode 100644 index 44459b2..0000000 --- a/noncore/unsupported/oipkg/settings.h +++ b/dev/null @@ -1,75 +0,0 @@ -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ -// (c) 2002 Patrick S. Vogt -#ifndef PACKAGEMANAGERSETTINGS_H -#define PACKAGEMANAGERSETTINGS_H - -#include "pksettingsbase.h" -#include - - -class PackageManagerSettings : public PackageManagerSettingsBase -{ - Q_OBJECT -public: - PackageManagerSettings( QWidget* , const char* , WFlags ); - ~PackageManagerSettings(); - - bool showDialog( int ) ; - QString getDestinationUrl(); - QString getDestinationName(); - QString getLinkDestinationName(); - bool createLinks(); - QStringList getActiveServers(); - QStringList getDestinationUrls(); - -public slots: /** No descriptions */ - void createLinks(); - void removeLinks(); - void writeInstallationSettings(); - void readInstallationSettings(); - void writeCurrentInstallationSetting(); - void readInstallationSetting(int); - void installationSettingSetName(const QString &); - void activeDestinationChange(int) - void newServer(); - void editServer(int); - void removeDestination(); - void newDestination(); - void editDestination(int); - void linkEnabled(bool); - void removeServer(); - void serverNameChanged(const QString&); - void serverUrlChanged(const QString&); - void destNameChanged(const QString&); - void destUrlChanged(const QString&); - void installationSettingChange(int); - void newInstallationSetting(); - void removeInstallationSetting(); - void renameInstallationSetting(); - -private: - QIntDict serverurlDic; - QIntDict destinationurlDic; - int ipkg_old; - int editedserver; - int editeddestination; - int currentSetting; - int installationSettingsCount; - bool changed; - bool serverChanged; - - bool readIpkgConfig(const QString&); - void writeIpkgConfig(const QString&); - void writeSettings(); - void readSettings(); -}; - -#endif - -- cgit v0.9.0.2