diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:12:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:12:50 -0600 |
commit | 886e33053835feb8d41744c18c48ff76c86677c9 (patch) | |
tree | 009694b21ddf0334e209f8225d2783d44927c0bd /sip/tdeui/tdeabouttde.sip | |
parent | e3ae6c31d659c3599c6b260d29c70db6b7302917 (diff) | |
download | pytde-886e33053835feb8d41744c18c48ff76c86677c9.tar.gz pytde-886e33053835feb8d41744c18c48ff76c86677c9.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'sip/tdeui/tdeabouttde.sip')
-rw-r--r-- | sip/tdeui/tdeabouttde.sip | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/sip/tdeui/tdeabouttde.sip b/sip/tdeui/tdeabouttde.sip new file mode 100644 index 0000000..81fa7f8 --- /dev/null +++ b/sip/tdeui/tdeabouttde.sip @@ -0,0 +1,38 @@ +// +// Copyright 2006 Jim Bublitz <jbublitz@nwinternet.com> +// Earlier copyrights 1998 - 2005 Jim Bublitz and/or Phil Thompson +// may also apply + + +// Generated by preSip +// module tdeui 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. + + +class TDEAboutKDE : TDEAboutDialog +{ +%TypeHeaderCode +#include <tdeabouttde.h> +%End + + +public: + TDEAboutKDE (TQWidget* /TransferThis/ = 0, const char* = 0, bool = 1); + +}; // class TDEAboutKDE + |