summaryrefslogtreecommitdiffstats
path: root/sip/tdeui/kshortcutdialog.sip
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-01 17:25:38 -0600
committerTimothy Pearson <[email protected]>2013-02-01 17:25:38 -0600
commit2d00595867197e5b5563d85e871a59a77a23f70f (patch)
treef0c893632a9d8fdd0afb481213439b1946b4a7f9 /sip/tdeui/kshortcutdialog.sip
parent2df6bde18ab40472f2df8637cf6456cb80dc2329 (diff)
downloadpytde-2d00595867197e5b5563d85e871a59a77a23f70f.tar.gz
pytde-2d00595867197e5b5563d85e871a59a77a23f70f.zip
Fix FTBFS
Diffstat (limited to 'sip/tdeui/kshortcutdialog.sip')
-rw-r--r--sip/tdeui/kshortcutdialog.sip53
1 files changed, 0 insertions, 53 deletions
diff --git a/sip/tdeui/kshortcutdialog.sip b/sip/tdeui/kshortcutdialog.sip
deleted file mode 100644
index eb0d9c8..0000000
--- a/sip/tdeui/kshortcutdialog.sip
+++ /dev/null
@@ -1,53 +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 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.
-
-
-%If ( KDE_3_4_0 - )
-
-class TDEShortcutDialog : KDialogBase
-{
-%TypeHeaderCode
-#include <kshortcutdialog.h>
-%End
-
-
-public:
- TDEShortcutDialog (const TDEShortcut&, bool, TQWidget* /TransferThis/ = 0, const char* = 0);
- void setShortcut (const TDEShortcut&);
- const TDEShortcut& shortcut () const;
-
-protected slots:
- void slotDetails ();
- void slotSelectPrimary ();
- void slotSelectAlternate ();
- void slotClearShortcut ();
- void slotClearPrimary ();
- void slotClearAlternate ();
- void slotMultiKeyMode (bool);
-
-}; // class TDEShortcutDialog
-
-%End
-