diff options
author | Michele Calgaro <[email protected]> | 2020-01-30 12:06:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-01-30 12:06:23 +0900 |
commit | 40be1ebef7a688235d4730561908a02f10505385 (patch) | |
tree | ab182bf59496abaee2ddbf03d3e910bd37ae57e8 /mandriva/2010.2/kdepim/configguibarry.h | |
parent | c169e89296c2d885faa5cdeba21dc35b10b2f583 (diff) | |
download | tde-packaging-40be1ebef7a688235d4730561908a02f10505385.tar.gz tde-packaging-40be1ebef7a688235d4730561908a02f10505385.zip |
Removed obsolete Mandriva 2010 packaging files.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'mandriva/2010.2/kdepim/configguibarry.h')
-rw-r--r-- | mandriva/2010.2/kdepim/configguibarry.h | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/mandriva/2010.2/kdepim/configguibarry.h b/mandriva/2010.2/kdepim/configguibarry.h deleted file mode 100644 index 887d5cc33..000000000 --- a/mandriva/2010.2/kdepim/configguibarry.h +++ /dev/null @@ -1,43 +0,0 @@ -/* - This file is part of KitchenSync. - - Copyright (c) 2005 Cornelius Schumacher <[email protected]> - - 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. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. -*/ -#ifndef CONFIGGUIBARRY_H -#define CONFIGGUIBARRY_H - -#include "configgui.h" - -class QLineEdit; -class QCheckBox; - -class ConfigGuiBarry : public ConfigGui -{ - public: - ConfigGuiBarry( const QSync::Member &, QWidget *parent ); - - void load( const QString &cfg ); - QString save() const; - - private: - QLineEdit *mPin; - QCheckBox *mCalendar; - QCheckBox *mContacts; -}; - -#endif |