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 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 added fully-qualified names to two 'Other' arguments in
method calls 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 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 added fully-qualified names to two 'Other' arguments in
method calls method calls

@ -273,7 +273,7 @@
<tr><td>index</td><td>int</td><td></td></tr> <tr><td>index</td><td>int</td><td></td></tr>
</table> </table>
</td><td width="50%"><table><tr><td></td></tr></table></td></tr></table></li><hr> </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> <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> <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> </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> <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> <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> </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> <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> <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> </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> <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> <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> </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 # in the rc file
# Just fake some filenames for now # 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 # Clear the old entries, so we don't end up accumulating entries in the menu
self.unplugActionList("recent"); self.unplugActionList("recent");

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

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

@ -26,7 +26,7 @@
#include <tqvaluevector.h> #include <tqvaluevector.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>
#include "kaccelaction.h" #include "tdeaccelaction.h"
#include "kkeyserver_x11.h" #include "kkeyserver_x11.h"
class TQPopupMenu; class TQPopupMenu;
@ -116,7 +116,7 @@ class TDEAccelBasePrivate;
* menu structure. * menu structure.
* *
* @short Configurable key binding support. * @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 class TDEAccelBase

@ -20,7 +20,7 @@
Boston, MA 02110-1301, USA. 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 #ifndef _KTOOLBARBUTTON_H
#define _KTOOLBARBUTTON_H #define _KTOOLBARBUTTON_H
@ -294,7 +294,7 @@ private:
/** /**
* List of @ref TDEToolBarButton objects. * List of @ref TDEToolBarButton objects.
* @internal * @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> class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{ {

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

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

@ -26,7 +26,7 @@
#include <tqvaluevector.h> #include <tqvaluevector.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>
#include "kaccelaction.h" #include "tdeaccelaction.h"
#include "kkeyserver_x11.h" #include "kkeyserver_x11.h"
class TQPopupMenu; class TQPopupMenu;
@ -116,7 +116,7 @@ class TDEAccelBasePrivate;
* menu structure. * menu structure.
* *
* @short Configurable key binding support. * @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 class TDEAccelBase

@ -20,7 +20,7 @@
Boston, MA 02110-1301, USA. 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 #ifndef _KTOOLBARBUTTON_H
#define _KTOOLBARBUTTON_H #define _KTOOLBARBUTTON_H
@ -301,7 +301,7 @@ private:
/** /**
* List of @ref TDEToolBarButton objects. * List of @ref TDEToolBarButton objects.
* @internal * @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> class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{ {

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

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

@ -26,7 +26,7 @@
#include <tqvaluevector.h> #include <tqvaluevector.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>
#include "kaccelaction.h" #include "tdeaccelaction.h"
#include "kkeyserver_x11.h" #include "kkeyserver_x11.h"
class TQPopupMenu; class TQPopupMenu;
@ -116,7 +116,7 @@ class TDEAccelBasePrivate;
* menu structure. * menu structure.
* *
* @short Configurable key binding support. * @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 class TDEAccelBase

@ -20,7 +20,7 @@
Boston, MA 02110-1301, USA. 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 #ifndef _KTOOLBARBUTTON_H
#define _KTOOLBARBUTTON_H #define _KTOOLBARBUTTON_H
@ -301,7 +301,7 @@ private:
/** /**
* List of @ref TDEToolBarButton objects. * List of @ref TDEToolBarButton objects.
* @internal * @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> class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{ {

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

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

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

@ -26,7 +26,7 @@
#include <tqvaluevector.h> #include <tqvaluevector.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>
#include "kaccelaction.h" #include "tdeaccelaction.h"
#include "kkeyserver_x11.h" #include "kkeyserver_x11.h"
class TQPopupMenu; class TQPopupMenu;
@ -116,7 +116,7 @@ class TQWidget;
* menu structure. * menu structure.
* *
* @short Configurable key binding support. * @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 class TDEAccelBase

@ -20,7 +20,7 @@
Boston, MA 02110-1301, USA. 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 #ifndef _KTOOLBARBUTTON_H
#define _KTOOLBARBUTTON_H #define _KTOOLBARBUTTON_H
@ -305,7 +305,7 @@ private:
/** /**
* List of @ref TDEToolBarButton objects. * List of @ref TDEToolBarButton objects.
* @internal * @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> class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{ {

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

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

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

@ -26,7 +26,7 @@
#include <tqvaluevector.h> #include <tqvaluevector.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>
#include "kaccelaction.h" #include "tdeaccelaction.h"
#include "kkeyserver_x11.h" #include "kkeyserver_x11.h"
class TQPopupMenu; class TQPopupMenu;
@ -116,7 +116,7 @@ class TQWidget;
* menu structure. * menu structure.
* *
* @short Configurable key binding support. * @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 class TDEAccelBase

@ -20,7 +20,7 @@
Boston, MA 02110-1301, USA. 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 #ifndef _KTOOLBARBUTTON_H
#define _KTOOLBARBUTTON_H #define _KTOOLBARBUTTON_H
@ -305,7 +305,7 @@ private:
/** /**
* List of @ref TDEToolBarButton objects. * List of @ref TDEToolBarButton objects.
* @internal * @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> class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{ {

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

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

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

@ -26,7 +26,7 @@
#include <tqvaluevector.h> #include <tqvaluevector.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>
#include "kaccelaction.h" #include "tdeaccelaction.h"
#include "kkeyserver_x11.h" #include "kkeyserver_x11.h"
class TQPopupMenu; class TQPopupMenu;
@ -116,7 +116,7 @@ class TQWidget;
* menu structure. * menu structure.
* *
* @short Configurable key binding support. * @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 class TDEAccelBase

@ -20,7 +20,7 @@
Boston, MA 02110-1301, USA. 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 #ifndef _KTOOLBARBUTTON_H
#define _KTOOLBARBUTTON_H #define _KTOOLBARBUTTON_H
@ -305,7 +305,7 @@ private:
/** /**
* List of @ref TDEToolBarButton objects. * List of @ref TDEToolBarButton objects.
* @internal * @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> class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{ {

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

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

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

@ -26,7 +26,7 @@
#include <tqvaluevector.h> #include <tqvaluevector.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>
#include "kaccelaction.h" #include "tdeaccelaction.h"
#include "kkeyserver_x11.h" #include "kkeyserver_x11.h"
class TQPopupMenu; class TQPopupMenu;
@ -116,7 +116,7 @@ class TQWidget;
* menu structure. * menu structure.
* *
* @short Configurable key binding support. * @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 class TDEAccelBase

@ -20,7 +20,7 @@
Boston, MA 02110-1301, USA. 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 #ifndef _KTOOLBARBUTTON_H
#define _KTOOLBARBUTTON_H #define _KTOOLBARBUTTON_H
@ -305,7 +305,7 @@ private:
/** /**
* List of @ref TDEToolBarButton objects. * List of @ref TDEToolBarButton objects.
* @internal * @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> class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{ {

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

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

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

@ -26,7 +26,7 @@
#include <tqvaluevector.h> #include <tqvaluevector.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>
#include "kaccelaction.h" #include "tdeaccelaction.h"
#include "kkeyserver_x11.h" #include "kkeyserver_x11.h"
class TQPopupMenu; class TQPopupMenu;
@ -116,7 +116,7 @@ class TQWidget;
* menu structure. * menu structure.
* *
* @short Configurable key binding support. * @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 class TDEAccelBase

@ -20,7 +20,7 @@
Boston, MA 02110-1301, USA. 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 #ifndef _KTOOLBARBUTTON_H
#define _KTOOLBARBUTTON_H #define _KTOOLBARBUTTON_H
@ -305,7 +305,7 @@ private:
/** /**
* List of @ref TDEToolBarButton objects. * List of @ref TDEToolBarButton objects.
* @internal * @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> class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{ {

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

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

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

@ -26,7 +26,7 @@
#include <tqvaluevector.h> #include <tqvaluevector.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>
#include "kaccelaction.h" #include "tdeaccelaction.h"
#include "kkeyserver_x11.h" #include "kkeyserver_x11.h"
class TQPopupMenu; class TQPopupMenu;
@ -116,7 +116,7 @@ class TQWidget;
* menu structure. * menu structure.
* *
* @short Configurable key binding support. * @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 class TDEAccelBase

@ -20,7 +20,7 @@
Boston, MA 02110-1301, USA. 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 #ifndef _KTOOLBARBUTTON_H
#define _KTOOLBARBUTTON_H #define _KTOOLBARBUTTON_H
@ -305,7 +305,7 @@ private:
/** /**
* List of @ref TDEToolBarButton objects. * List of @ref TDEToolBarButton objects.
* @internal * @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> class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{ {

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

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

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

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

@ -26,7 +26,7 @@
#include <tqvaluevector.h> #include <tqvaluevector.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>
#include "kaccelaction.h" #include "tdeaccelaction.h"
#include "kkeyserver_x11.h" #include "kkeyserver_x11.h"
class TQPopupMenu; class TQPopupMenu;
@ -116,7 +116,7 @@ class TQWidget;
* menu structure. * menu structure.
* *
* @short Configurable key binding support. * @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 class TDEAccelBase

@ -20,7 +20,7 @@
Boston, MA 02110-1301, USA. 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 #ifndef _KTOOLBARBUTTON_H
#define _KTOOLBARBUTTON_H #define _KTOOLBARBUTTON_H
@ -303,7 +303,7 @@ private:
/** /**
* List of TDEToolBarButton objects. * List of TDEToolBarButton objects.
* @internal * @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> class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{ {

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

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

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

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

@ -26,7 +26,7 @@
#include <tqvaluevector.h> #include <tqvaluevector.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>
#include "kaccelaction.h" #include "tdeaccelaction.h"
#include "kkeyserver_x11.h" #include "kkeyserver_x11.h"
class TQPopupMenu; class TQPopupMenu;
@ -116,7 +116,7 @@ class TQWidget;
* menu structure. * menu structure.
* *
* @short Configurable key binding support. * @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 class TDEAccelBase

@ -20,7 +20,7 @@
Boston, MA 02110-1301, USA. 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 #ifndef _KTOOLBARBUTTON_H
#define _KTOOLBARBUTTON_H #define _KTOOLBARBUTTON_H
@ -303,7 +303,7 @@ private:
/** /**
* List of TDEToolBarButton objects. * List of TDEToolBarButton objects.
* @internal * @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> class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{ {

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

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

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

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

@ -26,7 +26,7 @@
#include <tqvaluevector.h> #include <tqvaluevector.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>
#include "kaccelaction.h" #include "tdeaccelaction.h"
#include "kkeyserver_x11.h" #include "kkeyserver_x11.h"
class TQPopupMenu; class TQPopupMenu;
@ -116,7 +116,7 @@ class TQWidget;
* menu structure. * menu structure.
* *
* @short Configurable key binding support. * @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 class TDEAccelBase

@ -20,7 +20,7 @@
Boston, MA 02110-1301, USA. 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 #ifndef _KTOOLBARBUTTON_H
#define _KTOOLBARBUTTON_H #define _KTOOLBARBUTTON_H
@ -303,7 +303,7 @@ private:
/** /**
* List of TDEToolBarButton objects. * List of TDEToolBarButton objects.
* @internal * @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> class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{ {

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

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

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

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

@ -26,7 +26,7 @@
#include <tqvaluevector.h> #include <tqvaluevector.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>
#include "kaccelaction.h" #include "tdeaccelaction.h"
#include "kkeyserver_x11.h" #include "kkeyserver_x11.h"
class TQPopupMenu; class TQPopupMenu;
@ -116,7 +116,7 @@ class TQWidget;
* menu structure. * menu structure.
* *
* @short Configurable key binding support. * @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 class TDEAccelBase

@ -20,7 +20,7 @@
Boston, MA 02110-1301, USA. 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 #ifndef _KTOOLBARBUTTON_H
#define _KTOOLBARBUTTON_H #define _KTOOLBARBUTTON_H
@ -303,7 +303,7 @@ private:
/** /**
* List of TDEToolBarButton objects. * List of TDEToolBarButton objects.
* @internal * @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> class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{ {

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

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

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

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

@ -26,7 +26,7 @@
#include <tqvaluevector.h> #include <tqvaluevector.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>
#include "kaccelaction.h" #include "tdeaccelaction.h"
#include "kkeyserver_x11.h" #include "kkeyserver_x11.h"
class TQPopupMenu; class TQPopupMenu;
@ -116,7 +116,7 @@ class TQWidget;
* menu structure. * menu structure.
* *
* @short Configurable key binding support. * @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 class TDEAccelBase

@ -303,7 +303,7 @@ private:
/** /**
* List of TDEToolBarButton objects. * List of TDEToolBarButton objects.
* @internal * @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> class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{ {

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

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

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

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

@ -26,7 +26,7 @@
#include <tqvaluevector.h> #include <tqvaluevector.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>
#include "kaccelaction.h" #include "tdeaccelaction.h"
#include "kkeyserver_x11.h" #include "kkeyserver_x11.h"
class TQPopupMenu; class TQPopupMenu;
@ -116,7 +116,7 @@ class TQWidget;
* menu structure. * menu structure.
* *
* @short Configurable key binding support. * @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 class TDEAccelBase

@ -303,7 +303,7 @@ private:
/** /**
* List of TDEToolBarButton objects. * List of TDEToolBarButton objects.
* @internal * @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> class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{ {

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

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

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

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

@ -26,7 +26,7 @@
#include <tqvaluevector.h> #include <tqvaluevector.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>
#include "kaccelaction.h" #include "tdeaccelaction.h"
#include "kkeyserver_x11.h" #include "kkeyserver_x11.h"
class TQPopupMenu; class TQPopupMenu;
@ -116,7 +116,7 @@ class TQWidget;
* menu structure. * menu structure.
* *
* @short Configurable key binding support. * @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 class TDEAccelBase

@ -303,7 +303,7 @@ private:
/** /**
* List of TDEToolBarButton objects. * List of TDEToolBarButton objects.
* @internal * @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> class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{ {

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

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

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

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

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

@ -317,7 +317,7 @@ private:
/** /**
* List of TDEToolBarButton objects. * List of TDEToolBarButton objects.
* @internal * @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> class TDEUI_EXPORT TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{ {

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

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

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

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

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

@ -317,7 +317,7 @@ private:
/** /**
* List of TDEToolBarButton objects. * List of TDEToolBarButton objects.
* @internal * @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> class TDEUI_EXPORT TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{ {

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

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

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

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

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

@ -317,7 +317,7 @@ private:
/** /**
* List of TDEToolBarButton objects. * List of TDEToolBarButton objects.
* @internal * @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> class TDEUI_EXPORT TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{ {

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

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

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

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

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

@ -317,7 +317,7 @@ private:
/** /**
* List of TDEToolBarButton objects. * List of TDEToolBarButton objects.
* @internal * @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> class TDEUI_EXPORT TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{ {

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

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

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

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

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

@ -318,7 +318,7 @@ private:
/** /**
* List of TDEToolBarButton objects. * List of TDEToolBarButton objects.
* @internal * @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> class TDEUI_EXPORT TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{ {

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

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

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

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

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

@ -318,7 +318,7 @@ private:
/** /**
* List of TDEToolBarButton objects. * List of TDEToolBarButton objects.
* @internal * @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> class TDEUI_EXPORT TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{ {

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

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

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

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

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

@ -318,7 +318,7 @@ private:
/** /**
* List of TDEToolBarButton objects. * List of TDEToolBarButton objects.
* @internal * @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> class TDEUI_EXPORT TDEToolBarButtonList : public TQIntDict<TDEToolBarButton>
{ {

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

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

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

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

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

@ -318,7 +318,7 @@ private:
/** /**
* List of TDEToolBarButton objects. * List of TDEToolBarButton objects.
* @internal * @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> 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 = 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 = tdesycocaentry.h tdesycocafactory.h tdesycocatype.h tdesycoca.h kapp.h kstandarddirs.h
ignore = kgenericfactory.h ktypelist.h kvmallocator.h ksortablevaluelist.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 = kdemacros.h kxerrorhandler.h fixx11.h kuser.h kuniqueapp.h kde_file.h tdelibs_export.h
ignore = kswap.h ignore = kswap.h
compare = $COMP $DST/extra/kde350 compare = $COMP $DST/extra/kde350
@ -80,7 +80,7 @@ include =
libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdecore -ldcopcmodule libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdecore -ldcopcmodule
amend = * ctor parent /TransferThis/ amend = * ctor parent /TransferThis/
amend = * all parent /Transfer/ amend = * all parent /Transfer/
sipslot = pObjSlot psMethodSlot kaccel kglobalaccel sipslot = pObjSlot psMethodSlot tdeaccel kglobalaccel
define = "Q_WS_X11", "1" define = "Q_WS_X11", "1"
define = "\(TQt::ALT \<\< 1\)", "16777216" define = "\(TQt::ALT \<\< 1\)", "16777216"
define = "\(TQt::META\)", "16777216" define = "\(TQt::META\)", "16777216"
@ -138,11 +138,11 @@ retain
module = tdeui module = tdeui
//trace = kactioncollection.sip //trace = tdeactioncollection.sip
source = $SRC/tdeui/ source = $SRC/tdeui/
ignore = kcolorbutton.h kcolordlg.h kwidgetid.h kaccelgen.h kdatepik.h kdualcolorbtn.h kxmlgui.h kdockwidget_p.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 klistviewlineedit.h ksyntaxhighlighter.h ksharedpixmap.h ignore = kdockwindow.h ksconfig.h tdespell.h tdespelldlg.h tdelistviewlineedit.h ksyntaxhighlighter.h ksharedpixmap.h
compare = $COMP compare = $COMP
subst = $DST/extra/kde350 subst = $DST/extra/kde350
import = qtmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11) 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 = KDockMainWindow all parent /TransferThis/
amend = KDockArea all parent /TransferThis/ amend = KDockArea all parent /TransferThis/
amend = * all parent /Transfer/ amend = * all parent /Transfer/
sipslot = receiver member kaccelmenu sipslot = receiver member tdeaccelmenu
sipslot = receiver slot kaction kactionclasses kbuttonbox ktoolbar sipslot = receiver slot tdeaction tdeactionclasses kbuttonbox tdetoolbar
sipslot = recvr slot kstdaction sipslot = recvr slot kstdaction
define = "TQT_VERSION", "301" define = "TQT_VERSION", "301"
define = "TDEUI_EXPORT", "" 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 = 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 = tdesycocaentry.h tdesycocafactory.h tdesycocatype.h tdesycoca.h kapp.h kstandarddirs.h
ignore = kgenericfactory.h ktypelist.h kvmallocator.h ksortablevaluelist.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 = kdemacros.h kxerrorhandler.h fixx11.h kuser.h kuniqueapp.h kde_file.h tdelibs_export.h
ignore = kswap.h ignore = kswap.h
compare = $COMP $DST/extra/kde351 compare = $COMP $DST/extra/kde351
@ -80,7 +80,7 @@ include =
libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdecore -ldcopcmodule libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdecore -ldcopcmodule
amend = * ctor parent /TransferThis/ amend = * ctor parent /TransferThis/
amend = * all parent /Transfer/ amend = * all parent /Transfer/
sipslot = pObjSlot psMethodSlot kaccel kglobalaccel sipslot = pObjSlot psMethodSlot tdeaccel kglobalaccel
define = "Q_WS_X11", "1" define = "Q_WS_X11", "1"
define = "\(TQt::ALT \<\< 1\)", "16777216" define = "\(TQt::ALT \<\< 1\)", "16777216"
define = "\(TQt::META\)", "16777216" define = "\(TQt::META\)", "16777216"
@ -138,11 +138,11 @@ retain
module = tdeui module = tdeui
//trace = kactioncollection.sip //trace = tdeactioncollection.sip
source = $SRC/tdeui/ source = $SRC/tdeui/
ignore = kcolorbutton.h kcolordlg.h kwidgetid.h kaccelgen.h kdatepik.h kdualcolorbtn.h kxmlgui.h kdockwidget_p.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 klistviewlineedit.h ksyntaxhighlighter.h ksharedpixmap.h ignore = kdockwindow.h ksconfig.h tdespell.h tdespelldlg.h tdelistviewlineedit.h ksyntaxhighlighter.h ksharedpixmap.h
compare = $COMP compare = $COMP
subst = $DST/extra/kde351 subst = $DST/extra/kde351
import = qtmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11) 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 = KDockMainWindow all parent /TransferThis/
amend = KDockArea all parent /TransferThis/ amend = KDockArea all parent /TransferThis/
amend = * all parent /Transfer/ amend = * all parent /Transfer/
sipslot = receiver member kaccelmenu sipslot = receiver member tdeaccelmenu
sipslot = receiver slot kaction kactionclasses kbuttonbox ktoolbar sipslot = receiver slot tdeaction tdeactionclasses kbuttonbox tdetoolbar
sipslot = recvr slot kstdaction sipslot = recvr slot kstdaction
define = "TQT_VERSION", "301" define = "TQT_VERSION", "301"
define = "TDEUI_EXPORT", "" 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 = 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 = tdesycocaentry.h tdesycocafactory.h tdesycocatype.h tdesycoca.h kapp.h kstandarddirs.h
ignore = kgenericfactory.h ktypelist.h kvmallocator.h ksortablevaluelist.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 = kdemacros.h kxerrorhandler.h fixx11.h kuser.h kuniqueapp.h kde_file.h tdelibs_export.h
ignore = kswap.h ignore = kswap.h
compare = $COMP $DST/extra/kde352 compare = $COMP $DST/extra/kde352
@ -80,7 +80,7 @@ include =
libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdecore -ldcopcmodule libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdecore -ldcopcmodule
amend = * ctor parent /TransferThis/ amend = * ctor parent /TransferThis/
amend = * all parent /Transfer/ amend = * all parent /Transfer/
sipslot = pObjSlot psMethodSlot kaccel kglobalaccel sipslot = pObjSlot psMethodSlot tdeaccel kglobalaccel
define = "Q_WS_X11", "1" define = "Q_WS_X11", "1"
define = "\(TQt::ALT \<\< 1\)", "16777216" define = "\(TQt::ALT \<\< 1\)", "16777216"
define = "\(TQt::META\)", "16777216" define = "\(TQt::META\)", "16777216"
@ -138,11 +138,11 @@ retain
module = tdeui module = tdeui
//trace = kactioncollection.sip //trace = tdeactioncollection.sip
source = $SRC/tdeui/ source = $SRC/tdeui/
ignore = kcolorbutton.h kcolordlg.h kwidgetid.h kaccelgen.h kdatepik.h kdualcolorbtn.h kxmlgui.h kdockwidget_p.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 klistviewlineedit.h ksyntaxhighlighter.h ksharedpixmap.h ignore = kdockwindow.h ksconfig.h tdespell.h tdespelldlg.h tdelistviewlineedit.h ksyntaxhighlighter.h ksharedpixmap.h
compare = $COMP compare = $COMP
subst = $DST/extra/kde352 subst = $DST/extra/kde352
import = qtmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11) 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 = KDockMainWindow all parent /TransferThis/
amend = KDockArea all parent /TransferThis/ amend = KDockArea all parent /TransferThis/
amend = * all parent /Transfer/ amend = * all parent /Transfer/
sipslot = receiver member kaccelmenu sipslot = receiver member tdeaccelmenu
sipslot = receiver slot kaction kactionclasses kbuttonbox ktoolbar sipslot = receiver slot tdeaction tdeactionclasses kbuttonbox tdetoolbar
sipslot = recvr slot kstdaction sipslot = recvr slot kstdaction
define = "TQT_VERSION", "301" define = "TQT_VERSION", "301"
define = "TDEUI_EXPORT", "" 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 = 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 = tdesycocaentry.h tdesycocafactory.h tdesycocatype.h tdesycoca.h kapp.h kstandarddirs.h
ignore = kgenericfactory.h ktypelist.h kvmallocator.h ksortablevaluelist.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 = kdemacros.h kxerrorhandler.h fixx11.h kuser.h kuniqueapp.h kde_file.h tdelibs_export.h
ignore = kswap.h ignore = kswap.h
compare = $COMP $DST/extra/kde353 compare = $COMP $DST/extra/kde353
@ -80,7 +80,7 @@ include =
libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdecore -ldcopcmodule libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdecore -ldcopcmodule
amend = * ctor parent /TransferThis/ amend = * ctor parent /TransferThis/
amend = * all parent /Transfer/ amend = * all parent /Transfer/
sipslot = pObjSlot psMethodSlot kaccel kglobalaccel sipslot = pObjSlot psMethodSlot tdeaccel kglobalaccel
define = "Q_WS_X11", "1" define = "Q_WS_X11", "1"
define = "\(TQt::ALT \<\< 1\)", "16777216" define = "\(TQt::ALT \<\< 1\)", "16777216"
define = "\(TQt::META\)", "16777216" define = "\(TQt::META\)", "16777216"
@ -138,11 +138,11 @@ retain
module = tdeui module = tdeui
//trace = kactioncollection.sip //trace = tdeactioncollection.sip
source = $SRC/tdeui/ source = $SRC/tdeui/
ignore = kcolorbutton.h kcolordlg.h kwidgetid.h kaccelgen.h kdatepik.h kdualcolorbtn.h kxmlgui.h kdockwidget_p.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 klistviewlineedit.h ksyntaxhighlighter.h ksharedpixmap.h ignore = kdockwindow.h ksconfig.h tdespell.h tdespelldlg.h tdelistviewlineedit.h ksyntaxhighlighter.h ksharedpixmap.h
compare = $COMP compare = $COMP
subst = $DST/extra/kde353 subst = $DST/extra/kde353
import = qtmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11) 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 = KDockMainWindow all parent /TransferThis/
amend = KDockArea all parent /TransferThis/ amend = KDockArea all parent /TransferThis/
amend = * all parent /Transfer/ amend = * all parent /Transfer/
sipslot = receiver member kaccelmenu sipslot = receiver member tdeaccelmenu
sipslot = receiver slot kaction kactionclasses kbuttonbox ktoolbar sipslot = receiver slot tdeaction tdeactionclasses kbuttonbox tdetoolbar
sipslot = recvr slot kstdaction sipslot = recvr slot kstdaction
define = "TQT_VERSION", "301" define = "TQT_VERSION", "301"
define = "TDEUI_EXPORT", "" define = "TDEUI_EXPORT", ""

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save