diff options
author | Timothy Pearson <[email protected]> | 2013-02-22 13:01:20 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-22 13:01:20 -0600 |
commit | 84d71f5e86ee57a0e482e6a6121101e6369a2196 (patch) | |
tree | c75c55b620041ee0d19050cdf7d824139abec350 /sip/kabc/resourcefile.sip | |
parent | d245ee56d77a64fc7849a6db3cfe50924075b320 (diff) | |
download | pytde-84d71f5e86ee57a0e482e6a6121101e6369a2196.tar.gz pytde-84d71f5e86ee57a0e482e6a6121101e6369a2196.zip |
Fix FTBFS
Diffstat (limited to 'sip/kabc/resourcefile.sip')
-rw-r--r-- | sip/kabc/resourcefile.sip | 176 |
1 files changed, 0 insertions, 176 deletions
diff --git a/sip/kabc/resourcefile.sip b/sip/kabc/resourcefile.sip deleted file mode 100644 index 3fa78de..0000000 --- a/sip/kabc/resourcefile.sip +++ /dev/null @@ -1,176 +0,0 @@ -// -// Copyright 2006 Jim Bublitz <[email protected]> -// Earlier copyrights 1998 - 2005 Jim Bublitz and/or Phil Thompson -// may also apply - - -// Generated by preSip -// module kabc version KDE 3.5.3 - - -// This software 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 software 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 library; see the file COPYING. -// If not, write to the Free Software Foundation, Inc., -// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - -namespace TDEABC -{ - -%If ( KDE_3_2_0 - ) - -class ResourceFile : TDEABC::Resource -{ -%TypeHeaderCode -#include <resourcefile.h> -%End - - -public: - -%If ( KDE_3_3_0 - ) - ResourceFile (const TDEConfig*); - ResourceFile (const TQString&, const TQString& = "vcard"); - virtual void writeConfig (TDEConfig*); - virtual bool doOpen (); - virtual void doClose (); - -%If ( KDE_3_5_1 - ) - virtual TDEABC::Ticket* requestSaveTicket (); - virtual void releaseSaveTicket (TDEABC::Ticket*); -%End - - virtual bool load (); - virtual bool asyncLoad (); - virtual bool save (TDEABC::Ticket*); - virtual bool asyncSave (TDEABC::Ticket*); -%End - - void setFileName (const TQString&); - TQString fileName () const; - -%If ( KDE_3_5_1 - ) - void setFormat (const TQString&); - TQString format () const; - -%If ( KDE_3_5_2 - ) - virtual void removeAddressee (const TDEABC::Addressee&); -%End - -%End - - -protected slots: - void fileChanged (); - -protected: - -%If ( KDE_3_3_0 - ) - void init (const TQString&, const TQString&); -%End - -//ig bool lock (const TQString&); -//ig void unlock (const TQString&); - -public: - -%If ( - KDE_3_5_2 ) - void removeAddressee (const TDEABC::Addressee&); -%End - - -public: - -%If ( - KDE_3_3_0 ) - ResourceFile (TDEABC::AddressBook*, const TDEConfig*); - ResourceFile (TDEABC::AddressBook*, const TQString&, TDEABC::FormatPlugin* = 0); - bool open (); - void close (); -%End - - -%If ( - KDE_3_5_1 ) - TDEABC::Ticket* requestSaveTicket (); - void releaseSaveTicket (TDEABC::Ticket*); - -%If ( - KDE_3_3_0 ) - bool load (); - bool save (TDEABC::Ticket*); - virtual void cleanUp (); -%End - - virtual TQString identifier () const; -%End - - -}; // class ResourceFile - -%End - - -%If ( - KDE_3_2_0 ) - -class ResourceFile : TDEABC::Resource -{ -%TypeHeaderCode -#include <resourcefile.h> -%End - - -public: - -%If ( KDE_3_1_0 - ) - ResourceFile (TDEABC::AddressBook*, const TDEConfig*); - ResourceFile (TDEABC::AddressBook*, const TQString&, TDEABC::FormatPlugin* = 0); - bool open (); - void close (); -%End - - TDEABC::Ticket* requestSaveTicket (); - void releaseSaveTicket (TDEABC::Ticket*); - bool load (); - bool save (TDEABC::Ticket*); - virtual void cleanUp (); - void setFileName (const TQString&); - TQString fileName () const; - -%If ( KDE_3_1_0 - ) - virtual TQString identifier () const; - void removeAddressee (const TDEABC::Addressee&); -%End - - -protected: -//ig bool lock (const TQString&); -//ig void unlock (const TQString&); - -public: - -%If ( - KDE_3_1_0 ) - ResourceFile (TDEABC::AddressBook*, const TQString&, TDEABC::Format* = 0); - bool load (TDEABC::AddressBook*); -%End - - -protected slots: - -%If ( - KDE_3_1_0 ) - void checkFile (); -%End - - -}; // class ResourceFile - -%End - -}; // namespace TDEABC - |