Rename many classes and header files to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 2d00595867
commit 9dea9bbfaa

@ -178,7 +178,7 @@ Version dirSize in kdirsize.sip for older KDE
------------------------------------------------------------------------
r87 | (jim) | 2005-12-18 09:51:33 -0800 (Sun, 18 Dec 2005) | 4 lines
Fixed versioning bug for enum Other in kshortcutlist.sip;
Fixed versioning bug for enum Other in tdeshortcutlist.sip;
added fully-qualified names to two 'Other' arguments in
method calls

@ -355,7 +355,7 @@ Version dirSize in kdirsize.sip for older KDE
------------------------------------------------------------------------
r87 | (no author) | 2005-12-18 09:51:33 -0800 (Sun, 18 Dec 2005) | 4 lines
Fixed versioning bug for enum Other in kshortcutlist.sip;
Fixed versioning bug for enum Other in tdeshortcutlist.sip;
added fully-qualified names to two 'Other' arguments in
method calls

@ -273,7 +273,7 @@
<tr><td>index</td><td>int</td><td></td></tr>
</table>
</td><td width="50%"><table><tr><td></td></tr></table></td></tr></table></li><hr>
<li><b>kaccelCount</b> ()
<li><b>tdeaccelCount</b> ()
<table width = "100%"><tr><td width="50%" valign="top"><table><tr><td>returns <i>(uint)</i></td></tr>
<tr><td>In versions KDE 3.1.0 and above only</td></tr>
</table></td><td width="50%"><table><tr><td></td></tr></table></td></tr></table></li><hr>

@ -374,11 +374,11 @@
<table width = "100%"><tr><td width="50%" valign="top"><table><tr><td>returns <i>(bool)</i></td></tr>
<tr><td>In versions KDE 3.2.0 and above only</td></tr>
</table></td><td width="50%"><table><tr><td></td></tr></table></td></tr></table></li><hr>
<li><b>kaccel</b> ()
<li><b>tdeaccel</b> ()
<table width = "100%"><tr><td width="50%" valign="top"><table><tr><td>returns <i>(TDEAccel)</i></td></tr>
<tr><td> In versions KDE 3.1.0 and above, but <i>less than </i> KDE 3.5.3</td></tr>
</table></td><td width="50%"><table><tr><td></td></tr></table></td></tr></table></li><hr>
<li><b>kaccel</b> ()
<li><b>tdeaccel</b> ()
<table width = "100%"><tr><td width="50%" valign="top"><table><tr><td>returns <i>(TDEAccel)</i></td></tr>
<tr><td>In versions KDE 3.2.0 and above only</td></tr>
</table></td><td width="50%"><table><tr><td></td></tr></table></td></tr></table></li><hr>

@ -174,7 +174,7 @@ class MainWin (TDEMainWindow):
# in the rc file
# Just fake some filenames for now
fakeFiles = ["kaction.sip", "kxmlguiclient.sip"]
fakeFiles = ["tdeaction.sip", "kxmlguiclient.sip"]
# Clear the old entries, so we don't end up accumulating entries in the menu
self.unplugActionList("recent");

@ -1,7 +1,7 @@
#ifndef _KKEYSERVER_X11_H
#define _KKEYSERVER_X11_H
#include "kshortcut.h"
#include "tdeshortcut.h"
#include "kkeynative.h"
namespace KKeyServer

@ -25,7 +25,7 @@
#include <tqstring.h>
#include <tqvaluevector.h>
#include <kshortcut.h>
#include <tdeshortcut.h>
class TDEAccelBase;

@ -26,7 +26,7 @@
#include <tqvaluevector.h>
#include <tqvaluelist.h>
#include "kaccelaction.h"
#include "tdeaccelaction.h"
#include "kkeyserver_x11.h"
class TQPopupMenu;
@ -116,7 +116,7 @@ class TDEAccelBasePrivate;
* menu structure.
*
* @short Configurable key binding support.
* @version $Id: kaccelbase.h,v 1.20 2002/03/03 21:20:25 lunakl Exp $
* @version $Id: tdeaccelbase.h,v 1.20 2002/03/03 21:20:25 lunakl Exp $
*/
class TDEAccelBase

@ -20,7 +20,7 @@
Boston, MA 02110-1301, USA.
*/
// $Id: ktoolbarbutton.h,v 1.21 2002/03/04 00:51:52 lunakl Exp $
// $Id: tdetoolbarbutton.h,v 1.21 2002/03/04 00:51:52 lunakl Exp $
#ifndef _KTOOLBARBUTTON_H
#define _KTOOLBARBUTTON_H
@ -294,7 +294,7 @@ private:
/**
* List of @ref TDEToolBarButton objects.
* @internal
* @version $Id: ktoolbarbutton.h,v 1.21 2002/03/04 00:51:52 lunakl Exp $
* @version $Id: tdetoolbarbutton.h,v 1.21 2002/03/04 00:51:52 lunakl Exp $
*/
class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{

@ -1,7 +1,7 @@
#ifndef _KKEYSERVER_X11_H
#define _KKEYSERVER_X11_H
#include "kshortcut.h"
#include "tdeshortcut.h"
#include "kkeynative.h"
namespace KKeyServer

@ -25,7 +25,7 @@
#include <tqstring.h>
#include <tqvaluevector.h>
#include <kshortcut.h>
#include <tdeshortcut.h>
class TDEAccelBase;

@ -26,7 +26,7 @@
#include <tqvaluevector.h>
#include <tqvaluelist.h>
#include "kaccelaction.h"
#include "tdeaccelaction.h"
#include "kkeyserver_x11.h"
class TQPopupMenu;
@ -116,7 +116,7 @@ class TDEAccelBasePrivate;
* menu structure.
*
* @short Configurable key binding support.
* @version $Id: kaccelbase.h,v 1.20 2002/03/03 21:20:25 lunakl Exp $
* @version $Id: tdeaccelbase.h,v 1.20 2002/03/03 21:20:25 lunakl Exp $
*/
class TDEAccelBase

@ -20,7 +20,7 @@
Boston, MA 02110-1301, USA.
*/
// $Id: ktoolbarbutton.h,v 1.21.2.1 2002/04/28 20:59:16 wtrobin Exp $
// $Id: tdetoolbarbutton.h,v 1.21.2.1 2002/04/28 20:59:16 wtrobin Exp $
#ifndef _KTOOLBARBUTTON_H
#define _KTOOLBARBUTTON_H
@ -301,7 +301,7 @@ private:
/**
* List of @ref TDEToolBarButton objects.
* @internal
* @version $Id: ktoolbarbutton.h,v 1.21.2.1 2002/04/28 20:59:16 wtrobin Exp $
* @version $Id: tdetoolbarbutton.h,v 1.21.2.1 2002/04/28 20:59:16 wtrobin Exp $
*/
class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{

@ -1,7 +1,7 @@
#ifndef _KKEYSERVER_X11_H
#define _KKEYSERVER_X11_H
#include "kshortcut.h"
#include "tdeshortcut.h"
#include "kkeynative.h"
namespace KKeyServer

@ -25,7 +25,7 @@
#include <tqstring.h>
#include <tqvaluevector.h>
#include <kshortcut.h>
#include <tdeshortcut.h>
class TDEAccelBase;

@ -26,7 +26,7 @@
#include <tqvaluevector.h>
#include <tqvaluelist.h>
#include "kaccelaction.h"
#include "tdeaccelaction.h"
#include "kkeyserver_x11.h"
class TQPopupMenu;
@ -116,7 +116,7 @@ class TDEAccelBasePrivate;
* menu structure.
*
* @short Configurable key binding support.
* @version $Id: kaccelbase.h,v 1.20 2002/03/03 21:20:25 lunakl Exp $
* @version $Id: tdeaccelbase.h,v 1.20 2002/03/03 21:20:25 lunakl Exp $
*/
class TDEAccelBase

@ -20,7 +20,7 @@
Boston, MA 02110-1301, USA.
*/
// $Id: ktoolbarbutton.h,v 1.21.2.2 2002/05/26 13:09:06 carewolf Exp $
// $Id: tdetoolbarbutton.h,v 1.21.2.2 2002/05/26 13:09:06 carewolf Exp $
#ifndef _KTOOLBARBUTTON_H
#define _KTOOLBARBUTTON_H
@ -301,7 +301,7 @@ private:
/**
* List of @ref TDEToolBarButton objects.
* @internal
* @version $Id: ktoolbarbutton.h,v 1.21.2.2 2002/05/26 13:09:06 carewolf Exp $
* @version $Id: tdetoolbarbutton.h,v 1.21.2.2 2002/05/26 13:09:06 carewolf Exp $
*/
class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{

@ -1,7 +1,7 @@
#ifndef _KKEYSERVER_X11_H
#define _KKEYSERVER_X11_H
#include "kshortcut.h"
#include "tdeshortcut.h"
#include "kkeynative.h"
/**

@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define __KPANELMENU_H__
#include <tqstring.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kgenericfactory.h>
class KPanelMenuPrivate;

@ -25,7 +25,7 @@
#include <tqstring.h>
#include <tqvaluevector.h>
#include <kshortcut.h>
#include <tdeshortcut.h>
class TDEAccelBase;

@ -26,7 +26,7 @@
#include <tqvaluevector.h>
#include <tqvaluelist.h>
#include "kaccelaction.h"
#include "tdeaccelaction.h"
#include "kkeyserver_x11.h"
class TQPopupMenu;
@ -116,7 +116,7 @@ class TQWidget;
* menu structure.
*
* @short Configurable key binding support.
* @version $Id: kaccelbase.h,v 1.22 2002/10/06 18:19:39 ellis Exp $
* @version $Id: tdeaccelbase.h,v 1.22 2002/10/06 18:19:39 ellis Exp $
*/
class TDEAccelBase

@ -20,7 +20,7 @@
Boston, MA 02110-1301, USA.
*/
// $Id: ktoolbarbutton.h,v 1.26 2002/09/28 15:16:22 tjansen Exp $
// $Id: tdetoolbarbutton.h,v 1.26 2002/09/28 15:16:22 tjansen Exp $
#ifndef _KTOOLBARBUTTON_H
#define _KTOOLBARBUTTON_H
@ -305,7 +305,7 @@ private:
/**
* List of @ref TDEToolBarButton objects.
* @internal
* @version $Id: ktoolbarbutton.h,v 1.26 2002/09/28 15:16:22 tjansen Exp $
* @version $Id: tdetoolbarbutton.h,v 1.26 2002/09/28 15:16:22 tjansen Exp $
*/
class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{

@ -1,7 +1,7 @@
#ifndef _KKEYSERVER_X11_H
#define _KKEYSERVER_X11_H
#include "kshortcut.h"
#include "tdeshortcut.h"
#include "kkeynative.h"
/**

@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define __KPANELMENU_H__
#include <tqstring.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kgenericfactory.h>
class KPanelMenuPrivate;

@ -25,7 +25,7 @@
#include <tqstring.h>
#include <tqvaluevector.h>
#include <kshortcut.h>
#include <tdeshortcut.h>
class TDEAccelBase;

@ -26,7 +26,7 @@
#include <tqvaluevector.h>
#include <tqvaluelist.h>
#include "kaccelaction.h"
#include "tdeaccelaction.h"
#include "kkeyserver_x11.h"
class TQPopupMenu;
@ -116,7 +116,7 @@ class TQWidget;
* menu structure.
*
* @short Configurable key binding support.
* @version $Id: kaccelbase.h,v 1.22 2002/10/06 18:19:39 ellis Exp $
* @version $Id: tdeaccelbase.h,v 1.22 2002/10/06 18:19:39 ellis Exp $
*/
class TDEAccelBase

@ -20,7 +20,7 @@
Boston, MA 02110-1301, USA.
*/
// $Id: ktoolbarbutton.h,v 1.26 2002/09/28 15:16:22 tjansen Exp $
// $Id: tdetoolbarbutton.h,v 1.26 2002/09/28 15:16:22 tjansen Exp $
#ifndef _KTOOLBARBUTTON_H
#define _KTOOLBARBUTTON_H
@ -305,7 +305,7 @@ private:
/**
* List of @ref TDEToolBarButton objects.
* @internal
* @version $Id: ktoolbarbutton.h,v 1.26 2002/09/28 15:16:22 tjansen Exp $
* @version $Id: tdetoolbarbutton.h,v 1.26 2002/09/28 15:16:22 tjansen Exp $
*/
class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{

@ -1,7 +1,7 @@
#ifndef _KKEYSERVER_X11_H
#define _KKEYSERVER_X11_H
#include "kshortcut.h"
#include "tdeshortcut.h"
#include "kkeynative.h"
/**

@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define __KPANELMENU_H__
#include <tqstring.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kgenericfactory.h>
class KPanelMenuPrivate;

@ -25,7 +25,7 @@
#include <tqstring.h>
#include <tqvaluevector.h>
#include <kshortcut.h>
#include <tdeshortcut.h>
class TDEAccelBase;

@ -26,7 +26,7 @@
#include <tqvaluevector.h>
#include <tqvaluelist.h>
#include "kaccelaction.h"
#include "tdeaccelaction.h"
#include "kkeyserver_x11.h"
class TQPopupMenu;
@ -116,7 +116,7 @@ class TQWidget;
* menu structure.
*
* @short Configurable key binding support.
* @version $Id: kaccelbase.h,v 1.22 2002/10/06 18:19:39 ellis Exp $
* @version $Id: tdeaccelbase.h,v 1.22 2002/10/06 18:19:39 ellis Exp $
*/
class TDEAccelBase

@ -20,7 +20,7 @@
Boston, MA 02110-1301, USA.
*/
// $Id: ktoolbarbutton.h,v 1.26 2002/09/28 15:16:22 tjansen Exp $
// $Id: tdetoolbarbutton.h,v 1.26 2002/09/28 15:16:22 tjansen Exp $
#ifndef _KTOOLBARBUTTON_H
#define _KTOOLBARBUTTON_H
@ -305,7 +305,7 @@ private:
/**
* List of @ref TDEToolBarButton objects.
* @internal
* @version $Id: ktoolbarbutton.h,v 1.26 2002/09/28 15:16:22 tjansen Exp $
* @version $Id: tdetoolbarbutton.h,v 1.26 2002/09/28 15:16:22 tjansen Exp $
*/
class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{

@ -1,7 +1,7 @@
#ifndef _KKEYSERVER_X11_H
#define _KKEYSERVER_X11_H
#include "kshortcut.h"
#include "tdeshortcut.h"
#include "kkeynative.h"
/**

@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define __KPANELMENU_H__
#include <tqstring.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kgenericfactory.h>
class KPanelMenuPrivate;

@ -25,7 +25,7 @@
#include <tqstring.h>
#include <tqvaluevector.h>
#include <kshortcut.h>
#include <tdeshortcut.h>
class TDEAccelBase;

@ -26,7 +26,7 @@
#include <tqvaluevector.h>
#include <tqvaluelist.h>
#include "kaccelaction.h"
#include "tdeaccelaction.h"
#include "kkeyserver_x11.h"
class TQPopupMenu;
@ -116,7 +116,7 @@ class TQWidget;
* menu structure.
*
* @short Configurable key binding support.
* @version $Id: kaccelbase.h,v 1.22 2002/10/06 18:19:39 ellis Exp $
* @version $Id: tdeaccelbase.h,v 1.22 2002/10/06 18:19:39 ellis Exp $
*/
class TDEAccelBase

@ -20,7 +20,7 @@
Boston, MA 02110-1301, USA.
*/
// $Id: ktoolbarbutton.h,v 1.26 2002/09/28 15:16:22 tjansen Exp $
// $Id: tdetoolbarbutton.h,v 1.26 2002/09/28 15:16:22 tjansen Exp $
#ifndef _KTOOLBARBUTTON_H
#define _KTOOLBARBUTTON_H
@ -305,7 +305,7 @@ private:
/**
* List of @ref TDEToolBarButton objects.
* @internal
* @version $Id: ktoolbarbutton.h,v 1.26 2002/09/28 15:16:22 tjansen Exp $
* @version $Id: tdetoolbarbutton.h,v 1.26 2002/09/28 15:16:22 tjansen Exp $
*/
class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{

@ -1,7 +1,7 @@
#ifndef _KKEYSERVER_X11_H
#define _KKEYSERVER_X11_H
#include "kshortcut.h"
#include "tdeshortcut.h"
#include "kkeynative.h"
/**

@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define __KPANELMENU_H__
#include <tqstring.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kgenericfactory.h>
class KPanelMenuPrivate;

@ -25,7 +25,7 @@
#include <tqstring.h>
#include <tqvaluevector.h>
#include <kshortcut.h>
#include <tdeshortcut.h>
class TDEAccelBase;

@ -26,7 +26,7 @@
#include <tqvaluevector.h>
#include <tqvaluelist.h>
#include "kaccelaction.h"
#include "tdeaccelaction.h"
#include "kkeyserver_x11.h"
class TQPopupMenu;
@ -116,7 +116,7 @@ class TQWidget;
* menu structure.
*
* @short Configurable key binding support.
* @version $Id: kaccelbase.h,v 1.22 2002/10/06 18:19:39 ellis Exp $
* @version $Id: tdeaccelbase.h,v 1.22 2002/10/06 18:19:39 ellis Exp $
*/
class TDEAccelBase

@ -20,7 +20,7 @@
Boston, MA 02110-1301, USA.
*/
// $Id: ktoolbarbutton.h,v 1.26 2002/09/28 15:16:22 tjansen Exp $
// $Id: tdetoolbarbutton.h,v 1.26 2002/09/28 15:16:22 tjansen Exp $
#ifndef _KTOOLBARBUTTON_H
#define _KTOOLBARBUTTON_H
@ -305,7 +305,7 @@ private:
/**
* List of @ref TDEToolBarButton objects.
* @internal
* @version $Id: ktoolbarbutton.h,v 1.26 2002/09/28 15:16:22 tjansen Exp $
* @version $Id: tdetoolbarbutton.h,v 1.26 2002/09/28 15:16:22 tjansen Exp $
*/
class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{

@ -1,7 +1,7 @@
#ifndef _KKEYSERVER_X11_H
#define _KKEYSERVER_X11_H
#include "kshortcut.h"
#include "tdeshortcut.h"
#include "kkeynative.h"
/**

@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define __KPANELMENU_H__
#include <tqstring.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kgenericfactory.h>
class KPanelMenuPrivate;

@ -25,7 +25,7 @@
#include <tqstring.h>
#include <tqvaluevector.h>
#include <kshortcut.h>
#include <tdeshortcut.h>
class TDEAccelBase;

@ -26,7 +26,7 @@
#include <tqvaluevector.h>
#include <tqvaluelist.h>
#include "kaccelaction.h"
#include "tdeaccelaction.h"
#include "kkeyserver_x11.h"
class TQPopupMenu;
@ -116,7 +116,7 @@ class TQWidget;
* menu structure.
*
* @short Configurable key binding support.
* @version $Id: kaccelbase.h,v 1.22 2002/10/06 18:19:39 ellis Exp $
* @version $Id: tdeaccelbase.h,v 1.22 2002/10/06 18:19:39 ellis Exp $
*/
class TDEAccelBase

@ -20,7 +20,7 @@
Boston, MA 02110-1301, USA.
*/
// $Id: ktoolbarbutton.h,v 1.26 2002/09/28 15:16:22 tjansen Exp $
// $Id: tdetoolbarbutton.h,v 1.26 2002/09/28 15:16:22 tjansen Exp $
#ifndef _KTOOLBARBUTTON_H
#define _KTOOLBARBUTTON_H
@ -305,7 +305,7 @@ private:
/**
* List of @ref TDEToolBarButton objects.
* @internal
* @version $Id: ktoolbarbutton.h,v 1.26 2002/09/28 15:16:22 tjansen Exp $
* @version $Id: tdetoolbarbutton.h,v 1.26 2002/09/28 15:16:22 tjansen Exp $
*/
class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{

@ -1,7 +1,7 @@
#ifndef _KKEYSERVER_X11_H
#define _KKEYSERVER_X11_H
#include "kshortcut.h"
#include "tdeshortcut.h"
#include "kkeynative.h"
/**

@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define __KPANELMENU_H__
#include <tqstring.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kgenericfactory.h>
class KPanelMenuPrivate;

@ -500,17 +500,17 @@ private:
* of the filters you want to use to a TQStringList and invoke
* the appropriate filtering function. The examples below show
* the use of specific filters. The first one uses a single
* filter called kshorturifilter while the second example uses
* filter called tdeshorturifilter while the second example uses
* multiple filters:
*
* \code
* TQString text = "kde.org";
* bool filtered = KURIFilter::self()->filterURI( text, "kshorturifilter" );
* bool filtered = KURIFilter::self()->filterURI( text, "tdeshorturifilter" );
* \endcode
*
* \code
* TQStringList list;
* list << "kshorturifilter" << "localdomainfilter";
* list << "tdeshorturifilter" << "localdomainfilter";
* bool filtered = KURIFilter::self()->filterURI( text, list );
* \endcode
*

@ -25,7 +25,7 @@
#include <tqstring.h>
#include <tqvaluevector.h>
#include <kshortcut.h>
#include <tdeshortcut.h>
class TDEAccelBase;

@ -26,7 +26,7 @@
#include <tqvaluevector.h>
#include <tqvaluelist.h>
#include "kaccelaction.h"
#include "tdeaccelaction.h"
#include "kkeyserver_x11.h"
class TQPopupMenu;
@ -116,7 +116,7 @@ class TQWidget;
* menu structure.
*
* @short Configurable key binding support.
* @version $Id: kaccelbase.h,v 1.26 2003/08/16 19:44:57 coolo Exp $
* @version $Id: tdeaccelbase.h,v 1.26 2003/08/16 19:44:57 coolo Exp $
*/
class TDEAccelBase

@ -20,7 +20,7 @@
Boston, MA 02110-1301, USA.
*/
// $Id: ktoolbarbutton.h,v 1.34 2003/09/09 12:40:58 bhards Exp $
// $Id: tdetoolbarbutton.h,v 1.34 2003/09/09 12:40:58 bhards Exp $
#ifndef _KTOOLBARBUTTON_H
#define _KTOOLBARBUTTON_H
@ -303,7 +303,7 @@ private:
/**
* List of TDEToolBarButton objects.
* @internal
* @version $Id: ktoolbarbutton.h,v 1.34 2003/09/09 12:40:58 bhards Exp $
* @version $Id: tdetoolbarbutton.h,v 1.34 2003/09/09 12:40:58 bhards Exp $
*/
class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{

@ -1,7 +1,7 @@
#ifndef _KKEYSERVER_X11_H
#define _KKEYSERVER_X11_H
#include "kshortcut.h"
#include "tdeshortcut.h"
#include "kkeynative.h"
/**

@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define __KPANELMENU_H__
#include <tqstring.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kgenericfactory.h>
class KPanelMenuPrivate;

@ -500,17 +500,17 @@ private:
* of the filters you want to use to a TQStringList and invoke
* the appropriate filtering function. The examples below show
* the use of specific filters. The first one uses a single
* filter called kshorturifilter while the second example uses
* filter called tdeshorturifilter while the second example uses
* multiple filters:
*
* \code
* TQString text = "kde.org";
* bool filtered = KURIFilter::self()->filterURI( text, "kshorturifilter" );
* bool filtered = KURIFilter::self()->filterURI( text, "tdeshorturifilter" );
* \endcode
*
* \code
* TQStringList list;
* list << "kshorturifilter" << "localdomainfilter";
* list << "tdeshorturifilter" << "localdomainfilter";
* bool filtered = KURIFilter::self()->filterURI( text, list );
* \endcode
*

@ -25,7 +25,7 @@
#include <tqstring.h>
#include <tqvaluevector.h>
#include <kshortcut.h>
#include <tdeshortcut.h>
class TDEAccelBase;

@ -26,7 +26,7 @@
#include <tqvaluevector.h>
#include <tqvaluelist.h>
#include "kaccelaction.h"
#include "tdeaccelaction.h"
#include "kkeyserver_x11.h"
class TQPopupMenu;
@ -116,7 +116,7 @@ class TQWidget;
* menu structure.
*
* @short Configurable key binding support.
* @version $Id: kaccelbase.h,v 1.26 2003/08/16 19:44:57 coolo Exp $
* @version $Id: tdeaccelbase.h,v 1.26 2003/08/16 19:44:57 coolo Exp $
*/
class TDEAccelBase

@ -20,7 +20,7 @@
Boston, MA 02110-1301, USA.
*/
// $Id: ktoolbarbutton.h,v 1.34 2003/09/09 12:40:58 bhards Exp $
// $Id: tdetoolbarbutton.h,v 1.34 2003/09/09 12:40:58 bhards Exp $
#ifndef _KTOOLBARBUTTON_H
#define _KTOOLBARBUTTON_H
@ -303,7 +303,7 @@ private:
/**
* List of TDEToolBarButton objects.
* @internal
* @version $Id: ktoolbarbutton.h,v 1.34 2003/09/09 12:40:58 bhards Exp $
* @version $Id: tdetoolbarbutton.h,v 1.34 2003/09/09 12:40:58 bhards Exp $
*/
class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{

@ -1,7 +1,7 @@
#ifndef _KKEYSERVER_X11_H
#define _KKEYSERVER_X11_H
#include "kshortcut.h"
#include "tdeshortcut.h"
#include "kkeynative.h"
/**

@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define __KPANELMENU_H__
#include <tqstring.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kgenericfactory.h>
class KPanelMenuPrivate;

@ -500,17 +500,17 @@ private:
* of the filters you want to use to a TQStringList and invoke
* the appropriate filtering function. The examples below show
* the use of specific filters. The first one uses a single
* filter called kshorturifilter while the second example uses
* filter called tdeshorturifilter while the second example uses
* multiple filters:
*
* \code
* TQString text = "kde.org";
* bool filtered = KURIFilter::self()->filterURI( text, "kshorturifilter" );
* bool filtered = KURIFilter::self()->filterURI( text, "tdeshorturifilter" );
* \endcode
*
* \code
* TQStringList list;
* list << "kshorturifilter" << "localdomainfilter";
* list << "tdeshorturifilter" << "localdomainfilter";
* bool filtered = KURIFilter::self()->filterURI( text, list );
* \endcode
*

@ -25,7 +25,7 @@
#include <tqstring.h>
#include <tqvaluevector.h>
#include <kshortcut.h>
#include <tdeshortcut.h>
class TDEAccelBase;

@ -26,7 +26,7 @@
#include <tqvaluevector.h>
#include <tqvaluelist.h>
#include "kaccelaction.h"
#include "tdeaccelaction.h"
#include "kkeyserver_x11.h"
class TQPopupMenu;
@ -116,7 +116,7 @@ class TQWidget;
* menu structure.
*
* @short Configurable key binding support.
* @version $Id: kaccelbase.h,v 1.26 2003/08/16 19:44:57 coolo Exp $
* @version $Id: tdeaccelbase.h,v 1.26 2003/08/16 19:44:57 coolo Exp $
*/
class TDEAccelBase

@ -20,7 +20,7 @@
Boston, MA 02110-1301, USA.
*/
// $Id: ktoolbarbutton.h,v 1.34 2003/09/09 12:40:58 bhards Exp $
// $Id: tdetoolbarbutton.h,v 1.34 2003/09/09 12:40:58 bhards Exp $
#ifndef _KTOOLBARBUTTON_H
#define _KTOOLBARBUTTON_H
@ -303,7 +303,7 @@ private:
/**
* List of TDEToolBarButton objects.
* @internal
* @version $Id: ktoolbarbutton.h,v 1.34 2003/09/09 12:40:58 bhards Exp $
* @version $Id: tdetoolbarbutton.h,v 1.34 2003/09/09 12:40:58 bhards Exp $
*/
class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{

@ -1,7 +1,7 @@
#ifndef _KKEYSERVER_X11_H
#define _KKEYSERVER_X11_H
#include "kshortcut.h"
#include "tdeshortcut.h"
#include "kkeynative.h"
/**

@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define __KPANELMENU_H__
#include <tqstring.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kgenericfactory.h>
class KPanelMenuPrivate;

@ -500,17 +500,17 @@ private:
* of the filters you want to use to a TQStringList and invoke
* the appropriate filtering function. The examples below show
* the use of specific filters. The first one uses a single
* filter called kshorturifilter while the second example uses
* filter called tdeshorturifilter while the second example uses
* multiple filters:
*
* \code
* TQString text = "kde.org";
* bool filtered = KURIFilter::self()->filterURI( text, "kshorturifilter" );
* bool filtered = KURIFilter::self()->filterURI( text, "tdeshorturifilter" );
* \endcode
*
* \code
* TQStringList list;
* list << "kshorturifilter" << "localdomainfilter";
* list << "tdeshorturifilter" << "localdomainfilter";
* bool filtered = KURIFilter::self()->filterURI( text, list );
* \endcode
*

@ -25,7 +25,7 @@
#include <tqstring.h>
#include <tqvaluevector.h>
#include <kshortcut.h>
#include <tdeshortcut.h>
class TDEAccelBase;

@ -26,7 +26,7 @@
#include <tqvaluevector.h>
#include <tqvaluelist.h>
#include "kaccelaction.h"
#include "tdeaccelaction.h"
#include "kkeyserver_x11.h"
class TQPopupMenu;
@ -116,7 +116,7 @@ class TQWidget;
* menu structure.
*
* @short Configurable key binding support.
* @version $Id: kaccelbase.h,v 1.26 2003/08/16 19:44:57 coolo Exp $
* @version $Id: tdeaccelbase.h,v 1.26 2003/08/16 19:44:57 coolo Exp $
*/
class TDEAccelBase

@ -20,7 +20,7 @@
Boston, MA 02110-1301, USA.
*/
// $Id: ktoolbarbutton.h,v 1.34 2003/09/09 12:40:58 bhards Exp $
// $Id: tdetoolbarbutton.h,v 1.34 2003/09/09 12:40:58 bhards Exp $
#ifndef _KTOOLBARBUTTON_H
#define _KTOOLBARBUTTON_H
@ -303,7 +303,7 @@ private:
/**
* List of TDEToolBarButton objects.
* @internal
* @version $Id: ktoolbarbutton.h,v 1.34 2003/09/09 12:40:58 bhards Exp $
* @version $Id: tdetoolbarbutton.h,v 1.34 2003/09/09 12:40:58 bhards Exp $
*/
class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{

@ -1,7 +1,7 @@
#ifndef _KKEYSERVER_X11_H
#define _KKEYSERVER_X11_H
#include "kshortcut.h"
#include "tdeshortcut.h"
#include "kkeynative.h"
/**

@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define __KPANELMENU_H__
#include <tqstring.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kgenericfactory.h>
class KPanelMenuPrivate;

@ -500,17 +500,17 @@ private:
* of the filters you want to use to a TQStringList and invoke
* the appropriate filtering function. The examples below show
* the use of specific filters. The first one uses a single
* filter called kshorturifilter while the second example uses
* filter called tdeshorturifilter while the second example uses
* multiple filters:
*
* \code
* TQString text = "kde.org";
* bool filtered = KURIFilter::self()->filterURI( text, "kshorturifilter" );
* bool filtered = KURIFilter::self()->filterURI( text, "tdeshorturifilter" );
* \endcode
*
* \code
* TQStringList list;
* list << "kshorturifilter" << "localdomainfilter";
* list << "tdeshorturifilter" << "localdomainfilter";
* bool filtered = KURIFilter::self()->filterURI( text, list );
* \endcode
*

@ -25,7 +25,7 @@
#include <tqstring.h>
#include <tqvaluevector.h>
#include <kshortcut.h>
#include <tdeshortcut.h>
class TDEAccelBase;

@ -26,7 +26,7 @@
#include <tqvaluevector.h>
#include <tqvaluelist.h>
#include "kaccelaction.h"
#include "tdeaccelaction.h"
#include "kkeyserver_x11.h"
class TQPopupMenu;
@ -116,7 +116,7 @@ class TQWidget;
* menu structure.
*
* @short Configurable key binding support.
* @version $Id: kaccelbase.h,v 1.26 2003/08/16 19:44:57 coolo Exp $
* @version $Id: tdeaccelbase.h,v 1.26 2003/08/16 19:44:57 coolo Exp $
*/
class TDEAccelBase

@ -303,7 +303,7 @@ private:
/**
* List of TDEToolBarButton objects.
* @internal
* @version $Id: ktoolbarbutton.h,v 1.36 2004/03/18 02:50:16 bmeyer Exp $
* @version $Id: tdetoolbarbutton.h,v 1.36 2004/03/18 02:50:16 bmeyer Exp $
*/
class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{

@ -1,7 +1,7 @@
#ifndef _KKEYSERVER_X11_H
#define _KKEYSERVER_X11_H
#include "kshortcut.h"
#include "tdeshortcut.h"
#include "kkeynative.h"
/**

@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define __KPANELMENU_H__
#include <tqstring.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kgenericfactory.h>
class KPanelMenuPrivate;

@ -500,17 +500,17 @@ private:
* of the filters you want to use to a TQStringList and invoke
* the appropriate filtering function. The examples below show
* the use of specific filters. The first one uses a single
* filter called kshorturifilter while the second example uses
* filter called tdeshorturifilter while the second example uses
* multiple filters:
*
* \code
* TQString text = "kde.org";
* bool filtered = KURIFilter::self()->filterURI( text, "kshorturifilter" );
* bool filtered = KURIFilter::self()->filterURI( text, "tdeshorturifilter" );
* \endcode
*
* \code
* TQStringList list;
* list << "kshorturifilter" << "localdomainfilter";
* list << "tdeshorturifilter" << "localdomainfilter";
* bool filtered = KURIFilter::self()->filterURI( text, list );
* \endcode
*

@ -25,7 +25,7 @@
#include <tqstring.h>
#include <tqvaluevector.h>
#include <kshortcut.h>
#include <tdeshortcut.h>
class TDEAccelBase;

@ -26,7 +26,7 @@
#include <tqvaluevector.h>
#include <tqvaluelist.h>
#include "kaccelaction.h"
#include "tdeaccelaction.h"
#include "kkeyserver_x11.h"
class TQPopupMenu;
@ -116,7 +116,7 @@ class TQWidget;
* menu structure.
*
* @short Configurable key binding support.
* @version $Id: kaccelbase.h,v 1.26 2003/08/16 19:44:57 coolo Exp $
* @version $Id: tdeaccelbase.h,v 1.26 2003/08/16 19:44:57 coolo Exp $
*/
class TDEAccelBase

@ -303,7 +303,7 @@ private:
/**
* List of TDEToolBarButton objects.
* @internal
* @version $Id: ktoolbarbutton.h,v 1.36 2004/03/18 02:50:16 bmeyer Exp $
* @version $Id: tdetoolbarbutton.h,v 1.36 2004/03/18 02:50:16 bmeyer Exp $
*/
class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{

@ -1,7 +1,7 @@
#ifndef _KKEYSERVER_X11_H
#define _KKEYSERVER_X11_H
#include "kshortcut.h"
#include "tdeshortcut.h"
#include "kkeynative.h"
/**

@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define __KPANELMENU_H__
#include <tqstring.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kgenericfactory.h>
class KPanelMenuPrivate;

@ -500,17 +500,17 @@ private:
* of the filters you want to use to a TQStringList and invoke
* the appropriate filtering function. The examples below show
* the use of specific filters. The first one uses a single
* filter called kshorturifilter while the second example uses
* filter called tdeshorturifilter while the second example uses
* multiple filters:
*
* \code
* TQString text = "kde.org";
* bool filtered = KURIFilter::self()->filterURI( text, "kshorturifilter" );
* bool filtered = KURIFilter::self()->filterURI( text, "tdeshorturifilter" );
* \endcode
*
* \code
* TQStringList list;
* list << "kshorturifilter" << "localdomainfilter";
* list << "tdeshorturifilter" << "localdomainfilter";
* bool filtered = KURIFilter::self()->filterURI( text, list );
* \endcode
*

@ -25,7 +25,7 @@
#include <tqstring.h>
#include <tqvaluevector.h>
#include <kshortcut.h>
#include <tdeshortcut.h>
class TDEAccelBase;

@ -26,7 +26,7 @@
#include <tqvaluevector.h>
#include <tqvaluelist.h>
#include "kaccelaction.h"
#include "tdeaccelaction.h"
#include "kkeyserver_x11.h"
class TQPopupMenu;
@ -116,7 +116,7 @@ class TQWidget;
* menu structure.
*
* @short Configurable key binding support.
* @version $Id: kaccelbase.h,v 1.26 2003/08/16 19:44:57 coolo Exp $
* @version $Id: tdeaccelbase.h,v 1.26 2003/08/16 19:44:57 coolo Exp $
*/
class TDEAccelBase

@ -303,7 +303,7 @@ private:
/**
* List of TDEToolBarButton objects.
* @internal
* @version $Id: ktoolbarbutton.h,v 1.36 2004/03/18 02:50:16 bmeyer Exp $
* @version $Id: tdetoolbarbutton.h,v 1.36 2004/03/18 02:50:16 bmeyer Exp $
*/
class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{

@ -23,7 +23,7 @@
#ifndef _KKEYSERVER_X11_H
#define _KKEYSERVER_X11_H
#include "kshortcut.h"
#include "tdeshortcut.h"
#include "kkeynative.h"
/**

@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define __KPANELMENU_H__
#include <tqstring.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kgenericfactory.h>
class KPanelMenuPrivate;

@ -503,17 +503,17 @@ private:
* of the filters you want to use to a TQStringList and invoke
* the appropriate filtering function. The examples below show
* the use of specific filters. The first one uses a single
* filter called kshorturifilter while the second example uses
* filter called tdeshorturifilter while the second example uses
* multiple filters:
*
* \code
* TQString text = "kde.org";
* bool filtered = KURIFilter::self()->filterURI( text, "kshorturifilter" );
* bool filtered = KURIFilter::self()->filterURI( text, "tdeshorturifilter" );
* \endcode
*
* \code
* TQStringList list;
* list << "kshorturifilter" << "localdomainfilter";
* list << "tdeshorturifilter" << "localdomainfilter";
* bool filtered = KURIFilter::self()->filterURI( text, list );
* \endcode
*

@ -25,7 +25,7 @@
#include <tqstring.h>
#include <tqvaluevector.h>
#include <kshortcut.h>
#include <tdeshortcut.h>
class TDEAccelBase;

@ -26,7 +26,7 @@
#include <tqvaluevector.h>
#include <tqvaluelist.h>
#include "kaccelaction.h"
#include "tdeaccelaction.h"
#include "kkeyserver.h"
class TQPopupMenu;

@ -317,7 +317,7 @@ private:
/**
* List of TDEToolBarButton objects.
* @internal
* @version $Id: ktoolbarbutton.h,v 1.39 2004/12/22 14:08:36 faure Exp $
* @version $Id: tdetoolbarbutton.h,v 1.39 2004/12/22 14:08:36 faure Exp $
*/
class TDEUI_EXPORT TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{

@ -23,7 +23,7 @@
#ifndef _KKEYSERVER_X11_H
#define _KKEYSERVER_X11_H
#include "kshortcut.h"
#include "tdeshortcut.h"
#include "kkeynative.h"
/**

@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define __KPANELMENU_H__
#include <tqstring.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kgenericfactory.h>
class KPanelMenuPrivate;

@ -503,17 +503,17 @@ private:
* of the filters you want to use to a TQStringList and invoke
* the appropriate filtering function. The examples below show
* the use of specific filters. The first one uses a single
* filter called kshorturifilter while the second example uses
* filter called tdeshorturifilter while the second example uses
* multiple filters:
*
* \code
* TQString text = "kde.org";
* bool filtered = KURIFilter::self()->filterURI( text, "kshorturifilter" );
* bool filtered = KURIFilter::self()->filterURI( text, "tdeshorturifilter" );
* \endcode
*
* \code
* TQStringList list;
* list << "kshorturifilter" << "localdomainfilter";
* list << "tdeshorturifilter" << "localdomainfilter";
* bool filtered = KURIFilter::self()->filterURI( text, list );
* \endcode
*

@ -25,7 +25,7 @@
#include <tqstring.h>
#include <tqvaluevector.h>
#include <kshortcut.h>
#include <tdeshortcut.h>
class TDEAccelBase;

@ -26,7 +26,7 @@
#include <tqvaluevector.h>
#include <tqvaluelist.h>
#include "kaccelaction.h"
#include "tdeaccelaction.h"
#include "kkeyserver.h"
class TQPopupMenu;

@ -317,7 +317,7 @@ private:
/**
* List of TDEToolBarButton objects.
* @internal
* @version $Id: ktoolbarbutton.h,v 1.39 2004/12/22 14:08:36 faure Exp $
* @version $Id: tdetoolbarbutton.h,v 1.39 2004/12/22 14:08:36 faure Exp $
*/
class TDEUI_EXPORT TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{

@ -23,7 +23,7 @@
#ifndef _KKEYSERVER_X11_H
#define _KKEYSERVER_X11_H
#include "kshortcut.h"
#include "tdeshortcut.h"
#include "kkeynative.h"
/**

@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define __KPANELMENU_H__
#include <tqstring.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kgenericfactory.h>
class KPanelMenuPrivate;

@ -503,17 +503,17 @@ private:
* of the filters you want to use to a TQStringList and invoke
* the appropriate filtering function. The examples below show
* the use of specific filters. The first one uses a single
* filter called kshorturifilter while the second example uses
* filter called tdeshorturifilter while the second example uses
* multiple filters:
*
* \code
* TQString text = "kde.org";
* bool filtered = KURIFilter::self()->filterURI( text, "kshorturifilter" );
* bool filtered = KURIFilter::self()->filterURI( text, "tdeshorturifilter" );
* \endcode
*
* \code
* TQStringList list;
* list << "kshorturifilter" << "localdomainfilter";
* list << "tdeshorturifilter" << "localdomainfilter";
* bool filtered = KURIFilter::self()->filterURI( text, list );
* \endcode
*

@ -25,7 +25,7 @@
#include <tqstring.h>
#include <tqvaluevector.h>
#include <kshortcut.h>
#include <tdeshortcut.h>
class TDEAccelBase;

@ -26,7 +26,7 @@
#include <tqvaluevector.h>
#include <tqvaluelist.h>
#include "kaccelaction.h"
#include "tdeaccelaction.h"
#include "kkeyserver.h"
class TQPopupMenu;

@ -317,7 +317,7 @@ private:
/**
* List of TDEToolBarButton objects.
* @internal
* @version $Id: ktoolbarbutton.h 372745 2004-12-22 14:08:36Z dfaure $
* @version $Id: tdetoolbarbutton.h 372745 2004-12-22 14:08:36Z dfaure $
*/
class TDEUI_EXPORT TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{

@ -23,7 +23,7 @@
#ifndef _KKEYSERVER_X11_H
#define _KKEYSERVER_X11_H
#include "kshortcut.h"
#include "tdeshortcut.h"
#include "kkeynative.h"
/**

@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define __KPANELMENU_H__
#include <tqstring.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kgenericfactory.h>
class KPanelMenuPrivate;

@ -503,17 +503,17 @@ private:
* of the filters you want to use to a TQStringList and invoke
* the appropriate filtering function. The examples below show
* the use of specific filters. The first one uses a single
* filter called kshorturifilter while the second example uses
* filter called tdeshorturifilter while the second example uses
* multiple filters:
*
* \code
* TQString text = "kde.org";
* bool filtered = KURIFilter::self()->filterURI( text, "kshorturifilter" );
* bool filtered = KURIFilter::self()->filterURI( text, "tdeshorturifilter" );
* \endcode
*
* \code
* TQStringList list;
* list << "kshorturifilter" << "localdomainfilter";
* list << "tdeshorturifilter" << "localdomainfilter";
* bool filtered = KURIFilter::self()->filterURI( text, list );
* \endcode
*

@ -25,7 +25,7 @@
#include <tqstring.h>
#include <tqvaluevector.h>
#include <kshortcut.h>
#include <tdeshortcut.h>
class TDEAccelBase;

@ -26,7 +26,7 @@
#include <tqvaluevector.h>
#include <tqvaluelist.h>
#include "kaccelaction.h"
#include "tdeaccelaction.h"
#include "kkeyserver.h"
class TQPopupMenu;

@ -317,7 +317,7 @@ private:
/**
* List of TDEToolBarButton objects.
* @internal
* @version $Id: ktoolbarbutton.h 372745 2004-12-22 14:08:36Z dfaure $
* @version $Id: tdetoolbarbutton.h 372745 2004-12-22 14:08:36Z dfaure $
*/
class TDEUI_EXPORT TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{

@ -23,7 +23,7 @@
#ifndef _KKEYSERVER_X11_H
#define _KKEYSERVER_X11_H
#include "kshortcut.h"
#include "tdeshortcut.h"
#include "kkeynative.h"
/**

@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define __KPANELMENU_H__
#include <tqstring.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kgenericfactory.h>
class KPanelMenuPrivate;

@ -503,17 +503,17 @@ private:
* of the filters you want to use to a TQStringList and invoke
* the appropriate filtering function. The examples below show
* the use of specific filters. The first one uses a single
* filter called kshorturifilter while the second example uses
* filter called tdeshorturifilter while the second example uses
* multiple filters:
*
* \code
* TQString text = "kde.org";
* bool filtered = KURIFilter::self()->filterURI( text, "kshorturifilter" );
* bool filtered = KURIFilter::self()->filterURI( text, "tdeshorturifilter" );
* \endcode
*
* \code
* TQStringList list;
* list << "kshorturifilter" << "localdomainfilter";
* list << "tdeshorturifilter" << "localdomainfilter";
* bool filtered = KURIFilter::self()->filterURI( text, list );
* \endcode
*

@ -25,7 +25,7 @@
#include <tqstring.h>
#include <tqvaluevector.h>
#include <kshortcut.h>
#include <tdeshortcut.h>
class TDEAccelBase;

@ -26,7 +26,7 @@
#include <tqvaluevector.h>
#include <tqvaluelist.h>
#include "kaccelaction.h"
#include "tdeaccelaction.h"
#include "kkeyserver.h"
class TQPopupMenu;

@ -318,7 +318,7 @@ private:
/**
* List of TDEToolBarButton objects.
* @internal
* @version $Id: ktoolbarbutton.h 465272 2005-09-29 09:47:40Z mueller $
* @version $Id: tdetoolbarbutton.h 465272 2005-09-29 09:47:40Z mueller $
*/
class TDEUI_EXPORT TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{

@ -23,7 +23,7 @@
#ifndef _KKEYSERVER_X11_H
#define _KKEYSERVER_X11_H
#include "kshortcut.h"
#include "tdeshortcut.h"
#include "kkeynative.h"
/**

@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define __KPANELMENU_H__
#include <tqstring.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kgenericfactory.h>
class KPanelMenuPrivate;

@ -503,17 +503,17 @@ private:
* of the filters you want to use to a TQStringList and invoke
* the appropriate filtering function. The examples below show
* the use of specific filters. The first one uses a single
* filter called kshorturifilter while the second example uses
* filter called tdeshorturifilter while the second example uses
* multiple filters:
*
* \code
* TQString text = "kde.org";
* bool filtered = KURIFilter::self()->filterURI( text, "kshorturifilter" );
* bool filtered = KURIFilter::self()->filterURI( text, "tdeshorturifilter" );
* \endcode
*
* \code
* TQStringList list;
* list << "kshorturifilter" << "localdomainfilter";
* list << "tdeshorturifilter" << "localdomainfilter";
* bool filtered = KURIFilter::self()->filterURI( text, list );
* \endcode
*

@ -25,7 +25,7 @@
#include <tqstring.h>
#include <tqvaluevector.h>
#include <kshortcut.h>
#include <tdeshortcut.h>
class TDEAccelBase;

@ -26,7 +26,7 @@
#include <tqvaluevector.h>
#include <tqvaluelist.h>
#include "kaccelaction.h"
#include "tdeaccelaction.h"
#include "kkeyserver.h"
class TQPopupMenu;

@ -318,7 +318,7 @@ private:
/**
* List of TDEToolBarButton objects.
* @internal
* @version $Id: ktoolbarbutton.h 465272 2005-09-29 09:47:40Z mueller $
* @version $Id: tdetoolbarbutton.h 465272 2005-09-29 09:47:40Z mueller $
*/
class TDEUI_EXPORT TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{

@ -23,7 +23,7 @@
#ifndef _KKEYSERVER_X11_H
#define _KKEYSERVER_X11_H
#include "kshortcut.h"
#include "tdeshortcut.h"
#include "kkeynative.h"
/**

@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define __KPANELMENU_H__
#include <tqstring.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kgenericfactory.h>
class KPanelMenuPrivate;

@ -503,17 +503,17 @@ private:
* of the filters you want to use to a TQStringList and invoke
* the appropriate filtering function. The examples below show
* the use of specific filters. The first one uses a single
* filter called kshorturifilter while the second example uses
* filter called tdeshorturifilter while the second example uses
* multiple filters:
*
* \code
* TQString text = "kde.org";
* bool filtered = KURIFilter::self()->filterURI( text, "kshorturifilter" );
* bool filtered = KURIFilter::self()->filterURI( text, "tdeshorturifilter" );
* \endcode
*
* \code
* TQStringList list;
* list << "kshorturifilter" << "localdomainfilter";
* list << "tdeshorturifilter" << "localdomainfilter";
* bool filtered = KURIFilter::self()->filterURI( text, list );
* \endcode
*

@ -25,7 +25,7 @@
#include <tqstring.h>
#include <tqvaluevector.h>
#include <kshortcut.h>
#include <tdeshortcut.h>
class TDEAccelBase;

@ -26,7 +26,7 @@
#include <tqvaluevector.h>
#include <tqvaluelist.h>
#include "kaccelaction.h"
#include "tdeaccelaction.h"
#include "kkeyserver.h"
class TQPopupMenu;

@ -318,7 +318,7 @@ private:
/**
* List of TDEToolBarButton objects.
* @internal
* @version $Id: ktoolbarbutton.h 465272 2005-09-29 09:47:40Z mueller $
* @version $Id: tdetoolbarbutton.h 465272 2005-09-29 09:47:40Z mueller $
*/
class TDEUI_EXPORT TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{

@ -23,7 +23,7 @@
#ifndef _KKEYSERVER_X11_H
#define _KKEYSERVER_X11_H
#include "kshortcut.h"
#include "tdeshortcut.h"
#include "kkeynative.h"
/**

@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define __KPANELMENU_H__
#include <tqstring.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kgenericfactory.h>
class KPanelMenuPrivate;

@ -503,17 +503,17 @@ private:
* of the filters you want to use to a TQStringList and invoke
* the appropriate filtering function. The examples below show
* the use of specific filters. The first one uses a single
* filter called kshorturifilter while the second example uses
* filter called tdeshorturifilter while the second example uses
* multiple filters:
*
* \code
* TQString text = "kde.org";
* bool filtered = KURIFilter::self()->filterURI( text, "kshorturifilter" );
* bool filtered = KURIFilter::self()->filterURI( text, "tdeshorturifilter" );
* \endcode
*
* \code
* TQStringList list;
* list << "kshorturifilter" << "localdomainfilter";
* list << "tdeshorturifilter" << "localdomainfilter";
* bool filtered = KURIFilter::self()->filterURI( text, list );
* \endcode
*

@ -25,7 +25,7 @@
#include <tqstring.h>
#include <tqvaluevector.h>
#include <kshortcut.h>
#include <tdeshortcut.h>
class TDEAccelBase;

@ -26,7 +26,7 @@
#include <tqvaluevector.h>
#include <tqvaluelist.h>
#include "kaccelaction.h"
#include "tdeaccelaction.h"
#include "kkeyserver.h"
class TQPopupMenu;

@ -318,7 +318,7 @@ private:
/**
* List of TDEToolBarButton objects.
* @internal
* @version $Id: ktoolbarbutton.h 465272 2005-09-29 09:47:40Z mueller $
* @version $Id: tdetoolbarbutton.h 465272 2005-09-29 09:47:40Z mueller $
*/
class TDEUI_EXPORT TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{

@ -68,7 +68,7 @@ source = $SRC/tdecore
ignore = netwm_p.h kde_dmalloc.h kunload.h kdatastream.h ksockaddr.h kextsock.h ksocks.h
ignore = tdesycocaentry.h tdesycocafactory.h tdesycocatype.h tdesycoca.h kapp.h kstandarddirs.h
ignore = kgenericfactory.h ktypelist.h kvmallocator.h ksortablevaluelist.h
ignore = kextendedsocket.h klargefile.h kdebug.h kdebugclasses.h kxmessages.h kaccelmanager.h
ignore = kextendedsocket.h klargefile.h kdebug.h kdebugclasses.h kxmessages.h tdeaccelmanager.h
ignore = kdemacros.h kxerrorhandler.h fixx11.h kuser.h kuniqueapp.h kde_file.h tdelibs_export.h
ignore = kswap.h
compare = $COMP $DST/extra/kde350
@ -80,7 +80,7 @@ include =
libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdecore -ldcopcmodule
amend = * ctor parent /TransferThis/
amend = * all parent /Transfer/
sipslot = pObjSlot psMethodSlot kaccel kglobalaccel
sipslot = pObjSlot psMethodSlot tdeaccel kglobalaccel
define = "Q_WS_X11", "1"
define = "\(TQt::ALT \<\< 1\)", "16777216"
define = "\(TQt::META\)", "16777216"
@ -138,11 +138,11 @@ retain
module = tdeui
//trace = kactioncollection.sip
//trace = tdeactioncollection.sip
source = $SRC/tdeui/
ignore = kcolorbutton.h kcolordlg.h kwidgetid.h kaccelgen.h kdatepik.h kdualcolorbtn.h kxmlgui.h kdockwidget_p.h
ignore = kdockwindow.h ksconfig.h tdespell.h tdespelldlg.h klistviewlineedit.h ksyntaxhighlighter.h ksharedpixmap.h
ignore = kcolorbutton.h kcolordlg.h kwidgetid.h tdeaccelgen.h kdatepik.h kdualcolorbtn.h kxmlgui.h kdockwidget_p.h
ignore = kdockwindow.h ksconfig.h tdespell.h tdespelldlg.h tdelistviewlineedit.h ksyntaxhighlighter.h ksharedpixmap.h
compare = $COMP
subst = $DST/extra/kde350
import = qtmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11)
@ -158,8 +158,8 @@ amend = * ctor parent /TransferThis/
amend = KDockMainWindow all parent /TransferThis/
amend = KDockArea all parent /TransferThis/
amend = * all parent /Transfer/
sipslot = receiver member kaccelmenu
sipslot = receiver slot kaction kactionclasses kbuttonbox ktoolbar
sipslot = receiver member tdeaccelmenu
sipslot = receiver slot tdeaction tdeactionclasses kbuttonbox tdetoolbar
sipslot = recvr slot kstdaction
define = "TQT_VERSION", "301"
define = "TDEUI_EXPORT", ""

@ -68,7 +68,7 @@ source = $SRC/tdecore
ignore = netwm_p.h kde_dmalloc.h kunload.h kdatastream.h ksockaddr.h kextsock.h ksocks.h
ignore = tdesycocaentry.h tdesycocafactory.h tdesycocatype.h tdesycoca.h kapp.h kstandarddirs.h
ignore = kgenericfactory.h ktypelist.h kvmallocator.h ksortablevaluelist.h
ignore = kextendedsocket.h klargefile.h kdebug.h kdebugclasses.h kxmessages.h kaccelmanager.h
ignore = kextendedsocket.h klargefile.h kdebug.h kdebugclasses.h kxmessages.h tdeaccelmanager.h
ignore = kdemacros.h kxerrorhandler.h fixx11.h kuser.h kuniqueapp.h kde_file.h tdelibs_export.h
ignore = kswap.h
compare = $COMP $DST/extra/kde351
@ -80,7 +80,7 @@ include =
libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdecore -ldcopcmodule
amend = * ctor parent /TransferThis/
amend = * all parent /Transfer/
sipslot = pObjSlot psMethodSlot kaccel kglobalaccel
sipslot = pObjSlot psMethodSlot tdeaccel kglobalaccel
define = "Q_WS_X11", "1"
define = "\(TQt::ALT \<\< 1\)", "16777216"
define = "\(TQt::META\)", "16777216"
@ -138,11 +138,11 @@ retain
module = tdeui
//trace = kactioncollection.sip
//trace = tdeactioncollection.sip
source = $SRC/tdeui/
ignore = kcolorbutton.h kcolordlg.h kwidgetid.h kaccelgen.h kdatepik.h kdualcolorbtn.h kxmlgui.h kdockwidget_p.h
ignore = kdockwindow.h ksconfig.h tdespell.h tdespelldlg.h klistviewlineedit.h ksyntaxhighlighter.h ksharedpixmap.h
ignore = kcolorbutton.h kcolordlg.h kwidgetid.h tdeaccelgen.h kdatepik.h kdualcolorbtn.h kxmlgui.h kdockwidget_p.h
ignore = kdockwindow.h ksconfig.h tdespell.h tdespelldlg.h tdelistviewlineedit.h ksyntaxhighlighter.h ksharedpixmap.h
compare = $COMP
subst = $DST/extra/kde351
import = qtmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11)
@ -158,8 +158,8 @@ amend = * ctor parent /TransferThis/
amend = KDockMainWindow all parent /TransferThis/
amend = KDockArea all parent /TransferThis/
amend = * all parent /Transfer/
sipslot = receiver member kaccelmenu
sipslot = receiver slot kaction kactionclasses kbuttonbox ktoolbar
sipslot = receiver member tdeaccelmenu
sipslot = receiver slot tdeaction tdeactionclasses kbuttonbox tdetoolbar
sipslot = recvr slot kstdaction
define = "TQT_VERSION", "301"
define = "TDEUI_EXPORT", ""

@ -68,7 +68,7 @@ source = $SRC/tdecore
ignore = netwm_p.h kde_dmalloc.h kunload.h kdatastream.h ksockaddr.h kextsock.h ksocks.h
ignore = tdesycocaentry.h tdesycocafactory.h tdesycocatype.h tdesycoca.h kapp.h kstandarddirs.h
ignore = kgenericfactory.h ktypelist.h kvmallocator.h ksortablevaluelist.h
ignore = kextendedsocket.h klargefile.h kdebug.h kdebugclasses.h kxmessages.h kaccelmanager.h
ignore = kextendedsocket.h klargefile.h kdebug.h kdebugclasses.h kxmessages.h tdeaccelmanager.h
ignore = kdemacros.h kxerrorhandler.h fixx11.h kuser.h kuniqueapp.h kde_file.h tdelibs_export.h
ignore = kswap.h
compare = $COMP $DST/extra/kde352
@ -80,7 +80,7 @@ include =
libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdecore -ldcopcmodule
amend = * ctor parent /TransferThis/
amend = * all parent /Transfer/
sipslot = pObjSlot psMethodSlot kaccel kglobalaccel
sipslot = pObjSlot psMethodSlot tdeaccel kglobalaccel
define = "Q_WS_X11", "1"
define = "\(TQt::ALT \<\< 1\)", "16777216"
define = "\(TQt::META\)", "16777216"
@ -138,11 +138,11 @@ retain
module = tdeui
//trace = kactioncollection.sip
//trace = tdeactioncollection.sip
source = $SRC/tdeui/
ignore = kcolorbutton.h kcolordlg.h kwidgetid.h kaccelgen.h kdatepik.h kdualcolorbtn.h kxmlgui.h kdockwidget_p.h
ignore = kdockwindow.h ksconfig.h tdespell.h tdespelldlg.h klistviewlineedit.h ksyntaxhighlighter.h ksharedpixmap.h
ignore = kcolorbutton.h kcolordlg.h kwidgetid.h tdeaccelgen.h kdatepik.h kdualcolorbtn.h kxmlgui.h kdockwidget_p.h
ignore = kdockwindow.h ksconfig.h tdespell.h tdespelldlg.h tdelistviewlineedit.h ksyntaxhighlighter.h ksharedpixmap.h
compare = $COMP
subst = $DST/extra/kde352
import = qtmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11)
@ -158,8 +158,8 @@ amend = * ctor parent /TransferThis/
amend = KDockMainWindow all parent /TransferThis/
amend = KDockArea all parent /TransferThis/
amend = * all parent /Transfer/
sipslot = receiver member kaccelmenu
sipslot = receiver slot kaction kactionclasses kbuttonbox ktoolbar
sipslot = receiver member tdeaccelmenu
sipslot = receiver slot tdeaction tdeactionclasses kbuttonbox tdetoolbar
sipslot = recvr slot kstdaction
define = "TQT_VERSION", "301"
define = "TDEUI_EXPORT", ""

@ -68,7 +68,7 @@ source = $SRC/tdecore
ignore = netwm_p.h kde_dmalloc.h kunload.h kdatastream.h ksockaddr.h kextsock.h ksocks.h
ignore = tdesycocaentry.h tdesycocafactory.h tdesycocatype.h tdesycoca.h kapp.h kstandarddirs.h
ignore = kgenericfactory.h ktypelist.h kvmallocator.h ksortablevaluelist.h
ignore = kextendedsocket.h klargefile.h kdebug.h kdebugclasses.h kxmessages.h kaccelmanager.h
ignore = kextendedsocket.h klargefile.h kdebug.h kdebugclasses.h kxmessages.h tdeaccelmanager.h
ignore = kdemacros.h kxerrorhandler.h fixx11.h kuser.h kuniqueapp.h kde_file.h tdelibs_export.h
ignore = kswap.h
compare = $COMP $DST/extra/kde353
@ -80,7 +80,7 @@ include =
libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdecore -ldcopcmodule
amend = * ctor parent /TransferThis/
amend = * all parent /Transfer/
sipslot = pObjSlot psMethodSlot kaccel kglobalaccel
sipslot = pObjSlot psMethodSlot tdeaccel kglobalaccel
define = "Q_WS_X11", "1"
define = "\(TQt::ALT \<\< 1\)", "16777216"
define = "\(TQt::META\)", "16777216"
@ -138,11 +138,11 @@ retain
module = tdeui
//trace = kactioncollection.sip
//trace = tdeactioncollection.sip
source = $SRC/tdeui/
ignore = kcolorbutton.h kcolordlg.h kwidgetid.h kaccelgen.h kdatepik.h kdualcolorbtn.h kxmlgui.h kdockwidget_p.h
ignore = kdockwindow.h ksconfig.h tdespell.h tdespelldlg.h klistviewlineedit.h ksyntaxhighlighter.h ksharedpixmap.h
ignore = kcolorbutton.h kcolordlg.h kwidgetid.h tdeaccelgen.h kdatepik.h kdualcolorbtn.h kxmlgui.h kdockwidget_p.h
ignore = kdockwindow.h ksconfig.h tdespell.h tdespelldlg.h tdelistviewlineedit.h ksyntaxhighlighter.h ksharedpixmap.h
compare = $COMP
subst = $DST/extra/kde353
import = qtmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11)
@ -158,8 +158,8 @@ amend = * ctor parent /TransferThis/
amend = KDockMainWindow all parent /TransferThis/
amend = KDockArea all parent /TransferThis/
amend = * all parent /Transfer/
sipslot = receiver member kaccelmenu
sipslot = receiver slot kaction kactionclasses kbuttonbox ktoolbar
sipslot = receiver member tdeaccelmenu
sipslot = receiver slot tdeaction tdeactionclasses kbuttonbox tdetoolbar
sipslot = recvr slot kstdaction
define = "TQT_VERSION", "301"
define = "TDEUI_EXPORT", ""

@ -27,7 +27,7 @@
class TDEAccel : TQAccel
{
%TypeHeaderCode
#include <kaccel.h>
#include <tdeaccel.h>
%End
@ -161,7 +161,7 @@ public:
//converts a Python dict of int:TQString
{
%TypeHeaderCode
#include <kaccel.h>
#include <tdeaccel.h>
%End
%ConvertFromTypeCode

@ -27,7 +27,7 @@
class TDEAccelAction
{
%TypeHeaderCode
#include <kaccelaction.h>
#include <tdeaccelaction.h>
%End
@ -76,7 +76,7 @@ protected:
class TDEAccelActions
{
%TypeHeaderCode
#include <kaccelaction.h>
#include <tdeaccelaction.h>
%End

@ -27,7 +27,7 @@
class TDEAccelBase
{
%TypeHeaderCode
#include <kaccelbase.h>
#include <tdeaccelbase.h>
%End

@ -33,9 +33,9 @@
%Include bytearray.sip
%Include kaboutdata.sip
%Include kaccel.sip
%Include kaccelaction.sip
%Include kaccelbase.sip
%Include tdeaccel.sip
%Include tdeaccelaction.sip
%Include tdeaccelbase.sip
%Include kallocator.sip
%Include kapplication.sip
%Include kasyncio.sip
@ -79,13 +79,13 @@
%Include krootprop.sip
%Include ksavefile.sip
%Include ksharedptr.sip
%Include kshortcut.sip
%Include kshortcutlist.sip
%Include tdeshortcut.sip
%Include tdeshortcutlist.sip
%Include ksimpleconfig.sip
%Include ksock.sip
%Include kstartupinfo.sip
%Include kstaticdeleter.sip
%Include kstdaccel.sip
%Include tdestdaccel.sip
%Include kstddirs.sip
%Include kstringhandler.sip
%Include ktempdir.sip

@ -27,7 +27,7 @@
class KKey
{
%TypeHeaderCode
#include <kshortcut.h>
#include <tdeshortcut.h>
%End
@ -127,7 +127,7 @@ public:
class KKeySequence
{
%TypeHeaderCode
#include <kshortcut.h>
#include <tdeshortcut.h>
%End
@ -185,7 +185,7 @@ public:
class TDEShortcut
{
%TypeHeaderCode
#include <kshortcut.h>
#include <tdeshortcut.h>
%End

@ -28,8 +28,8 @@ class TDEShortcutList
{
%TypeHeaderCode
#include <tdeconfigbase.h>
#include <kshortcut.h>
#include <kshortcutlist.h>
#include <tdeshortcut.h>
#include <tdeshortcutlist.h>
%End
@ -69,8 +69,8 @@ class TDEAccelShortcutList : TDEShortcutList
{
%TypeHeaderCode
#include <tdeconfigbase.h>
#include <kshortcut.h>
#include <kshortcutlist.h>
#include <tdeshortcut.h>
#include <tdeshortcutlist.h>
%End
@ -105,8 +105,8 @@ class ShortcutList : TDEShortcutList
{
%TypeHeaderCode
#include <tdeconfigbase.h>
#include <kshortcut.h>
#include <kshortcutlist.h>
#include <tdeshortcut.h>
#include <tdeshortcutlist.h>
%End

@ -24,7 +24,7 @@
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
%ModuleHeaderCode
#include <kstdaccel.h>
#include <tdestdaccel.h>
%End
namespace TDEStdAccel

@ -1,4 +1,4 @@
- %Include krecentdirs.sip
- %Include tderecentdirs.sip
+ %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip
+ %Include kencodingfiledialog.sip

@ -55,7 +55,7 @@
%Include kopenwith.sip
%Include kpreviewwidgetbase.sip
%Include kpropertiesdialog.sip
%Include krecentdocument.sip
%Include tderecentdocument.sip
%Include kurlbar.sip
%Include kurlcombobox.sip
%Include kurlrequester.sip

@ -27,7 +27,7 @@
class TDERecentDirs
{
%TypeHeaderCode
#include <krecentdirs.h>
#include <tderecentdirs.h>
%End

@ -27,7 +27,7 @@
class TDERecentDocument
{
%TypeHeaderCode
#include <krecentdocument.h>
#include <tderecentdocument.h>
%End

@ -88,7 +88,7 @@ TQPtrList<TDEAction> testTDEActionList (TQPtrList<TDEAction>);
{
%TypeHeaderCode
#include <tqptrlist.h>
#include <kaction.h>
#include <tdeaction.h>
%End
%ConvertFromTypeCode

@ -29,7 +29,7 @@
class TDEAcceleratorManager
{
%TypeHeaderCode
#include <kaccelmanager.h>
#include <tdeaccelmanager.h>
%End

@ -27,9 +27,9 @@
class TDEAccelMenu : TDEPopupMenu
{
%TypeHeaderCode
#include <kaccel.h>
#include <kpopupmenu.h>
#include <kaccelmenu.h>
#include <tdeaccel.h>
#include <tdepopupmenu.h>
#include <tdeaccelmenu.h>
%End

@ -27,7 +27,7 @@
class TDEAction : TQObject
{
%TypeHeaderCode
#include <kaction.h>
#include <tdeaction.h>
%End
@ -61,7 +61,7 @@ public:
int containerCount () const;
%If ( KDE_3_1_0 - )
uint kaccelCount () const;
uint tdeaccelCount () const;
%End
virtual bool hasIcon () const;
@ -186,7 +186,7 @@ protected:
class TDEToggleAction : TDEAction
{
%TypeHeaderCode
#include <kaction.h>
#include <tdeaction.h>
%End
@ -228,7 +228,7 @@ protected:
class TDERadioAction : TDEToggleAction
{
%TypeHeaderCode
#include <kaction.h>
#include <tdeaction.h>
%End
@ -257,7 +257,7 @@ protected:
class TDESelectAction : TDEAction
{
%TypeHeaderCode
#include <kaction.h>
#include <tdeaction.h>
%End
@ -329,7 +329,7 @@ protected:
class TDEListAction : TDESelectAction
{
%TypeHeaderCode
#include <kaction.h>
#include <tdeaction.h>
%End
@ -360,7 +360,7 @@ protected:
class TDERecentFilesAction : TDEListAction
{
%TypeHeaderCode
#include <kaction.h>
#include <tdeaction.h>
%End
@ -403,7 +403,7 @@ protected:
class TDEFontAction : TDESelectAction
{
%TypeHeaderCode
#include <kaction.h>
#include <tdeaction.h>
%End
@ -434,7 +434,7 @@ protected:
class TDEFontSizeAction : TDESelectAction
{
%TypeHeaderCode
#include <kaction.h>
#include <tdeaction.h>
%End
@ -472,7 +472,7 @@ protected:
class TDEActionMenu : TDEAction
{
%TypeHeaderCode
#include <kaction.h>
#include <tdeaction.h>
%End
@ -504,7 +504,7 @@ protected:
class TDEToolBarPopupAction : TDEAction
{
%TypeHeaderCode
#include <kaction.h>
#include <tdeaction.h>
%End
@ -532,7 +532,7 @@ protected:
class TDEToggleToolBarAction : TDEToggleAction
{
%TypeHeaderCode
#include <kaction.h>
#include <tdeaction.h>
%End
@ -558,7 +558,7 @@ protected:
class KWidgetAction : TDEAction
{
%TypeHeaderCode
#include <kaction.h>
#include <tdeaction.h>
%End
@ -585,7 +585,7 @@ protected:
class TDEActionSeparator : TDEAction
{
%TypeHeaderCode
#include <kaction.h>
#include <tdeaction.h>
%End
@ -606,7 +606,7 @@ protected:
class TDEActionCollection : TQObject
{
%TypeHeaderCode
#include <kaction.h>
#include <tdeaction.h>
%End
@ -625,7 +625,7 @@ public:
virtual TDEAccel* accel ();
%If ( KDE_3_1_0 - )
TDEAccel* kaccel ();
TDEAccel* tdeaccel ();
TDEAccel* builderTDEAccel () const;
%End
@ -692,7 +692,7 @@ protected:
{
%TypeHeaderCode
#include <tqvaluelist.h>
#include <kaction.h>
#include <tdeaction.h>
//typedef TQValueList<TDEAction*> TDEActionPtrList;
%End

@ -29,7 +29,7 @@
class TDEToggleAction : TDEAction
{
%TypeHeaderCode
#include <kactionclasses.h>
#include <tdeactionclasses.h>
%End
@ -77,7 +77,7 @@ protected:
class TDERadioAction : TDEToggleAction
{
%TypeHeaderCode
#include <kactionclasses.h>
#include <tdeactionclasses.h>
%End
@ -106,7 +106,7 @@ protected:
class TDESelectAction : TDEAction
{
%TypeHeaderCode
#include <kactionclasses.h>
#include <tdeactionclasses.h>
%End
@ -180,7 +180,7 @@ protected:
class TDEListAction : TDESelectAction
{
%TypeHeaderCode
#include <kactionclasses.h>
#include <tdeactionclasses.h>
%End
@ -211,7 +211,7 @@ protected:
class TDERecentFilesAction : TDEListAction
{
%TypeHeaderCode
#include <kactionclasses.h>
#include <tdeactionclasses.h>
%End
@ -270,7 +270,7 @@ protected:
class TDEFontAction : TDESelectAction
{
%TypeHeaderCode
#include <kactionclasses.h>
#include <tdeactionclasses.h>
%End
@ -307,7 +307,7 @@ protected:
class TDEFontSizeAction : TDESelectAction
{
%TypeHeaderCode
#include <kactionclasses.h>
#include <tdeactionclasses.h>
%End
@ -345,7 +345,7 @@ protected:
class TDEActionMenu : TDEAction
{
%TypeHeaderCode
#include <kactionclasses.h>
#include <tdeactionclasses.h>
%End
@ -377,7 +377,7 @@ protected:
class TDEToolBarPopupAction : TDEAction
{
%TypeHeaderCode
#include <kactionclasses.h>
#include <tdeactionclasses.h>
%End
@ -405,7 +405,7 @@ protected:
class TDEToggleToolBarAction : TDEToggleAction
{
%TypeHeaderCode
#include <kactionclasses.h>
#include <tdeactionclasses.h>
%End
@ -431,7 +431,7 @@ protected:
class TDEToggleFullScreenAction : TDEToggleAction
{
%TypeHeaderCode
#include <kactionclasses.h>
#include <tdeactionclasses.h>
%End
@ -458,7 +458,7 @@ protected:
class KWidgetAction : TDEAction
{
%TypeHeaderCode
#include <kactionclasses.h>
#include <tdeactionclasses.h>
%End
@ -485,7 +485,7 @@ protected:
class TDEActionSeparator : TDEAction
{
%TypeHeaderCode
#include <kactionclasses.h>
#include <tdeactionclasses.h>
%End
@ -506,7 +506,7 @@ protected:
class TDEPasteTextAction : TDEAction
{
%TypeHeaderCode
#include <kactionclasses.h>
#include <tdeactionclasses.h>
%End

@ -29,7 +29,7 @@
class TDEActionCollection : TQObject
{
%TypeHeaderCode
#include <kactioncollection.h>
#include <tdeactioncollection.h>
%End
@ -42,7 +42,7 @@ public:
bool isAutoConnectShortcuts ();
bool addDocCollection (TDEActionCollection*);
virtual TDEAccel* accel ();
TDEAccel* kaccel ();
TDEAccel* tdeaccel ();
TDEAccel* builderTDEAccel () const;
virtual uint count () const;
bool isEmpty () const;

@ -29,7 +29,7 @@
class TDEActionSelector : TQWidget
{
%TypeHeaderCode
#include <kactionselector.h>
#include <tdeactionselector.h>
%End

@ -28,9 +28,9 @@ class TDEActionShortcutList : TDEShortcutList
{
%TypeHeaderCode
#include <tdeconfigbase.h>
#include <kshortcut.h>
#include <kaction.h>
#include <kactionshortcutlist.h>
#include <tdeshortcut.h>
#include <tdeaction.h>
#include <tdeactionshortcutlist.h>
%End
@ -66,9 +66,9 @@ class TDEActionPtrShortcutList : TDEShortcutList
{
%TypeHeaderCode
#include <tdeconfigbase.h>
#include <kshortcut.h>
#include <kaction.h>
#include <kactionshortcutlist.h>
#include <tdeshortcut.h>
#include <tdeaction.h>
#include <tdeactionshortcutlist.h>
%End

@ -27,7 +27,7 @@
class TDEFontCombo : KComboBox
{
%TypeHeaderCode
#include <kfontcombo.h>
#include <tdefontcombo.h>
%End

@ -28,7 +28,7 @@ class TDEFontChooser : TQWidget
{
%TypeHeaderCode
#include <tqbutton.h>
#include <kfontdialog.h>
#include <tdefontdialog.h>
%End
@ -118,7 +118,7 @@ public:
class TDEFontDialog : KDialogBase
{
%TypeHeaderCode
#include <kfontdialog.h>
#include <tdefontdialog.h>
%End

@ -29,7 +29,7 @@
class TDEFontRequester : TQWidget
{
%TypeHeaderCode
#include <kfontrequester.h>
#include <tdefontrequester.h>
%End

@ -27,7 +27,7 @@
class TDEListBox : TQListBox
{
%TypeHeaderCode
#include <klistbox.h>
#include <tdelistbox.h>
%End

@ -27,7 +27,7 @@
class TDEListView : TQListView
{
%TypeHeaderCode
#include <klistview.h>
#include <tdelistview.h>
%End
@ -230,7 +230,7 @@ protected:
class TDEListViewItem : TQListViewItem
{
%TypeHeaderCode
#include <klistview.h>
#include <tdelistview.h>
%End

@ -27,7 +27,7 @@
class TDEListViewLineEdit : KLineEdit
{
%TypeHeaderCode
#include <klistviewlineedit.h>
#include <tdelistviewlineedit.h>
%End

@ -29,7 +29,7 @@
class TDEListViewSearchLine : KLineEdit
{
%TypeHeaderCode
#include <klistviewsearchline.h>
#include <tdelistviewsearchline.h>
%End
@ -66,7 +66,7 @@ protected slots:
class TDEListViewSearchLineWidget : TQHBox
{
%TypeHeaderCode
#include <klistviewsearchline.h>
#include <tdelistviewsearchline.h>
%End

@ -27,7 +27,7 @@
class TDEMainWindow : TQMainWindow, KXMLGUIBuilder, KXMLGUIClient
{
%TypeHeaderCode
#include <kmainwindow.h>
#include <tdemainwindow.h>
%End
@ -205,7 +205,7 @@ protected:
{
%TypeHeaderCode
#include <tqptrlist.h>
#include <kmainwindow.h>
#include <tdemainwindow.h>
%End
%ConvertFromTypeCode

@ -27,7 +27,7 @@
class TDEMainWindowInterface : DCOPObject
{
%TypeHeaderCode
#include <kmainwindowiface.h>
#include <tdemainwindowiface.h>
%End

@ -27,7 +27,7 @@
class TDEPopupTitle : TQWidget
{
%TypeHeaderCode
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
%End
@ -65,7 +65,7 @@ protected:
class TDEPopupMenu : TQPopupMenu
{
%TypeHeaderCode
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
%End

@ -27,7 +27,7 @@
class KXYSelector : TQWidget
{
%TypeHeaderCode
#include <kselect.h>
#include <tdeselect.h>
%End
@ -70,7 +70,7 @@ protected:
class TDESelector : TQWidget, TQRangeControl
{
%TypeHeaderCode
#include <kselect.h>
#include <tdeselect.h>
%End
@ -113,7 +113,7 @@ protected:
class KGradientSelector : TDESelector
{
%TypeHeaderCode
#include <kselect.h>
#include <tdeselect.h>
%End

@ -29,7 +29,7 @@
class TDEShortcutDialog : KDialogBase
{
%TypeHeaderCode
#include <kshortcutdialog.h>
#include <tdeshortcutdialog.h>
%End

@ -27,7 +27,7 @@
class TDEToolBarSeparator : TQFrame
{
%TypeHeaderCode
#include <ktoolbar.h>
#include <tdetoolbar.h>
%End
@ -55,7 +55,7 @@ protected:
class TDEToolBar : TQToolBar
{
%TypeHeaderCode
#include <ktoolbar.h>
#include <tdetoolbar.h>
%End

@ -27,7 +27,7 @@
class TDEToolBarButton : TQToolButton
{
%TypeHeaderCode
#include <ktoolbarbutton.h>
#include <tdetoolbarbutton.h>
%End

@ -29,7 +29,7 @@
class TDEToolBarLabelAction : KWidgetAction
{
%TypeHeaderCode
#include <ktoolbarlabelaction.h>
#include <tdetoolbarlabelaction.h>
%End

@ -27,7 +27,7 @@
class TDEToolBarRadioGroup : TQObject
{
%TypeHeaderCode
#include <ktoolbarradiogroup.h>
#include <tdetoolbarradiogroup.h>
%End

@ -1,4 +1,4 @@
+ %Include kaccelmanager.sip
+ %Include tdeaccelmanager.sip
+ %Include kpassivepopup.sip
+ %Include ktextedit.sip
+ %Include twindowinfo.sip

@ -1,4 +1,4 @@
+ %Include kaccelmanager.sip
+ %Include tdeaccelmanager.sip
+ %Include kpassivepopup.sip
+ %Include ktextedit.sip
+ %Include twindowinfo.sip

@ -1,4 +1,4 @@
+ %Include kaccelmanager.sip
+ %Include tdeaccelmanager.sip
+ %Include kpassivepopup.sip
+ %Include ktextedit.sip
+ %Include twindowinfo.sip

@ -1,4 +1,4 @@
+ %Include kaccelmanager.sip
+ %Include tdeaccelmanager.sip
+ %Include kpassivepopup.sip
+ %Include ktextedit.sip
+ %Include twindowinfo.sip

@ -1,4 +1,4 @@
+ %Include kaccelmanager.sip
+ %Include tdeaccelmanager.sip
+ %Include kpassivepopup.sip
+ %Include ktextedit.sip
+ %Include twindowinfo.sip

@ -1,4 +1,4 @@
+ %Include kaccelmanager.sip
+ %Include tdeaccelmanager.sip
+ %Include kpassivepopup.sip
+ %Include ktextedit.sip
+ %Include twindowinfo.sip

@ -1,8 +1,8 @@
+ %Include kactionclasses.sip
+ %Include kactioncollection.sip
+ %Include tdeactionclasses.sip
+ %Include tdeactioncollection.sip
+ %Include tdeconfigdialog.sip
+ %Include kdatetimewidget.sip
+ %Include kfontrequester.sip
+ %Include tdefontrequester.sip
+ %Include kinputdialog.sip
+ %Include kpassivepopup.sip
+ %Include ksplashscreen.sip

@ -1,8 +1,8 @@
+ %Include kactionclasses.sip
+ %Include kactioncollection.sip
+ %Include tdeactionclasses.sip
+ %Include tdeactioncollection.sip
+ %Include tdeconfigdialog.sip
+ %Include kdatetimewidget.sip
+ %Include kfontrequester.sip
+ %Include tdefontrequester.sip
+ %Include kinputdialog.sip
+ %Include kpassivepopup.sip
+ %Include ksplashscreen.sip

@ -1,8 +1,8 @@
+ %Include kactionclasses.sip
+ %Include kactioncollection.sip
+ %Include tdeactionclasses.sip
+ %Include tdeactioncollection.sip
+ %Include tdeconfigdialog.sip
+ %Include kdatetimewidget.sip
+ %Include kfontrequester.sip
+ %Include tdefontrequester.sip
+ %Include kinputdialog.sip
+ %Include kpassivepopup.sip
+ %Include ksplashscreen.sip

@ -1,8 +1,8 @@
+ %Include kactionclasses.sip
+ %Include kactioncollection.sip
+ %Include tdeactionclasses.sip
+ %Include tdeactioncollection.sip
+ %Include tdeconfigdialog.sip
+ %Include kdatetimewidget.sip
+ %Include kfontrequester.sip
+ %Include tdefontrequester.sip
+ %Include kinputdialog.sip
+ %Include kpassivepopup.sip
//+ %Include ksharedpixmap.sip

@ -1,12 +1,12 @@
+ %Include kactionclasses.sip
+ %Include kactioncollection.sip
+ %Include kactionselector.sip
+ %Include tdeactionclasses.sip
+ %Include tdeactioncollection.sip
+ %Include tdeactionselector.sip
+ %Include tdeconfigdialog.sip
+ %Include kdatetimewidget.sip
+ %Include kfontrequester.sip
+ %Include tdefontrequester.sip
+ %Include kinputdialog.sip
+ %Include klanguagebutton.sip
+ %Include klistviewsearchline.sip
+ %Include tdelistviewsearchline.sip
+ %Include kpassivepopup.sip
+ %Include ksplashscreen.sip
+ %Include ktabbar.sip

@ -1,12 +1,12 @@
+ %Include kactionclasses.sip
+ %Include kactioncollection.sip
+ %Include kactionselector.sip
+ %Include tdeactionclasses.sip
+ %Include tdeactioncollection.sip
+ %Include tdeactionselector.sip
+ %Include tdeconfigdialog.sip
+ %Include kdatetimewidget.sip
+ %Include kfontrequester.sip
+ %Include tdefontrequester.sip
+ %Include kinputdialog.sip
+ %Include klanguagebutton.sip
+ %Include klistviewsearchline.sip
+ %Include tdelistviewsearchline.sip
+ %Include kpassivepopup.sip
+ %Include ksplashscreen.sip
+ %Include ktabbar.sip

@ -1,12 +1,12 @@
+ %Include kactionclasses.sip
+ %Include kactioncollection.sip
+ %Include kactionselector.sip
+ %Include tdeactionclasses.sip
+ %Include tdeactioncollection.sip
+ %Include tdeactionselector.sip
+ %Include tdeconfigdialog.sip
+ %Include kdatetimewidget.sip
+ %Include kfontrequester.sip
+ %Include tdefontrequester.sip
+ %Include kinputdialog.sip
+ %Include klanguagebutton.sip
+ %Include klistviewsearchline.sip
+ %Include tdelistviewsearchline.sip
+ %Include kpassivepopup.sip
+ %Include ksplashscreen.sip
+ %Include ktabbar.sip

@ -1,21 +1,21 @@
+ %Include kactionclasses.sip
+ %Include kactioncollection.sip
+ %Include kactionselector.sip
+ %Include tdeactionclasses.sip
+ %Include tdeactioncollection.sip
+ %Include tdeactionselector.sip
+ %Include tdeconfigdialog.sip
+ %Include kdatetimewidget.sip
+ %Include kfontrequester.sip
+ %Include tdefontrequester.sip
+ %Include kiconviewsearchline.sip
+ %Include kinputdialog.sip
+ %Include klanguagebutton.sip
+ %Include klistviewsearchline.sip
+ %Include tdelistviewsearchline.sip
+ %Include kpassivepopup.sip
+ %Include kpixmapregionselectordialog.sip
+ %Include kpixmapregionselectorwidget.sip
+ %Include kshortcutdialog.sip
+ %Include tdeshortcutdialog.sip
+ %Include ksplashscreen.sip
+ %Include ktabbar.sip
+ %Include ktabwidget.sip
+ %Include ktextedit.sip
+ %Include ktimewidget.sip
+ %Include ktoolbarlabelaction.sip
+ %Include tdetoolbarlabelaction.sip
+ %Include twindowinfo.sip

@ -1,21 +1,21 @@
+ %Include kactionclasses.sip
+ %Include kactioncollection.sip
+ %Include kactionselector.sip
+ %Include tdeactionclasses.sip
+ %Include tdeactioncollection.sip
+ %Include tdeactionselector.sip
+ %Include tdeconfigdialog.sip
+ %Include kdatetimewidget.sip
+ %Include kfontrequester.sip
+ %Include tdefontrequester.sip
+ %Include kiconviewsearchline.sip
+ %Include kinputdialog.sip
+ %Include klanguagebutton.sip
+ %Include klistviewsearchline.sip
+ %Include tdelistviewsearchline.sip
+ %Include kpassivepopup.sip
+ %Include kpixmapregionselectordialog.sip
+ %Include kpixmapregionselectorwidget.sip
+ %Include kshortcutdialog.sip
+ %Include tdeshortcutdialog.sip
+ %Include ksplashscreen.sip
+ %Include ktabbar.sip
+ %Include ktabwidget.sip
+ %Include ktextedit.sip
+ %Include ktimewidget.sip
+ %Include ktoolbarlabelaction.sip
+ %Include tdetoolbarlabelaction.sip
+ %Include twindowinfo.sip

@ -1,21 +1,21 @@
+ %Include kactionclasses.sip
+ %Include kactioncollection.sip
+ %Include kactionselector.sip
+ %Include tdeactionclasses.sip
+ %Include tdeactioncollection.sip
+ %Include tdeactionselector.sip
+ %Include tdeconfigdialog.sip
+ %Include kdatetimewidget.sip
+ %Include kfontrequester.sip
+ %Include tdefontrequester.sip
+ %Include kiconviewsearchline.sip
+ %Include kinputdialog.sip
+ %Include klanguagebutton.sip
+ %Include klistviewsearchline.sip
+ %Include tdelistviewsearchline.sip
+ %Include kpassivepopup.sip
+ %Include kpixmapregionselectordialog.sip
+ %Include kpixmapregionselectorwidget.sip
+ %Include kshortcutdialog.sip
+ %Include tdeshortcutdialog.sip
+ %Include ksplashscreen.sip
+ %Include ktabbar.sip
+ %Include ktabwidget.sip
+ %Include ktextedit.sip
+ %Include ktimewidget.sip
+ %Include ktoolbarlabelaction.sip
+ %Include tdetoolbarlabelaction.sip
+ %Include twindowinfo.sip

@ -1,21 +1,21 @@
+ %Include kactionclasses.sip
+ %Include kactioncollection.sip
+ %Include kactionselector.sip
+ %Include tdeactionclasses.sip
+ %Include tdeactioncollection.sip
+ %Include tdeactionselector.sip
+ %Include tdeconfigdialog.sip
+ %Include kdatetimewidget.sip
+ %Include kfontrequester.sip
+ %Include tdefontrequester.sip
+ %Include kiconviewsearchline.sip
+ %Include kinputdialog.sip
+ %Include klanguagebutton.sip
+ %Include klistviewsearchline.sip
+ %Include tdelistviewsearchline.sip
+ %Include kpassivepopup.sip
+ %Include kpixmapregionselectordialog.sip
+ %Include kpixmapregionselectorwidget.sip
+ %Include kshortcutdialog.sip
+ %Include tdeshortcutdialog.sip
+ %Include ksplashscreen.sip
+ %Include ktabbar.sip
+ %Include ktabwidget.sip
+ %Include ktextedit.sip
+ %Include ktimewidget.sip
+ %Include ktoolbarlabelaction.sip
+ %Include tdetoolbarlabelaction.sip
+ %Include twindowinfo.sip

@ -1,23 +1,23 @@
+ %Include kactionclasses.sip
+ %Include kactioncollection.sip
+ %Include kactionselector.sip
+ %Include tdeactionclasses.sip
+ %Include tdeactioncollection.sip
+ %Include tdeactionselector.sip
+ %Include tdeconfigdialog.sip
+ %Include kdatetimewidget.sip
+ %Include kfontrequester.sip
+ %Include tdefontrequester.sip
+ %Include kiconviewsearchline.sip
+ %Include kinputdialog.sip
+ %Include klanguagebutton.sip
+ %Include klistviewsearchline.sip
+ %Include tdelistviewsearchline.sip
+ %Include kpassivepopup.sip
+ %Include kpixmapregionselectordialog.sip
+ %Include kpixmapregionselectorwidget.sip
+ %Include kscrollview.sip
+ %Include kshortcutdialog.sip
+ %Include tdeshortcutdialog.sip
+ %Include ksplashscreen.sip
+ %Include ktabbar.sip
+ %Include ktabwidget.sip
+ %Include ktextedit.sip
+ %Include ktimewidget.sip
+ %Include ktimezonewidget.sip
+ %Include ktoolbarlabelaction.sip
+ %Include tdetoolbarlabelaction.sip
+ %Include twindowinfo.sip

@ -1,23 +1,23 @@
+ %Include kactionclasses.sip
+ %Include kactioncollection.sip
+ %Include kactionselector.sip
+ %Include tdeactionclasses.sip
+ %Include tdeactioncollection.sip
+ %Include tdeactionselector.sip
+ %Include tdeconfigdialog.sip
+ %Include kdatetimewidget.sip
+ %Include kfontrequester.sip
+ %Include tdefontrequester.sip
+ %Include kiconviewsearchline.sip
+ %Include kinputdialog.sip
+ %Include klanguagebutton.sip
+ %Include klistviewsearchline.sip
+ %Include tdelistviewsearchline.sip
+ %Include kpassivepopup.sip
+ %Include kpixmapregionselectordialog.sip
+ %Include kpixmapregionselectorwidget.sip
+ %Include kscrollview.sip
+ %Include kshortcutdialog.sip
+ %Include tdeshortcutdialog.sip
+ %Include ksplashscreen.sip
+ %Include ktabbar.sip
+ %Include ktabwidget.sip
+ %Include ktextedit.sip
+ %Include ktimewidget.sip
+ %Include ktimezonewidget.sip
+ %Include ktoolbarlabelaction.sip
+ %Include tdetoolbarlabelaction.sip
+ %Include twindowinfo.sip

@ -1,23 +1,23 @@
+ %Include kactionclasses.sip
+ %Include kactioncollection.sip
+ %Include kactionselector.sip
+ %Include tdeactionclasses.sip
+ %Include tdeactioncollection.sip
+ %Include tdeactionselector.sip
+ %Include tdeconfigdialog.sip
+ %Include kdatetimewidget.sip
+ %Include kfontrequester.sip
+ %Include tdefontrequester.sip
+ %Include kiconviewsearchline.sip
+ %Include kinputdialog.sip
+ %Include klanguagebutton.sip
+ %Include klistviewsearchline.sip
+ %Include tdelistviewsearchline.sip
+ %Include kpassivepopup.sip
+ %Include kpixmapregionselectordialog.sip
+ %Include kpixmapregionselectorwidget.sip
+ %Include kscrollview.sip
+ %Include kshortcutdialog.sip
+ %Include tdeshortcutdialog.sip
+ %Include ksplashscreen.sip
+ %Include ktabbar.sip
+ %Include ktabwidget.sip
+ %Include ktextedit.sip
+ %Include ktimewidget.sip
+ %Include ktimezonewidget.sip
+ %Include ktoolbarlabelaction.sip
+ %Include tdetoolbarlabelaction.sip
+ %Include twindowinfo.sip

@ -1,23 +1,23 @@
+ %Include kactionclasses.sip
+ %Include kactioncollection.sip
+ %Include kactionselector.sip
+ %Include tdeactionclasses.sip
+ %Include tdeactioncollection.sip
+ %Include tdeactionselector.sip
+ %Include tdeconfigdialog.sip
+ %Include kdatetimewidget.sip
+ %Include kfontrequester.sip
+ %Include tdefontrequester.sip
+ %Include kiconviewsearchline.sip
+ %Include kinputdialog.sip
+ %Include klanguagebutton.sip
+ %Include klistviewsearchline.sip
+ %Include tdelistviewsearchline.sip
+ %Include kpassivepopup.sip
+ %Include kpixmapregionselectordialog.sip
+ %Include kpixmapregionselectorwidget.sip
+ %Include kscrollview.sip
+ %Include kshortcutdialog.sip
+ %Include tdeshortcutdialog.sip
+ %Include ksplashscreen.sip
+ %Include ktabbar.sip
+ %Include ktabwidget.sip
+ %Include ktextedit.sip
+ %Include ktimewidget.sip
+ %Include ktimezonewidget.sip
+ %Include ktoolbarlabelaction.sip
+ %Include tdetoolbarlabelaction.sip
+ %Include twindowinfo.sip

@ -37,8 +37,8 @@
%Include kaboutapplication.sip
%Include kaboutdialog.sip
%Include kaboutkde.sip
%Include kaction.sip
%Include kactionshortcutlist.sip
%Include tdeaction.sip
%Include tdeactionshortcutlist.sip
%Include kactivelabel.sip
%Include kanimwidget.sip
%Include karrowbutton.sip
@ -67,8 +67,8 @@
%Include keditcl.sip
%Include keditlistbox.sip
%Include kedittoolbar.sip
%Include kfontcombo.sip
%Include kfontdialog.sip
%Include tdefontcombo.sip
%Include tdefontdialog.sip
%Include kguiitem.sip
%Include khelpmenu.sip
%Include kiconview.sip
@ -78,10 +78,10 @@
%Include kled.sip
%Include klineedit.sip
%Include klineeditdlg.sip
%Include klistbox.sip
%Include klistview.sip
%Include kmainwindow.sip
%Include kmainwindowiface.sip
%Include tdelistbox.sip
%Include tdelistview.sip
%Include tdemainwindow.sip
%Include tdemainwindowiface.sip
%Include kmenubar.sip
%Include kmessagebox.sip
%Include knuminput.sip
@ -92,13 +92,13 @@
%Include kpanelmenu.sip
%Include kpassdlg.sip
%Include kpixmapio.sip
%Include kpopupmenu.sip
%Include tdepopupmenu.sip
%Include kprogress.sip
%Include kpushbutton.sip
%Include krestrictedline.sip
%Include krootpixmap.sip
%Include kruler.sip
%Include kselect.sip
%Include tdeselect.sip
%Include kseparator.sip
%Include ksqueezedtextlabel.sip
%Include kstatusbar.sip
@ -109,9 +109,9 @@
%Include ktabctl.sip
%Include ktextbrowser.sip
%Include ktip.sip
%Include ktoolbar.sip
%Include ktoolbarbutton.sip
%Include ktoolbarradiogroup.sip
%Include tdetoolbar.sip
%Include tdetoolbarbutton.sip
%Include tdetoolbarradiogroup.sip
%Include kurllabel.sip
%Include twindowlistmenu.sip
%Include kwizard.sip

Loading…
Cancel
Save