diff --git a/doc/classref/dcop/DCOPClient.html b/doc/classref/dcop/DCOPClient.html index c6146a3..e2bc009 100644 --- a/doc/classref/dcop/DCOPClient.html +++ b/doc/classref/dcop/DCOPClient.html @@ -119,7 +119,7 @@ a1TQCString a2TQCString a3TQByteArray -slotSLOT (Python callable) +slotTQ_SLOT (Python callable)

  • callBack (a0, a1, a2) diff --git a/doc/classref/tdecore/TDEAccel.html b/doc/classref/tdecore/TDEAccel.html index 95a3b08..de16132 100644 --- a/doc/classref/tdecore/TDEAccel.html +++ b/doc/classref/tdecore/TDEAccel.html @@ -77,7 +77,7 @@ In versions KDE 3.1.4 and above only - +
    ArgumentTypeDefault
    sActionTQString
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    bActivatebool1

  • @@ -86,7 +86,7 @@ In versions KDE 3.1.4 and above only - +
    ArgumentTypeDefault
    accelTDEStdAccel.StdAccel
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)

  • connectItem (a0, a1, a2, a3 = 1) @@ -134,7 +134,7 @@ sLabelTQString sWhatsThisTQString cutDefTDEShortcut -slotSLOT (Python callable) +slotTQ_SLOT (Python callable) bConfigurablebool1 bEnabledbool1 @@ -148,7 +148,7 @@ sWhatsThisTQString cutDef3TDEShortcut cutDef4TDEShortcut -slotSLOT (Python callable) +slotTQ_SLOT (Python callable) bConfigurablebool1 bEnabledbool1 @@ -159,7 +159,7 @@ - +
    ArgumentTypeDefault
    psActionchar
    cutDefTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    bConfigurablebool1
    bEnabledbool1
    @@ -169,7 +169,7 @@ In versions KDE 3.1.4 and above only - +
    ArgumentTypeDefault
    idTDEStdAccel.StdAccel
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    bConfigurablebool1
    bEnabledbool1
    @@ -326,7 +326,7 @@ In versions KDE 3.1.4 and above only - +
    ArgumentTypeDefault
    sActionTQString
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)

  • setSlot (a0, a1, a2) diff --git a/doc/classref/tdecore/TDEGlobalAccel.html b/doc/classref/tdecore/TDEGlobalAccel.html index 7c93a48..1df0931 100644 --- a/doc/classref/tdecore/TDEGlobalAccel.html +++ b/doc/classref/tdecore/TDEGlobalAccel.html @@ -68,7 +68,7 @@ sWhatsThisTQString cutDef3TDEShortcut cutDef4TDEShortcut -slotSLOT (Python callable) +slotTQ_SLOT (Python callable) bConfigurablebool1 bEnabledbool1 @@ -137,7 +137,7 @@
    returns (bool)
    - +
    ArgumentTypeDefault
    sActionTQString
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)

  • shortcut (sAction) diff --git a/doc/classref/tdespell/KSpell.html b/doc/classref/tdespell/KSpell.html index 050c387..0936271 100644 --- a/doc/classref/tdespell/KSpell.html +++ b/doc/classref/tdespell/KSpell.html @@ -253,7 +253,7 @@ - + diff --git a/doc/classref/tdeui/KButtonBox.html b/doc/classref/tdeui/KButtonBox.html index 98e9698..4786509 100644 --- a/doc/classref/tdeui/KButtonBox.html +++ b/doc/classref/tdeui/KButtonBox.html @@ -55,7 +55,7 @@
    ArgumentTypeDefault
    _parentTQWidget
    _captionTQString
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    _kscKSpellConfig
    _progressbarbool
    _modalbool
    returns (TQPushButton)
    - +
    ArgumentTypeDefault
    textTQString
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    noexpandbool0

  • @@ -72,7 +72,7 @@ In versions KDE 3.3.0 and above only - +
    ArgumentTypeDefault
    guiitemKGuiItem
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    noexpandbool0

    diff --git a/doc/classref/tdeui/KStdAction.html b/doc/classref/tdeui/KStdAction.html index f9dfffb..169ed6c 100644 --- a/doc/classref/tdeui/KStdAction.html +++ b/doc/classref/tdeui/KStdAction.html @@ -43,7 +43,7 @@
  • aboutApp (slot, parent, name = 0)
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -51,7 +51,7 @@
  • aboutKDE (slot, parent, name = 0)
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -59,7 +59,7 @@
  • actualSize (slot, parent, name = 0)
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -67,7 +67,7 @@
  • addBookmark (slot, parent, name = 0) insertItem( i18n("Scroll up"), "Scroll Up", "Up" ); * // Insert an action "Scroll Down" which is not associated with any key: * a->insertItem( i18n("Scroll down"), "Scroll Down", 0); - * a->connectItem( "Scroll up", myWindow, SLOT( scrollUp() ) ); + * a->connectItem( "Scroll up", myWindow, TQ_SLOT( scrollUp() ) ); * // a->insertStdItem( TDEStdAccel::Print ); //not necessary, since it * // is done automatially with the * // connect below! - * a->connectItem(TDEStdAccel::Print, myWindow, SLOT( printDoc() ) ); + * a->connectItem(TDEStdAccel::Print, myWindow, TQ_SLOT( printDoc() ) ); * * a->readSettings(); * @@ -93,12 +93,12 @@ class TDEAccelBasePrivate; * *
      * int id;
    - * id = popup->insertItem("&Print",this, SLOT(printDoc()));
    + * id = popup->insertItem("&Print",this, TQ_SLOT(printDoc()));
      * a->changeMenuAccel(popup, id, TDEStdAccel::Print );
      * 
    * * If you want a somewhat "exotic" name for your standard print action, like - * id = popup->insertItem(i18n("Print &Document"),this, SLOT(printDoc())); + * id = popup->insertItem(i18n("Print &Document"),this, TQ_SLOT(printDoc())); * it might be a good idea to insert the standard action before as * a->insertStdItem( TDEStdAccel::Print, i18n("Print Document") ) * as well, so that the user can easily find the corresponding function. @@ -107,7 +107,7 @@ class TDEAccelBasePrivate; * in a menu could be done with * *
    - *    id = popup->insertItem(i18n"Scroll &up",this, SLOT(scrollUp()));
    + *    id = popup->insertItem(i18n"Scroll &up",this, TQ_SLOT(scrollUp()));
      *    a->changeMenuAccel(popup, id, "Scroll Up" );
      * 
    * diff --git a/extra/kde301/tdeaccelbase.h b/extra/kde301/tdeaccelbase.h index 5600f72..d972215 100644 --- a/extra/kde301/tdeaccelbase.h +++ b/extra/kde301/tdeaccelbase.h @@ -79,11 +79,11 @@ class TDEAccelBasePrivate; * a->insertItem( i18n("Scroll up"), "Scroll Up", "Up" ); * // Insert an action "Scroll Down" which is not associated with any key: * a->insertItem( i18n("Scroll down"), "Scroll Down", 0); - * a->connectItem( "Scroll up", myWindow, SLOT( scrollUp() ) ); + * a->connectItem( "Scroll up", myWindow, TQ_SLOT( scrollUp() ) ); * // a->insertStdItem( TDEStdAccel::Print ); //not necessary, since it * // is done automatially with the * // connect below! - * a->connectItem(TDEStdAccel::Print, myWindow, SLOT( printDoc() ) ); + * a->connectItem(TDEStdAccel::Print, myWindow, TQ_SLOT( printDoc() ) ); * * a->readSettings(); * @@ -93,12 +93,12 @@ class TDEAccelBasePrivate; * *
      * int id;
    - * id = popup->insertItem("&Print",this, SLOT(printDoc()));
    + * id = popup->insertItem("&Print",this, TQ_SLOT(printDoc()));
      * a->changeMenuAccel(popup, id, TDEStdAccel::Print );
      * 
    * * If you want a somewhat "exotic" name for your standard print action, like - * id = popup->insertItem(i18n("Print &Document"),this, SLOT(printDoc())); + * id = popup->insertItem(i18n("Print &Document"),this, TQ_SLOT(printDoc())); * it might be a good idea to insert the standard action before as * a->insertStdItem( TDEStdAccel::Print, i18n("Print Document") ) * as well, so that the user can easily find the corresponding function. @@ -107,7 +107,7 @@ class TDEAccelBasePrivate; * in a menu could be done with * *
    - *    id = popup->insertItem(i18n"Scroll &up",this, SLOT(scrollUp()));
    + *    id = popup->insertItem(i18n"Scroll &up",this, TQ_SLOT(scrollUp()));
      *    a->changeMenuAccel(popup, id, "Scroll Up" );
      * 
    * diff --git a/extra/kde303/tdeaccelbase.h b/extra/kde303/tdeaccelbase.h index 5600f72..d972215 100644 --- a/extra/kde303/tdeaccelbase.h +++ b/extra/kde303/tdeaccelbase.h @@ -79,11 +79,11 @@ class TDEAccelBasePrivate; * a->insertItem( i18n("Scroll up"), "Scroll Up", "Up" ); * // Insert an action "Scroll Down" which is not associated with any key: * a->insertItem( i18n("Scroll down"), "Scroll Down", 0); - * a->connectItem( "Scroll up", myWindow, SLOT( scrollUp() ) ); + * a->connectItem( "Scroll up", myWindow, TQ_SLOT( scrollUp() ) ); * // a->insertStdItem( TDEStdAccel::Print ); //not necessary, since it * // is done automatially with the * // connect below! - * a->connectItem(TDEStdAccel::Print, myWindow, SLOT( printDoc() ) ); + * a->connectItem(TDEStdAccel::Print, myWindow, TQ_SLOT( printDoc() ) ); * * a->readSettings(); * @@ -93,12 +93,12 @@ class TDEAccelBasePrivate; * *
      * int id;
    - * id = popup->insertItem("&Print",this, SLOT(printDoc()));
    + * id = popup->insertItem("&Print",this, TQ_SLOT(printDoc()));
      * a->changeMenuAccel(popup, id, TDEStdAccel::Print );
      * 
    * * If you want a somewhat "exotic" name for your standard print action, like - * id = popup->insertItem(i18n("Print &Document"),this, SLOT(printDoc())); + * id = popup->insertItem(i18n("Print &Document"),this, TQ_SLOT(printDoc())); * it might be a good idea to insert the standard action before as * a->insertStdItem( TDEStdAccel::Print, i18n("Print Document") ) * as well, so that the user can easily find the corresponding function. @@ -107,7 +107,7 @@ class TDEAccelBasePrivate; * in a menu could be done with * *
    - *    id = popup->insertItem(i18n"Scroll &up",this, SLOT(scrollUp()));
    + *    id = popup->insertItem(i18n"Scroll &up",this, TQ_SLOT(scrollUp()));
      *    a->changeMenuAccel(popup, id, "Scroll Up" );
      * 
    * diff --git a/extra/kde310/tdeaccelbase.h b/extra/kde310/tdeaccelbase.h index 7bbae9d..8bc28f2 100644 --- a/extra/kde310/tdeaccelbase.h +++ b/extra/kde310/tdeaccelbase.h @@ -79,11 +79,11 @@ class TQWidget; * a->insertItem( i18n("Scroll up"), "Scroll Up", "Up" ); * // Insert an action "Scroll Down" which is not associated with any key: * a->insertItem( i18n("Scroll down"), "Scroll Down", 0); - * a->connectItem( "Scroll up", myWindow, SLOT( scrollUp() ) ); + * a->connectItem( "Scroll up", myWindow, TQ_SLOT( scrollUp() ) ); * // a->insertStdItem( TDEStdAccel::Print ); //not necessary, since it * // is done automatially with the * // connect below! - * a->connectItem(TDEStdAccel::Print, myWindow, SLOT( printDoc() ) ); + * a->connectItem(TDEStdAccel::Print, myWindow, TQ_SLOT( printDoc() ) ); * * a->readSettings(); * @@ -93,12 +93,12 @@ class TQWidget; * *
      * int id;
    - * id = popup->insertItem("&Print",this, SLOT(printDoc()));
    + * id = popup->insertItem("&Print",this, TQ_SLOT(printDoc()));
      * a->changeMenuAccel(popup, id, TDEStdAccel::Print );
      * 
    * * If you want a somewhat "exotic" name for your standard print action, like - * id = popup->insertItem(i18n("Print &Document"),this, SLOT(printDoc())); + * id = popup->insertItem(i18n("Print &Document"),this, TQ_SLOT(printDoc())); * it might be a good idea to insert the standard action before as * a->insertStdItem( TDEStdAccel::Print, i18n("Print Document") ) * as well, so that the user can easily find the corresponding function. @@ -107,7 +107,7 @@ class TQWidget; * in a menu could be done with * *
    - *    id = popup->insertItem(i18n"Scroll &up",this, SLOT(scrollUp()));
    + *    id = popup->insertItem(i18n"Scroll &up",this, TQ_SLOT(scrollUp()));
      *    a->changeMenuAccel(popup, id, "Scroll Up" );
      * 
    * diff --git a/extra/kde311/tdeaccelbase.h b/extra/kde311/tdeaccelbase.h index 7bbae9d..8bc28f2 100644 --- a/extra/kde311/tdeaccelbase.h +++ b/extra/kde311/tdeaccelbase.h @@ -79,11 +79,11 @@ class TQWidget; * a->insertItem( i18n("Scroll up"), "Scroll Up", "Up" ); * // Insert an action "Scroll Down" which is not associated with any key: * a->insertItem( i18n("Scroll down"), "Scroll Down", 0); - * a->connectItem( "Scroll up", myWindow, SLOT( scrollUp() ) ); + * a->connectItem( "Scroll up", myWindow, TQ_SLOT( scrollUp() ) ); * // a->insertStdItem( TDEStdAccel::Print ); //not necessary, since it * // is done automatially with the * // connect below! - * a->connectItem(TDEStdAccel::Print, myWindow, SLOT( printDoc() ) ); + * a->connectItem(TDEStdAccel::Print, myWindow, TQ_SLOT( printDoc() ) ); * * a->readSettings(); * @@ -93,12 +93,12 @@ class TQWidget; * *
      * int id;
    - * id = popup->insertItem("&Print",this, SLOT(printDoc()));
    + * id = popup->insertItem("&Print",this, TQ_SLOT(printDoc()));
      * a->changeMenuAccel(popup, id, TDEStdAccel::Print );
      * 
    * * If you want a somewhat "exotic" name for your standard print action, like - * id = popup->insertItem(i18n("Print &Document"),this, SLOT(printDoc())); + * id = popup->insertItem(i18n("Print &Document"),this, TQ_SLOT(printDoc())); * it might be a good idea to insert the standard action before as * a->insertStdItem( TDEStdAccel::Print, i18n("Print Document") ) * as well, so that the user can easily find the corresponding function. @@ -107,7 +107,7 @@ class TQWidget; * in a menu could be done with * *
    - *    id = popup->insertItem(i18n"Scroll &up",this, SLOT(scrollUp()));
    + *    id = popup->insertItem(i18n"Scroll &up",this, TQ_SLOT(scrollUp()));
      *    a->changeMenuAccel(popup, id, "Scroll Up" );
      * 
    * diff --git a/extra/kde312/tdeaccelbase.h b/extra/kde312/tdeaccelbase.h index 7bbae9d..8bc28f2 100644 --- a/extra/kde312/tdeaccelbase.h +++ b/extra/kde312/tdeaccelbase.h @@ -79,11 +79,11 @@ class TQWidget; * a->insertItem( i18n("Scroll up"), "Scroll Up", "Up" ); * // Insert an action "Scroll Down" which is not associated with any key: * a->insertItem( i18n("Scroll down"), "Scroll Down", 0); - * a->connectItem( "Scroll up", myWindow, SLOT( scrollUp() ) ); + * a->connectItem( "Scroll up", myWindow, TQ_SLOT( scrollUp() ) ); * // a->insertStdItem( TDEStdAccel::Print ); //not necessary, since it * // is done automatially with the * // connect below! - * a->connectItem(TDEStdAccel::Print, myWindow, SLOT( printDoc() ) ); + * a->connectItem(TDEStdAccel::Print, myWindow, TQ_SLOT( printDoc() ) ); * * a->readSettings(); * @@ -93,12 +93,12 @@ class TQWidget; * *
      * int id;
    - * id = popup->insertItem("&Print",this, SLOT(printDoc()));
    + * id = popup->insertItem("&Print",this, TQ_SLOT(printDoc()));
      * a->changeMenuAccel(popup, id, TDEStdAccel::Print );
      * 
    * * If you want a somewhat "exotic" name for your standard print action, like - * id = popup->insertItem(i18n("Print &Document"),this, SLOT(printDoc())); + * id = popup->insertItem(i18n("Print &Document"),this, TQ_SLOT(printDoc())); * it might be a good idea to insert the standard action before as * a->insertStdItem( TDEStdAccel::Print, i18n("Print Document") ) * as well, so that the user can easily find the corresponding function. @@ -107,7 +107,7 @@ class TQWidget; * in a menu could be done with * *
    - *    id = popup->insertItem(i18n"Scroll &up",this, SLOT(scrollUp()));
    + *    id = popup->insertItem(i18n"Scroll &up",this, TQ_SLOT(scrollUp()));
      *    a->changeMenuAccel(popup, id, "Scroll Up" );
      * 
    * diff --git a/extra/kde313/tdeaccelbase.h b/extra/kde313/tdeaccelbase.h index 7bbae9d..8bc28f2 100644 --- a/extra/kde313/tdeaccelbase.h +++ b/extra/kde313/tdeaccelbase.h @@ -79,11 +79,11 @@ class TQWidget; * a->insertItem( i18n("Scroll up"), "Scroll Up", "Up" ); * // Insert an action "Scroll Down" which is not associated with any key: * a->insertItem( i18n("Scroll down"), "Scroll Down", 0); - * a->connectItem( "Scroll up", myWindow, SLOT( scrollUp() ) ); + * a->connectItem( "Scroll up", myWindow, TQ_SLOT( scrollUp() ) ); * // a->insertStdItem( TDEStdAccel::Print ); //not necessary, since it * // is done automatially with the * // connect below! - * a->connectItem(TDEStdAccel::Print, myWindow, SLOT( printDoc() ) ); + * a->connectItem(TDEStdAccel::Print, myWindow, TQ_SLOT( printDoc() ) ); * * a->readSettings(); * @@ -93,12 +93,12 @@ class TQWidget; * *
      * int id;
    - * id = popup->insertItem("&Print",this, SLOT(printDoc()));
    + * id = popup->insertItem("&Print",this, TQ_SLOT(printDoc()));
      * a->changeMenuAccel(popup, id, TDEStdAccel::Print );
      * 
    * * If you want a somewhat "exotic" name for your standard print action, like - * id = popup->insertItem(i18n("Print &Document"),this, SLOT(printDoc())); + * id = popup->insertItem(i18n("Print &Document"),this, TQ_SLOT(printDoc())); * it might be a good idea to insert the standard action before as * a->insertStdItem( TDEStdAccel::Print, i18n("Print Document") ) * as well, so that the user can easily find the corresponding function. @@ -107,7 +107,7 @@ class TQWidget; * in a menu could be done with * *
    - *    id = popup->insertItem(i18n"Scroll &up",this, SLOT(scrollUp()));
    + *    id = popup->insertItem(i18n"Scroll &up",this, TQ_SLOT(scrollUp()));
      *    a->changeMenuAccel(popup, id, "Scroll Up" );
      * 
    * diff --git a/extra/kde314/tdeaccelbase.h b/extra/kde314/tdeaccelbase.h index 7bbae9d..8bc28f2 100644 --- a/extra/kde314/tdeaccelbase.h +++ b/extra/kde314/tdeaccelbase.h @@ -79,11 +79,11 @@ class TQWidget; * a->insertItem( i18n("Scroll up"), "Scroll Up", "Up" ); * // Insert an action "Scroll Down" which is not associated with any key: * a->insertItem( i18n("Scroll down"), "Scroll Down", 0); - * a->connectItem( "Scroll up", myWindow, SLOT( scrollUp() ) ); + * a->connectItem( "Scroll up", myWindow, TQ_SLOT( scrollUp() ) ); * // a->insertStdItem( TDEStdAccel::Print ); //not necessary, since it * // is done automatially with the * // connect below! - * a->connectItem(TDEStdAccel::Print, myWindow, SLOT( printDoc() ) ); + * a->connectItem(TDEStdAccel::Print, myWindow, TQ_SLOT( printDoc() ) ); * * a->readSettings(); * @@ -93,12 +93,12 @@ class TQWidget; * *
      * int id;
    - * id = popup->insertItem("&Print",this, SLOT(printDoc()));
    + * id = popup->insertItem("&Print",this, TQ_SLOT(printDoc()));
      * a->changeMenuAccel(popup, id, TDEStdAccel::Print );
      * 
    * * If you want a somewhat "exotic" name for your standard print action, like - * id = popup->insertItem(i18n("Print &Document"),this, SLOT(printDoc())); + * id = popup->insertItem(i18n("Print &Document"),this, TQ_SLOT(printDoc())); * it might be a good idea to insert the standard action before as * a->insertStdItem( TDEStdAccel::Print, i18n("Print Document") ) * as well, so that the user can easily find the corresponding function. @@ -107,7 +107,7 @@ class TQWidget; * in a menu could be done with * *
    - *    id = popup->insertItem(i18n"Scroll &up",this, SLOT(scrollUp()));
    + *    id = popup->insertItem(i18n"Scroll &up",this, TQ_SLOT(scrollUp()));
      *    a->changeMenuAccel(popup, id, "Scroll Up" );
      * 
    * diff --git a/extra/kde315/tdeaccelbase.h b/extra/kde315/tdeaccelbase.h index 7bbae9d..8bc28f2 100644 --- a/extra/kde315/tdeaccelbase.h +++ b/extra/kde315/tdeaccelbase.h @@ -79,11 +79,11 @@ class TQWidget; * a->insertItem( i18n("Scroll up"), "Scroll Up", "Up" ); * // Insert an action "Scroll Down" which is not associated with any key: * a->insertItem( i18n("Scroll down"), "Scroll Down", 0); - * a->connectItem( "Scroll up", myWindow, SLOT( scrollUp() ) ); + * a->connectItem( "Scroll up", myWindow, TQ_SLOT( scrollUp() ) ); * // a->insertStdItem( TDEStdAccel::Print ); //not necessary, since it * // is done automatially with the * // connect below! - * a->connectItem(TDEStdAccel::Print, myWindow, SLOT( printDoc() ) ); + * a->connectItem(TDEStdAccel::Print, myWindow, TQ_SLOT( printDoc() ) ); * * a->readSettings(); * @@ -93,12 +93,12 @@ class TQWidget; * *
      * int id;
    - * id = popup->insertItem("&Print",this, SLOT(printDoc()));
    + * id = popup->insertItem("&Print",this, TQ_SLOT(printDoc()));
      * a->changeMenuAccel(popup, id, TDEStdAccel::Print );
      * 
    * * If you want a somewhat "exotic" name for your standard print action, like - * id = popup->insertItem(i18n("Print &Document"),this, SLOT(printDoc())); + * id = popup->insertItem(i18n("Print &Document"),this, TQ_SLOT(printDoc())); * it might be a good idea to insert the standard action before as * a->insertStdItem( TDEStdAccel::Print, i18n("Print Document") ) * as well, so that the user can easily find the corresponding function. @@ -107,7 +107,7 @@ class TQWidget; * in a menu could be done with * *
    - *    id = popup->insertItem(i18n"Scroll &up",this, SLOT(scrollUp()));
    + *    id = popup->insertItem(i18n"Scroll &up",this, TQ_SLOT(scrollUp()));
      *    a->changeMenuAccel(popup, id, "Scroll Up" );
      * 
    * diff --git a/extra/kde320/tdeaccelbase.h b/extra/kde320/tdeaccelbase.h index 4b1d8d8..7ab8553 100644 --- a/extra/kde320/tdeaccelbase.h +++ b/extra/kde320/tdeaccelbase.h @@ -79,11 +79,11 @@ class TQWidget; * a->insertItem( i18n("Scroll Up"), "Scroll Up", "Up" ); * // Insert an action "Scroll Down" which is not associated with any key: * a->insertItem( i18n("Scroll Down"), "Scroll Down", 0); - * a->connectItem( "Scroll up", myWindow, SLOT( scrollUp() ) ); + * a->connectItem( "Scroll up", myWindow, TQ_SLOT( scrollUp() ) ); * // a->insertStdItem( TDEStdAccel::Print ); //not necessary, since it * // is done automatially with the * // connect below! - * a->connectItem(TDEStdAccel::Print, myWindow, SLOT( printDoc() ) ); + * a->connectItem(TDEStdAccel::Print, myWindow, TQ_SLOT( printDoc() ) ); * * a->readSettings(); *\endcode @@ -93,12 +93,12 @@ class TQWidget; * * \code * int id; - * id = popup->insertItem("&Print",this, SLOT(printDoc())); + * id = popup->insertItem("&Print",this, TQ_SLOT(printDoc())); * a->changeMenuAccel(popup, id, TDEStdAccel::Print ); * \endcode * * If you want a somewhat "exotic" name for your standard print action, like - * id = popup->insertItem(i18n("Print &Document"),this, SLOT(printDoc())); + * id = popup->insertItem(i18n("Print &Document"),this, TQ_SLOT(printDoc())); * it might be a good idea to insert the standard action before as * a->insertStdItem( TDEStdAccel::Print, i18n("Print Document") ) * as well, so that the user can easily find the corresponding function. @@ -107,7 +107,7 @@ class TQWidget; * in a menu could be done with * * \code - * id = popup->insertItem(i18n"Scroll &up",this, SLOT(scrollUp())); + * id = popup->insertItem(i18n"Scroll &up",this, TQ_SLOT(scrollUp())); * a->changeMenuAccel(popup, id, "Scroll Up" ); * \endcode * diff --git a/extra/kde321/tdeaccelbase.h b/extra/kde321/tdeaccelbase.h index 4b1d8d8..7ab8553 100644 --- a/extra/kde321/tdeaccelbase.h +++ b/extra/kde321/tdeaccelbase.h @@ -79,11 +79,11 @@ class TQWidget; * a->insertItem( i18n("Scroll Up"), "Scroll Up", "Up" ); * // Insert an action "Scroll Down" which is not associated with any key: * a->insertItem( i18n("Scroll Down"), "Scroll Down", 0); - * a->connectItem( "Scroll up", myWindow, SLOT( scrollUp() ) ); + * a->connectItem( "Scroll up", myWindow, TQ_SLOT( scrollUp() ) ); * // a->insertStdItem( TDEStdAccel::Print ); //not necessary, since it * // is done automatially with the * // connect below! - * a->connectItem(TDEStdAccel::Print, myWindow, SLOT( printDoc() ) ); + * a->connectItem(TDEStdAccel::Print, myWindow, TQ_SLOT( printDoc() ) ); * * a->readSettings(); *\endcode @@ -93,12 +93,12 @@ class TQWidget; * * \code * int id; - * id = popup->insertItem("&Print",this, SLOT(printDoc())); + * id = popup->insertItem("&Print",this, TQ_SLOT(printDoc())); * a->changeMenuAccel(popup, id, TDEStdAccel::Print ); * \endcode * * If you want a somewhat "exotic" name for your standard print action, like - * id = popup->insertItem(i18n("Print &Document"),this, SLOT(printDoc())); + * id = popup->insertItem(i18n("Print &Document"),this, TQ_SLOT(printDoc())); * it might be a good idea to insert the standard action before as * a->insertStdItem( TDEStdAccel::Print, i18n("Print Document") ) * as well, so that the user can easily find the corresponding function. @@ -107,7 +107,7 @@ class TQWidget; * in a menu could be done with * * \code - * id = popup->insertItem(i18n"Scroll &up",this, SLOT(scrollUp())); + * id = popup->insertItem(i18n"Scroll &up",this, TQ_SLOT(scrollUp())); * a->changeMenuAccel(popup, id, "Scroll Up" ); * \endcode * diff --git a/extra/kde322/tdeaccelbase.h b/extra/kde322/tdeaccelbase.h index 4b1d8d8..7ab8553 100644 --- a/extra/kde322/tdeaccelbase.h +++ b/extra/kde322/tdeaccelbase.h @@ -79,11 +79,11 @@ class TQWidget; * a->insertItem( i18n("Scroll Up"), "Scroll Up", "Up" ); * // Insert an action "Scroll Down" which is not associated with any key: * a->insertItem( i18n("Scroll Down"), "Scroll Down", 0); - * a->connectItem( "Scroll up", myWindow, SLOT( scrollUp() ) ); + * a->connectItem( "Scroll up", myWindow, TQ_SLOT( scrollUp() ) ); * // a->insertStdItem( TDEStdAccel::Print ); //not necessary, since it * // is done automatially with the * // connect below! - * a->connectItem(TDEStdAccel::Print, myWindow, SLOT( printDoc() ) ); + * a->connectItem(TDEStdAccel::Print, myWindow, TQ_SLOT( printDoc() ) ); * * a->readSettings(); *\endcode @@ -93,12 +93,12 @@ class TQWidget; * * \code * int id; - * id = popup->insertItem("&Print",this, SLOT(printDoc())); + * id = popup->insertItem("&Print",this, TQ_SLOT(printDoc())); * a->changeMenuAccel(popup, id, TDEStdAccel::Print ); * \endcode * * If you want a somewhat "exotic" name for your standard print action, like - * id = popup->insertItem(i18n("Print &Document"),this, SLOT(printDoc())); + * id = popup->insertItem(i18n("Print &Document"),this, TQ_SLOT(printDoc())); * it might be a good idea to insert the standard action before as * a->insertStdItem( TDEStdAccel::Print, i18n("Print Document") ) * as well, so that the user can easily find the corresponding function. @@ -107,7 +107,7 @@ class TQWidget; * in a menu could be done with * * \code - * id = popup->insertItem(i18n"Scroll &up",this, SLOT(scrollUp())); + * id = popup->insertItem(i18n"Scroll &up",this, TQ_SLOT(scrollUp())); * a->changeMenuAccel(popup, id, "Scroll Up" ); * \endcode * diff --git a/extra/kde323/tdeaccelbase.h b/extra/kde323/tdeaccelbase.h index 4b1d8d8..7ab8553 100644 --- a/extra/kde323/tdeaccelbase.h +++ b/extra/kde323/tdeaccelbase.h @@ -79,11 +79,11 @@ class TQWidget; * a->insertItem( i18n("Scroll Up"), "Scroll Up", "Up" ); * // Insert an action "Scroll Down" which is not associated with any key: * a->insertItem( i18n("Scroll Down"), "Scroll Down", 0); - * a->connectItem( "Scroll up", myWindow, SLOT( scrollUp() ) ); + * a->connectItem( "Scroll up", myWindow, TQ_SLOT( scrollUp() ) ); * // a->insertStdItem( TDEStdAccel::Print ); //not necessary, since it * // is done automatially with the * // connect below! - * a->connectItem(TDEStdAccel::Print, myWindow, SLOT( printDoc() ) ); + * a->connectItem(TDEStdAccel::Print, myWindow, TQ_SLOT( printDoc() ) ); * * a->readSettings(); *\endcode @@ -93,12 +93,12 @@ class TQWidget; * * \code * int id; - * id = popup->insertItem("&Print",this, SLOT(printDoc())); + * id = popup->insertItem("&Print",this, TQ_SLOT(printDoc())); * a->changeMenuAccel(popup, id, TDEStdAccel::Print ); * \endcode * * If you want a somewhat "exotic" name for your standard print action, like - * id = popup->insertItem(i18n("Print &Document"),this, SLOT(printDoc())); + * id = popup->insertItem(i18n("Print &Document"),this, TQ_SLOT(printDoc())); * it might be a good idea to insert the standard action before as * a->insertStdItem( TDEStdAccel::Print, i18n("Print Document") ) * as well, so that the user can easily find the corresponding function. @@ -107,7 +107,7 @@ class TQWidget; * in a menu could be done with * * \code - * id = popup->insertItem(i18n"Scroll &up",this, SLOT(scrollUp())); + * id = popup->insertItem(i18n"Scroll &up",this, TQ_SLOT(scrollUp())); * a->changeMenuAccel(popup, id, "Scroll Up" ); * \endcode * diff --git a/extra/kde330/tdeaccelbase.h b/extra/kde330/tdeaccelbase.h index 4b1d8d8..7ab8553 100644 --- a/extra/kde330/tdeaccelbase.h +++ b/extra/kde330/tdeaccelbase.h @@ -79,11 +79,11 @@ class TQWidget; * a->insertItem( i18n("Scroll Up"), "Scroll Up", "Up" ); * // Insert an action "Scroll Down" which is not associated with any key: * a->insertItem( i18n("Scroll Down"), "Scroll Down", 0); - * a->connectItem( "Scroll up", myWindow, SLOT( scrollUp() ) ); + * a->connectItem( "Scroll up", myWindow, TQ_SLOT( scrollUp() ) ); * // a->insertStdItem( TDEStdAccel::Print ); //not necessary, since it * // is done automatially with the * // connect below! - * a->connectItem(TDEStdAccel::Print, myWindow, SLOT( printDoc() ) ); + * a->connectItem(TDEStdAccel::Print, myWindow, TQ_SLOT( printDoc() ) ); * * a->readSettings(); *\endcode @@ -93,12 +93,12 @@ class TQWidget; * * \code * int id; - * id = popup->insertItem("&Print",this, SLOT(printDoc())); + * id = popup->insertItem("&Print",this, TQ_SLOT(printDoc())); * a->changeMenuAccel(popup, id, TDEStdAccel::Print ); * \endcode * * If you want a somewhat "exotic" name for your standard print action, like - * id = popup->insertItem(i18n("Print &Document"),this, SLOT(printDoc())); + * id = popup->insertItem(i18n("Print &Document"),this, TQ_SLOT(printDoc())); * it might be a good idea to insert the standard action before as * a->insertStdItem( TDEStdAccel::Print, i18n("Print Document") ) * as well, so that the user can easily find the corresponding function. @@ -107,7 +107,7 @@ class TQWidget; * in a menu could be done with * * \code - * id = popup->insertItem(i18n"Scroll &up",this, SLOT(scrollUp())); + * id = popup->insertItem(i18n"Scroll &up",this, TQ_SLOT(scrollUp())); * a->changeMenuAccel(popup, id, "Scroll Up" ); * \endcode * diff --git a/extra/kde331/tdeaccelbase.h b/extra/kde331/tdeaccelbase.h index 4b1d8d8..7ab8553 100644 --- a/extra/kde331/tdeaccelbase.h +++ b/extra/kde331/tdeaccelbase.h @@ -79,11 +79,11 @@ class TQWidget; * a->insertItem( i18n("Scroll Up"), "Scroll Up", "Up" ); * // Insert an action "Scroll Down" which is not associated with any key: * a->insertItem( i18n("Scroll Down"), "Scroll Down", 0); - * a->connectItem( "Scroll up", myWindow, SLOT( scrollUp() ) ); + * a->connectItem( "Scroll up", myWindow, TQ_SLOT( scrollUp() ) ); * // a->insertStdItem( TDEStdAccel::Print ); //not necessary, since it * // is done automatially with the * // connect below! - * a->connectItem(TDEStdAccel::Print, myWindow, SLOT( printDoc() ) ); + * a->connectItem(TDEStdAccel::Print, myWindow, TQ_SLOT( printDoc() ) ); * * a->readSettings(); *\endcode @@ -93,12 +93,12 @@ class TQWidget; * * \code * int id; - * id = popup->insertItem("&Print",this, SLOT(printDoc())); + * id = popup->insertItem("&Print",this, TQ_SLOT(printDoc())); * a->changeMenuAccel(popup, id, TDEStdAccel::Print ); * \endcode * * If you want a somewhat "exotic" name for your standard print action, like - * id = popup->insertItem(i18n("Print &Document"),this, SLOT(printDoc())); + * id = popup->insertItem(i18n("Print &Document"),this, TQ_SLOT(printDoc())); * it might be a good idea to insert the standard action before as * a->insertStdItem( TDEStdAccel::Print, i18n("Print Document") ) * as well, so that the user can easily find the corresponding function. @@ -107,7 +107,7 @@ class TQWidget; * in a menu could be done with * * \code - * id = popup->insertItem(i18n"Scroll &up",this, SLOT(scrollUp())); + * id = popup->insertItem(i18n"Scroll &up",this, TQ_SLOT(scrollUp())); * a->changeMenuAccel(popup, id, "Scroll Up" ); * \endcode * diff --git a/extra/kde332/tdeaccelbase.h b/extra/kde332/tdeaccelbase.h index 4b1d8d8..7ab8553 100644 --- a/extra/kde332/tdeaccelbase.h +++ b/extra/kde332/tdeaccelbase.h @@ -79,11 +79,11 @@ class TQWidget; * a->insertItem( i18n("Scroll Up"), "Scroll Up", "Up" ); * // Insert an action "Scroll Down" which is not associated with any key: * a->insertItem( i18n("Scroll Down"), "Scroll Down", 0); - * a->connectItem( "Scroll up", myWindow, SLOT( scrollUp() ) ); + * a->connectItem( "Scroll up", myWindow, TQ_SLOT( scrollUp() ) ); * // a->insertStdItem( TDEStdAccel::Print ); //not necessary, since it * // is done automatially with the * // connect below! - * a->connectItem(TDEStdAccel::Print, myWindow, SLOT( printDoc() ) ); + * a->connectItem(TDEStdAccel::Print, myWindow, TQ_SLOT( printDoc() ) ); * * a->readSettings(); *\endcode @@ -93,12 +93,12 @@ class TQWidget; * * \code * int id; - * id = popup->insertItem("&Print",this, SLOT(printDoc())); + * id = popup->insertItem("&Print",this, TQ_SLOT(printDoc())); * a->changeMenuAccel(popup, id, TDEStdAccel::Print ); * \endcode * * If you want a somewhat "exotic" name for your standard print action, like - * id = popup->insertItem(i18n("Print &Document"),this, SLOT(printDoc())); + * id = popup->insertItem(i18n("Print &Document"),this, TQ_SLOT(printDoc())); * it might be a good idea to insert the standard action before as * a->insertStdItem( TDEStdAccel::Print, i18n("Print Document") ) * as well, so that the user can easily find the corresponding function. @@ -107,7 +107,7 @@ class TQWidget; * in a menu could be done with * * \code - * id = popup->insertItem(i18n"Scroll &up",this, SLOT(scrollUp())); + * id = popup->insertItem(i18n"Scroll &up",this, TQ_SLOT(scrollUp())); * a->changeMenuAccel(popup, id, "Scroll Up" ); * \endcode * diff --git a/extra/kde340/tdeaccelbase.h b/extra/kde340/tdeaccelbase.h index c4d1d52..6b94c75 100644 --- a/extra/kde340/tdeaccelbase.h +++ b/extra/kde340/tdeaccelbase.h @@ -79,11 +79,11 @@ class TQWidget; * a->insertItem( i18n("Scroll Up"), "Scroll Up", "Up" ); * // Insert an action "Scroll Down" which is not associated with any key: * a->insertItem( i18n("Scroll Down"), "Scroll Down", 0); - * a->connectItem( "Scroll up", myWindow, SLOT( scrollUp() ) ); + * a->connectItem( "Scroll up", myWindow, TQ_SLOT( scrollUp() ) ); * // a->insertStdItem( TDEStdAccel::Print ); //not necessary, since it * // is done automatially with the * // connect below! - * a->connectItem(TDEStdAccel::Print, myWindow, SLOT( printDoc() ) ); + * a->connectItem(TDEStdAccel::Print, myWindow, TQ_SLOT( printDoc() ) ); * * a->readSettings(); *\endcode @@ -93,12 +93,12 @@ class TQWidget; * * \code * int id; - * id = popup->insertItem("&Print",this, SLOT(printDoc())); + * id = popup->insertItem("&Print",this, TQ_SLOT(printDoc())); * a->changeMenuAccel(popup, id, TDEStdAccel::Print ); * \endcode * * If you want a somewhat "exotic" name for your standard print action, like - * id = popup->insertItem(i18n("Print &Document"),this, SLOT(printDoc())); + * id = popup->insertItem(i18n("Print &Document"),this, TQ_SLOT(printDoc())); * it might be a good idea to insert the standard action before as * a->insertStdItem( TDEStdAccel::Print, i18n("Print Document") ) * as well, so that the user can easily find the corresponding function. @@ -107,7 +107,7 @@ class TQWidget; * in a menu could be done with * * \code - * id = popup->insertItem(i18n"Scroll &up",this, SLOT(scrollUp())); + * id = popup->insertItem(i18n"Scroll &up",this, TQ_SLOT(scrollUp())); * a->changeMenuAccel(popup, id, "Scroll Up" ); * \endcode * diff --git a/extra/kde341/tdeaccelbase.h b/extra/kde341/tdeaccelbase.h index c4d1d52..6b94c75 100644 --- a/extra/kde341/tdeaccelbase.h +++ b/extra/kde341/tdeaccelbase.h @@ -79,11 +79,11 @@ class TQWidget; * a->insertItem( i18n("Scroll Up"), "Scroll Up", "Up" ); * // Insert an action "Scroll Down" which is not associated with any key: * a->insertItem( i18n("Scroll Down"), "Scroll Down", 0); - * a->connectItem( "Scroll up", myWindow, SLOT( scrollUp() ) ); + * a->connectItem( "Scroll up", myWindow, TQ_SLOT( scrollUp() ) ); * // a->insertStdItem( TDEStdAccel::Print ); //not necessary, since it * // is done automatially with the * // connect below! - * a->connectItem(TDEStdAccel::Print, myWindow, SLOT( printDoc() ) ); + * a->connectItem(TDEStdAccel::Print, myWindow, TQ_SLOT( printDoc() ) ); * * a->readSettings(); *\endcode @@ -93,12 +93,12 @@ class TQWidget; * * \code * int id; - * id = popup->insertItem("&Print",this, SLOT(printDoc())); + * id = popup->insertItem("&Print",this, TQ_SLOT(printDoc())); * a->changeMenuAccel(popup, id, TDEStdAccel::Print ); * \endcode * * If you want a somewhat "exotic" name for your standard print action, like - * id = popup->insertItem(i18n("Print &Document"),this, SLOT(printDoc())); + * id = popup->insertItem(i18n("Print &Document"),this, TQ_SLOT(printDoc())); * it might be a good idea to insert the standard action before as * a->insertStdItem( TDEStdAccel::Print, i18n("Print Document") ) * as well, so that the user can easily find the corresponding function. @@ -107,7 +107,7 @@ class TQWidget; * in a menu could be done with * * \code - * id = popup->insertItem(i18n"Scroll &up",this, SLOT(scrollUp())); + * id = popup->insertItem(i18n"Scroll &up",this, TQ_SLOT(scrollUp())); * a->changeMenuAccel(popup, id, "Scroll Up" ); * \endcode * diff --git a/extra/kde342/tdeaccelbase.h b/extra/kde342/tdeaccelbase.h index c4d1d52..6b94c75 100644 --- a/extra/kde342/tdeaccelbase.h +++ b/extra/kde342/tdeaccelbase.h @@ -79,11 +79,11 @@ class TQWidget; * a->insertItem( i18n("Scroll Up"), "Scroll Up", "Up" ); * // Insert an action "Scroll Down" which is not associated with any key: * a->insertItem( i18n("Scroll Down"), "Scroll Down", 0); - * a->connectItem( "Scroll up", myWindow, SLOT( scrollUp() ) ); + * a->connectItem( "Scroll up", myWindow, TQ_SLOT( scrollUp() ) ); * // a->insertStdItem( TDEStdAccel::Print ); //not necessary, since it * // is done automatially with the * // connect below! - * a->connectItem(TDEStdAccel::Print, myWindow, SLOT( printDoc() ) ); + * a->connectItem(TDEStdAccel::Print, myWindow, TQ_SLOT( printDoc() ) ); * * a->readSettings(); *\endcode @@ -93,12 +93,12 @@ class TQWidget; * * \code * int id; - * id = popup->insertItem("&Print",this, SLOT(printDoc())); + * id = popup->insertItem("&Print",this, TQ_SLOT(printDoc())); * a->changeMenuAccel(popup, id, TDEStdAccel::Print ); * \endcode * * If you want a somewhat "exotic" name for your standard print action, like - * id = popup->insertItem(i18n("Print &Document"),this, SLOT(printDoc())); + * id = popup->insertItem(i18n("Print &Document"),this, TQ_SLOT(printDoc())); * it might be a good idea to insert the standard action before as * a->insertStdItem( TDEStdAccel::Print, i18n("Print Document") ) * as well, so that the user can easily find the corresponding function. @@ -107,7 +107,7 @@ class TQWidget; * in a menu could be done with * * \code - * id = popup->insertItem(i18n"Scroll &up",this, SLOT(scrollUp())); + * id = popup->insertItem(i18n"Scroll &up",this, TQ_SLOT(scrollUp())); * a->changeMenuAccel(popup, id, "Scroll Up" ); * \endcode * diff --git a/extra/kde343/tdeaccelbase.h b/extra/kde343/tdeaccelbase.h index c4d1d52..6b94c75 100644 --- a/extra/kde343/tdeaccelbase.h +++ b/extra/kde343/tdeaccelbase.h @@ -79,11 +79,11 @@ class TQWidget; * a->insertItem( i18n("Scroll Up"), "Scroll Up", "Up" ); * // Insert an action "Scroll Down" which is not associated with any key: * a->insertItem( i18n("Scroll Down"), "Scroll Down", 0); - * a->connectItem( "Scroll up", myWindow, SLOT( scrollUp() ) ); + * a->connectItem( "Scroll up", myWindow, TQ_SLOT( scrollUp() ) ); * // a->insertStdItem( TDEStdAccel::Print ); //not necessary, since it * // is done automatially with the * // connect below! - * a->connectItem(TDEStdAccel::Print, myWindow, SLOT( printDoc() ) ); + * a->connectItem(TDEStdAccel::Print, myWindow, TQ_SLOT( printDoc() ) ); * * a->readSettings(); *\endcode @@ -93,12 +93,12 @@ class TQWidget; * * \code * int id; - * id = popup->insertItem("&Print",this, SLOT(printDoc())); + * id = popup->insertItem("&Print",this, TQ_SLOT(printDoc())); * a->changeMenuAccel(popup, id, TDEStdAccel::Print ); * \endcode * * If you want a somewhat "exotic" name for your standard print action, like - * id = popup->insertItem(i18n("Print &Document"),this, SLOT(printDoc())); + * id = popup->insertItem(i18n("Print &Document"),this, TQ_SLOT(printDoc())); * it might be a good idea to insert the standard action before as * a->insertStdItem( TDEStdAccel::Print, i18n("Print Document") ) * as well, so that the user can easily find the corresponding function. @@ -107,7 +107,7 @@ class TQWidget; * in a menu could be done with * * \code - * id = popup->insertItem(i18n"Scroll &up",this, SLOT(scrollUp())); + * id = popup->insertItem(i18n"Scroll &up",this, TQ_SLOT(scrollUp())); * a->changeMenuAccel(popup, id, "Scroll Up" ); * \endcode * diff --git a/extra/kde350/tdeaccelbase.h b/extra/kde350/tdeaccelbase.h index 2bf0c72..17e3e30 100644 --- a/extra/kde350/tdeaccelbase.h +++ b/extra/kde350/tdeaccelbase.h @@ -79,11 +79,11 @@ class TQWidget; * a->insertItem( i18n("Scroll Up"), "Scroll Up", "Up" ); * // Insert an action "Scroll Down" which is not associated with any key: * a->insertItem( i18n("Scroll Down"), "Scroll Down", 0); - * a->connectItem( "Scroll up", myWindow, SLOT( scrollUp() ) ); + * a->connectItem( "Scroll up", myWindow, TQ_SLOT( scrollUp() ) ); * // a->insertStdItem( TDEStdAccel::Print ); //not necessary, since it * // is done automatially with the * // connect below! - * a->connectItem(TDEStdAccel::Print, myWindow, SLOT( printDoc() ) ); + * a->connectItem(TDEStdAccel::Print, myWindow, TQ_SLOT( printDoc() ) ); * * a->readSettings(); *\endcode @@ -93,12 +93,12 @@ class TQWidget; * * \code * int id; - * id = popup->insertItem("&Print",this, SLOT(printDoc())); + * id = popup->insertItem("&Print",this, TQ_SLOT(printDoc())); * a->changeMenuAccel(popup, id, TDEStdAccel::Print ); * \endcode * * If you want a somewhat "exotic" name for your standard print action, like - * id = popup->insertItem(i18n("Print &Document"),this, SLOT(printDoc())); + * id = popup->insertItem(i18n("Print &Document"),this, TQ_SLOT(printDoc())); * it might be a good idea to insert the standard action before as * a->insertStdItem( TDEStdAccel::Print, i18n("Print Document") ) * as well, so that the user can easily find the corresponding function. @@ -107,7 +107,7 @@ class TQWidget; * in a menu could be done with * * \code - * id = popup->insertItem(i18n"Scroll &up",this, SLOT(scrollUp())); + * id = popup->insertItem(i18n"Scroll &up",this, TQ_SLOT(scrollUp())); * a->changeMenuAccel(popup, id, "Scroll Up" ); * \endcode * diff --git a/extra/kde351/tdeaccelbase.h b/extra/kde351/tdeaccelbase.h index 2bf0c72..17e3e30 100644 --- a/extra/kde351/tdeaccelbase.h +++ b/extra/kde351/tdeaccelbase.h @@ -79,11 +79,11 @@ class TQWidget; * a->insertItem( i18n("Scroll Up"), "Scroll Up", "Up" ); * // Insert an action "Scroll Down" which is not associated with any key: * a->insertItem( i18n("Scroll Down"), "Scroll Down", 0); - * a->connectItem( "Scroll up", myWindow, SLOT( scrollUp() ) ); + * a->connectItem( "Scroll up", myWindow, TQ_SLOT( scrollUp() ) ); * // a->insertStdItem( TDEStdAccel::Print ); //not necessary, since it * // is done automatially with the * // connect below! - * a->connectItem(TDEStdAccel::Print, myWindow, SLOT( printDoc() ) ); + * a->connectItem(TDEStdAccel::Print, myWindow, TQ_SLOT( printDoc() ) ); * * a->readSettings(); *\endcode @@ -93,12 +93,12 @@ class TQWidget; * * \code * int id; - * id = popup->insertItem("&Print",this, SLOT(printDoc())); + * id = popup->insertItem("&Print",this, TQ_SLOT(printDoc())); * a->changeMenuAccel(popup, id, TDEStdAccel::Print ); * \endcode * * If you want a somewhat "exotic" name for your standard print action, like - * id = popup->insertItem(i18n("Print &Document"),this, SLOT(printDoc())); + * id = popup->insertItem(i18n("Print &Document"),this, TQ_SLOT(printDoc())); * it might be a good idea to insert the standard action before as * a->insertStdItem( TDEStdAccel::Print, i18n("Print Document") ) * as well, so that the user can easily find the corresponding function. @@ -107,7 +107,7 @@ class TQWidget; * in a menu could be done with * * \code - * id = popup->insertItem(i18n"Scroll &up",this, SLOT(scrollUp())); + * id = popup->insertItem(i18n"Scroll &up",this, TQ_SLOT(scrollUp())); * a->changeMenuAccel(popup, id, "Scroll Up" ); * \endcode * diff --git a/extra/kde352/tdeaccelbase.h b/extra/kde352/tdeaccelbase.h index 2bf0c72..17e3e30 100644 --- a/extra/kde352/tdeaccelbase.h +++ b/extra/kde352/tdeaccelbase.h @@ -79,11 +79,11 @@ class TQWidget; * a->insertItem( i18n("Scroll Up"), "Scroll Up", "Up" ); * // Insert an action "Scroll Down" which is not associated with any key: * a->insertItem( i18n("Scroll Down"), "Scroll Down", 0); - * a->connectItem( "Scroll up", myWindow, SLOT( scrollUp() ) ); + * a->connectItem( "Scroll up", myWindow, TQ_SLOT( scrollUp() ) ); * // a->insertStdItem( TDEStdAccel::Print ); //not necessary, since it * // is done automatially with the * // connect below! - * a->connectItem(TDEStdAccel::Print, myWindow, SLOT( printDoc() ) ); + * a->connectItem(TDEStdAccel::Print, myWindow, TQ_SLOT( printDoc() ) ); * * a->readSettings(); *\endcode @@ -93,12 +93,12 @@ class TQWidget; * * \code * int id; - * id = popup->insertItem("&Print",this, SLOT(printDoc())); + * id = popup->insertItem("&Print",this, TQ_SLOT(printDoc())); * a->changeMenuAccel(popup, id, TDEStdAccel::Print ); * \endcode * * If you want a somewhat "exotic" name for your standard print action, like - * id = popup->insertItem(i18n("Print &Document"),this, SLOT(printDoc())); + * id = popup->insertItem(i18n("Print &Document"),this, TQ_SLOT(printDoc())); * it might be a good idea to insert the standard action before as * a->insertStdItem( TDEStdAccel::Print, i18n("Print Document") ) * as well, so that the user can easily find the corresponding function. @@ -107,7 +107,7 @@ class TQWidget; * in a menu could be done with * * \code - * id = popup->insertItem(i18n"Scroll &up",this, SLOT(scrollUp())); + * id = popup->insertItem(i18n"Scroll &up",this, TQ_SLOT(scrollUp())); * a->changeMenuAccel(popup, id, "Scroll Up" ); * \endcode * diff --git a/extra/kde353/tdeaccelbase.h b/extra/kde353/tdeaccelbase.h index 2bf0c72..17e3e30 100644 --- a/extra/kde353/tdeaccelbase.h +++ b/extra/kde353/tdeaccelbase.h @@ -79,11 +79,11 @@ class TQWidget; * a->insertItem( i18n("Scroll Up"), "Scroll Up", "Up" ); * // Insert an action "Scroll Down" which is not associated with any key: * a->insertItem( i18n("Scroll Down"), "Scroll Down", 0); - * a->connectItem( "Scroll up", myWindow, SLOT( scrollUp() ) ); + * a->connectItem( "Scroll up", myWindow, TQ_SLOT( scrollUp() ) ); * // a->insertStdItem( TDEStdAccel::Print ); //not necessary, since it * // is done automatially with the * // connect below! - * a->connectItem(TDEStdAccel::Print, myWindow, SLOT( printDoc() ) ); + * a->connectItem(TDEStdAccel::Print, myWindow, TQ_SLOT( printDoc() ) ); * * a->readSettings(); *\endcode @@ -93,12 +93,12 @@ class TQWidget; * * \code * int id; - * id = popup->insertItem("&Print",this, SLOT(printDoc())); + * id = popup->insertItem("&Print",this, TQ_SLOT(printDoc())); * a->changeMenuAccel(popup, id, TDEStdAccel::Print ); * \endcode * * If you want a somewhat "exotic" name for your standard print action, like - * id = popup->insertItem(i18n("Print &Document"),this, SLOT(printDoc())); + * id = popup->insertItem(i18n("Print &Document"),this, TQ_SLOT(printDoc())); * it might be a good idea to insert the standard action before as * a->insertStdItem( TDEStdAccel::Print, i18n("Print Document") ) * as well, so that the user can easily find the corresponding function. @@ -107,7 +107,7 @@ class TQWidget; * in a menu could be done with * * \code - * id = popup->insertItem(i18n"Scroll &up",this, SLOT(scrollUp())); + * id = popup->insertItem(i18n"Scroll &up",this, TQ_SLOT(scrollUp())); * a->changeMenuAccel(popup, id, "Scroll Up" ); * \endcode * diff --git a/templates/annotated/menuapp1.py b/templates/annotated/menuapp1.py index 89c2568..fea64c0 100644 --- a/templates/annotated/menuapp1.py +++ b/templates/annotated/menuapp1.py @@ -43,7 +43,7 @@ True = not False import sys -from PyTQt.tqt import TQPopupMenu, SIGNAL +from PyTQt.tqt import TQPopupMenu, TQ_SIGNAL from tdecore import TDEApplication, TDECmdLineArgs, TDEAboutData, i18n, TDEStdAccel, TDEIcon, TDEIconLoader from tdeui import TDEMainWindow, KMessageBox @@ -159,17 +159,17 @@ class MainWin (TDEMainWindow): # are easier ways to do this - see other menuapp templates for easier # methods using TDEAction/KStdAction - self.toolBar ().insertButton (icons.loadIcon ("filenew", TDEIcon.Toolbar), TOOLBAR_NEW, SIGNAL ("clicked (int)"), self.slotNew,\ + self.toolBar ().insertButton (icons.loadIcon ("filenew", TDEIcon.Toolbar), TOOLBAR_NEW, TQ_SIGNAL ("clicked (int)"), self.slotNew,\ True, "New") - self.toolBar ().insertButton (icons.loadIcon ("fileopen", TDEIcon.Toolbar), TOOLBAR_OPEN, SIGNAL ("clicked (int)"), self.slotOpen,\ + self.toolBar ().insertButton (icons.loadIcon ("fileopen", TDEIcon.Toolbar), TOOLBAR_OPEN, TQ_SIGNAL ("clicked (int)"), self.slotOpen,\ True, "Open") - self.toolBar ().insertButton (icons.loadIcon ("filesave", TDEIcon.Toolbar), TOOLBAR_SAVE, SIGNAL ("clicked (int)"), self.slotSave,\ + self.toolBar ().insertButton (icons.loadIcon ("filesave", TDEIcon.Toolbar), TOOLBAR_SAVE, TQ_SIGNAL ("clicked (int)"), self.slotSave,\ True, "Save") - self.toolBar ().insertButton (icons.loadIcon ("editcut", TDEIcon.Toolbar), TOOLBAR_CUT, SIGNAL ("clicked (int)"), self.slotCut,\ + self.toolBar ().insertButton (icons.loadIcon ("editcut", TDEIcon.Toolbar), TOOLBAR_CUT, TQ_SIGNAL ("clicked (int)"), self.slotCut,\ True, "Cut") - self.toolBar ().insertButton (icons.loadIcon ("editcopy", TDEIcon.Toolbar), TOOLBAR_COPY, SIGNAL ("clicked (int)"), self.slotCopy,\ + self.toolBar ().insertButton (icons.loadIcon ("editcopy", TDEIcon.Toolbar), TOOLBAR_COPY, TQ_SIGNAL ("clicked (int)"), self.slotCopy,\ True, "Copy") - self.toolBar ().insertButton (icons.loadIcon ("editpaste", TDEIcon.Toolbar), TOOLBAR_PASTE, SIGNAL ("clicked (int)"), self.slotPaste,\ + self.toolBar ().insertButton (icons.loadIcon ("editpaste", TDEIcon.Toolbar), TOOLBAR_PASTE, TQ_SIGNAL ("clicked (int)"), self.slotPaste,\ True, "Paste") def initStatusBar (self): diff --git a/templates/annotated/menuapp2.py b/templates/annotated/menuapp2.py index bfdae1b..d7a4af2 100644 --- a/templates/annotated/menuapp2.py +++ b/templates/annotated/menuapp2.py @@ -41,7 +41,7 @@ True = not False import sys -from PyTQt.tqt import TQPopupMenu, SIGNAL +from PyTQt.tqt import TQPopupMenu, TQ_SIGNAL from tdecore import TDEApplication, TDECmdLineArgs, TDEAboutData, i18n from tdeui import TDEMainWindow, KMessageBox, KStdAction, TDEAction diff --git a/templates/annotated/menuapp3.py b/templates/annotated/menuapp3.py index 924e60d..1d99aa3 100644 --- a/templates/annotated/menuapp3.py +++ b/templates/annotated/menuapp3.py @@ -41,7 +41,7 @@ True = not False import sys -from PyTQt.tqt import TQPopupMenu, SIGNAL +from PyTQt.tqt import TQPopupMenu, TQ_SIGNAL from tdecore import TDEApplication, TDECmdLineArgs, TDEAboutData, i18n from tdeui import TDEMainWindow, KMessageBox, KStdAction, TDEAction, TDEActionCollection diff --git a/templates/annotated/systray.py b/templates/annotated/systray.py index 989719e..f0a005a 100644 --- a/templates/annotated/systray.py +++ b/templates/annotated/systray.py @@ -29,7 +29,7 @@ copyright holder. import sys -from PyTQt.tqt import TQWidget, SIGNAL +from PyTQt.tqt import TQWidget, TQ_SIGNAL from tdecore import TDEApplication, TDEIcon, TDEIconLoader from tdeui import KSystemTray @@ -71,7 +71,7 @@ icons = TDEIconLoader () systray = KSystemTray (mainWindow) systray.setPixmap (icons.loadIcon("process-stop", TDEIcon.Desktop)) -systray.connect (systray, SIGNAL ("quitSelected ()"), slotQuitSelected) +systray.connect (systray, TQ_SIGNAL ("quitSelected ()"), slotQuitSelected) systray.show () # Comment this out if you don't want the main window to show diff --git a/templates/annotated/systray1.py b/templates/annotated/systray1.py index d3f0ae7..8e164a2 100644 --- a/templates/annotated/systray1.py +++ b/templates/annotated/systray1.py @@ -35,7 +35,7 @@ copyright holder. import sys -from PyTQt.tqt import TQLabel, TQWidget, SIGNAL +from PyTQt.tqt import TQLabel, TQWidget, TQ_SIGNAL from tdecore import TDEApplication, TDEIcon, TDEIconLoader from tdeui import TDEMainWindow, KSystemTray @@ -58,7 +58,7 @@ class MainWin (TDEMainWindow): # KSystemTray hides or shows its parent when the system tray icon is clicked self.systray = KSystemTray (self) self.systray.setPixmap (icons.loadIcon("process-stop", TDEIcon.Desktop)) - self.systray.connect (self.systray, SIGNAL ("quitSelected ()"), self.slotQuitSelected) + self.systray.connect (self.systray, TQ_SIGNAL ("quitSelected ()"), self.slotQuitSelected) self.systray.show () # Controls whether or not the application really exits diff --git a/templates/basic/basicapp.py b/templates/basic/basicapp.py index 938e2e9..6729fe3 100644 --- a/templates/basic/basicapp.py +++ b/templates/basic/basicapp.py @@ -29,7 +29,7 @@ copyright holder. import sys -from PyTQt.tqt import SIGNAL +from PyTQt.tqt import TQ_SIGNAL from tdecore import TDEApplication, TDECmdLineArgs, TDEAboutData from tdeui import TDEMainWindow @@ -54,5 +54,5 @@ TDECmdLineArgs.init (sys.argv, aboutData) app = TDEApplication () mainWindow = MainWin (None, "main window") mainWindow.show() -app.connect (app, SIGNAL ("lastWindowClosed()"), app.quit) +app.connect (app, TQ_SIGNAL ("lastWindowClosed()"), app.quit) app.exec_loop() diff --git a/templates/basic/menuapp1.py b/templates/basic/menuapp1.py index c7f768f..647b9d9 100644 --- a/templates/basic/menuapp1.py +++ b/templates/basic/menuapp1.py @@ -38,7 +38,7 @@ copyright holder. import sys -from PyTQt.tqt import TQPopupMenu, SIGNAL +from PyTQt.tqt import TQPopupMenu, TQ_SIGNAL from tdecore import TDEApplication, TDECmdLineArgs, TDEAboutData, i18n, TDEStdAccel, TDEIcon, TDEIconLoader from tdeui import TDEMainWindow, KMessageBox @@ -100,17 +100,17 @@ class MainWin (TDEMainWindow): def initToolBar (self): icons = TDEIconLoader () - self.toolBar ().insertButton (icons.loadIcon ("filenew", TDEIcon.Toolbar), TOOLBAR_NEW, SIGNAL ("clicked (int)"), self.slotNew,\ + self.toolBar ().insertButton (icons.loadIcon ("filenew", TDEIcon.Toolbar), TOOLBAR_NEW, TQ_SIGNAL ("clicked (int)"), self.slotNew,\ True, "New") - self.toolBar ().insertButton (icons.loadIcon ("fileopen", TDEIcon.Toolbar), TOOLBAR_OPEN, SIGNAL ("clicked (int)"), self.slotOpen,\ + self.toolBar ().insertButton (icons.loadIcon ("fileopen", TDEIcon.Toolbar), TOOLBAR_OPEN, TQ_SIGNAL ("clicked (int)"), self.slotOpen,\ True, "Open") - self.toolBar ().insertButton (icons.loadIcon ("filesave", TDEIcon.Toolbar), TOOLBAR_SAVE, SIGNAL ("clicked (int)"), self.slotSave,\ + self.toolBar ().insertButton (icons.loadIcon ("filesave", TDEIcon.Toolbar), TOOLBAR_SAVE, TQ_SIGNAL ("clicked (int)"), self.slotSave,\ True, "Save") - self.toolBar ().insertButton (icons.loadIcon ("editcut", TDEIcon.Toolbar), TOOLBAR_CUT, SIGNAL ("clicked (int)"), self.slotCut,\ + self.toolBar ().insertButton (icons.loadIcon ("editcut", TDEIcon.Toolbar), TOOLBAR_CUT, TQ_SIGNAL ("clicked (int)"), self.slotCut,\ True, "Cut") - self.toolBar ().insertButton (icons.loadIcon ("editcopy", TDEIcon.Toolbar), TOOLBAR_COPY, SIGNAL ("clicked (int)"), self.slotCopy,\ + self.toolBar ().insertButton (icons.loadIcon ("editcopy", TDEIcon.Toolbar), TOOLBAR_COPY, TQ_SIGNAL ("clicked (int)"), self.slotCopy,\ True, "Copy") - self.toolBar ().insertButton (icons.loadIcon ("editpaste", TDEIcon.Toolbar), TOOLBAR_PASTE, SIGNAL ("clicked (int)"), self.slotPaste,\ + self.toolBar ().insertButton (icons.loadIcon ("editpaste", TDEIcon.Toolbar), TOOLBAR_PASTE, TQ_SIGNAL ("clicked (int)"), self.slotPaste,\ True, "Paste") def initStatusBar (self): diff --git a/templates/basic/menuapp2.py b/templates/basic/menuapp2.py index 05d6464..9170426 100644 --- a/templates/basic/menuapp2.py +++ b/templates/basic/menuapp2.py @@ -37,7 +37,7 @@ copyright holder. import sys -from PyTQt.tqt import TQPopupMenu, SIGNAL +from PyTQt.tqt import TQPopupMenu, TQ_SIGNAL from tdecore import TDEApplication, TDECmdLineArgs, TDEAboutData, i18n, TDEShortcut from tdeui import TDEMainWindow, KMessageBox, KStdAction, TDEAction diff --git a/templates/basic/menuapp3.py b/templates/basic/menuapp3.py index 3f849ba..89cb7e0 100644 --- a/templates/basic/menuapp3.py +++ b/templates/basic/menuapp3.py @@ -41,7 +41,7 @@ True = not False import sys -from PyTQt.tqt import TQPopupMenu, SIGNAL +from PyTQt.tqt import TQPopupMenu, TQ_SIGNAL from tdecore import TDEApplication, TDECmdLineArgs, TDEAboutData, i18n, TDEShortcut from tdeui import TDEMainWindow, KMessageBox, KStdAction, TDEAction, TDEActionCollection diff --git a/templates/basic/systray.py b/templates/basic/systray.py index f88dae5..617f15b 100644 --- a/templates/basic/systray.py +++ b/templates/basic/systray.py @@ -29,7 +29,7 @@ copyright holder. import sys -from PyTQt.tqt import TQWidget, SIGNAL +from PyTQt.tqt import TQWidget, TQ_SIGNAL from tdecore import TDEApplication, TDEIcon, TDEIconLoader, TDEAboutData, TDECmdLineArgs from tdeui import KSystemTray @@ -63,7 +63,7 @@ icons = TDEIconLoader () systray = KSystemTray (mainWindow) systray.setPixmap (icons.loadIcon("process-stop", TDEIcon.Desktop)) -systray.connect (systray, SIGNAL ("quitSelected ()"), slotQuitSelected) +systray.connect (systray, TQ_SIGNAL ("quitSelected ()"), slotQuitSelected) systray.show () mainWindow.show() diff --git a/templates/basic/systray1.py b/templates/basic/systray1.py index 1442e0c..d112813 100644 --- a/templates/basic/systray1.py +++ b/templates/basic/systray1.py @@ -29,7 +29,7 @@ copyright holder. import sys -from PyTQt.tqt import TQLabel, TQWidget, SIGNAL +from PyTQt.tqt import TQLabel, TQWidget, TQ_SIGNAL from tdecore import TDEApplication, TDEIcon, TDEIconLoader from tdeui import TDEMainWindow, KSystemTray @@ -43,7 +43,7 @@ class MainWin (TDEMainWindow): self.systray = KSystemTray (self) self.systray.setPixmap (icons.loadIcon("process-stop", TDEIcon.Desktop)) - self.systray.connect (self.systray, SIGNAL ("quitSelected ()"), self.slotQuitSelected) + self.systray.connect (self.systray, TQ_SIGNAL ("quitSelected ()"), self.slotQuitSelected) self.systray.show () def queryClose (self):
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -75,7 +75,7 @@
  • back (slot, parent, name = 0)
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -84,7 +84,7 @@
    returns (TDEAction)
    In versions KDE 3.2.0 and above only
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -92,7 +92,7 @@
  • close (slot, parent, name = 0)
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -101,7 +101,7 @@ - +
    returns (TDEAction)
    In versions KDE 3.1.0 and above only
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -109,7 +109,7 @@
  • configureToolbars (slot, parent, name = 0)
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -117,7 +117,7 @@
  • copy (slot, parent, name = 0)
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -127,14 +127,14 @@
    - +
    ArgumentTypeDefault
    idKStdAction.StdAction
    namechar
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection

  • cut (slot, parent, name = 0)
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -142,7 +142,7 @@
  • deselect (slot, parent, name = 0)
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -150,7 +150,7 @@
  • editBookmarks (slot, parent, name = 0)
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -158,7 +158,7 @@
  • find (slot, parent, name = 0)
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -166,7 +166,7 @@
  • findNext (slot, parent, name = 0) - +
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -174,7 +174,7 @@
  • findPrev (slot, parent, name = 0) - +
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -182,7 +182,7 @@
  • firstPage (slot, parent, name = 0) - +
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -190,7 +190,7 @@
  • fitToHeight (slot, parent, name = 0) - +
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -198,7 +198,7 @@
  • fitToPage (slot, parent, name = 0)
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -206,7 +206,7 @@
  • fitToWidth (slot, parent, name = 0)
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -214,7 +214,7 @@
  • forward (slot, parent, name = 0) - +
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -223,7 +223,7 @@ - +
    returns (TDEToggleFullScreenAction)
    In versions KDE 3.2.0 and above only
    - + @@ -232,7 +232,7 @@
  • goTo (slot, parent, name = 0)
  • ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    windowTQWidget
    namechar0
    - +
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -240,7 +240,7 @@
  • gotoLine (slot, parent, name = 0) - +
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -248,7 +248,7 @@
  • gotoPage (slot, parent, name = 0)
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -256,7 +256,7 @@
  • help (slot, parent, name = 0)
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -264,7 +264,7 @@
  • helpContents (slot, parent, name = 0) - +
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -272,7 +272,7 @@
  • home (slot, parent, name = 0) - +
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -280,7 +280,7 @@
  • keyBindings (slot, parent, name = 0) - +
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -288,7 +288,7 @@
  • lastPage (slot, parent, name = 0) - +
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -296,7 +296,7 @@
  • mail (slot, parent, name = 0)
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -310,7 +310,7 @@
  • next (slot, parent, name = 0) - +
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -318,7 +318,7 @@
  • open (slot, parent, name = 0)
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -326,7 +326,7 @@
  • openNew (slot, parent, name = 0) - +
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -334,7 +334,7 @@
  • openRecent (slot, parent, name = 0) - +
    returns (TDERecentFilesAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -342,7 +342,7 @@
  • paste (slot, parent, name = 0) - +
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -351,7 +351,7 @@ - +
    returns (TDEAction)
    In versions KDE 3.2.0 and above only
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -359,7 +359,7 @@
  • preferences (slot, parent, name = 0)
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -367,7 +367,7 @@
  • printPreview (slot, parent, name = 0)
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -377,7 +377,7 @@
    Renamed: was ' print ' in C++
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -385,7 +385,7 @@
  • prior (slot, parent, name = 0)
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -393,7 +393,7 @@
  • quit (slot, parent, name = 0) - +
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -401,7 +401,7 @@
  • redisplay (slot, parent, name = 0) - +
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -409,7 +409,7 @@
  • redo (slot, parent, name = 0) - +
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -417,7 +417,7 @@
  • replace (slot, parent, name = 0) - +
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -425,7 +425,7 @@
  • reportBug (slot, parent, name = 0)
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -433,7 +433,7 @@
  • revert (slot, parent, name = 0)
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -441,7 +441,7 @@
  • save (slot, parent, name = 0) - +
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -449,7 +449,7 @@
  • saveAs (slot, parent, name = 0) - +
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -457,7 +457,7 @@
  • saveOptions (slot, parent, name = 0) - +
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -465,7 +465,7 @@
  • selectAll (slot, parent, name = 0) - +
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -473,7 +473,7 @@
  • showMenubar (slot, parent, name = 0)
    returns (TDEToggleAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -481,7 +481,7 @@
  • showStatusbar (slot, parent, name = 0) - +
    returns (TDEToggleAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -507,7 +507,7 @@
  • spelling (slot, parent, name = 0) - +
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -520,7 +520,7 @@
    returns (TDEAction)
    In versions KDE 3.1.0 and above only
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -528,7 +528,7 @@
  • undo (slot, parent, name = 0)
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -536,7 +536,7 @@
  • up (slot, parent, name = 0) - +
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -544,7 +544,7 @@
  • whatsThis (slot, parent, name = 0) - +
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -552,7 +552,7 @@
  • zoom (slot, parent, name = 0)
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -560,7 +560,7 @@
  • zoomIn (slot, parent, name = 0) - +
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    @@ -568,7 +568,7 @@
  • zoomOut (slot, parent, name = 0) - +
    returns (TDEAction)
    - +
    ArgumentTypeDefault
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar0
    diff --git a/doc/classref/tdeui/KWidgetAction.html b/doc/classref/tdeui/KWidgetAction.html index da90aeb..eff8417 100644 --- a/doc/classref/tdeui/KWidgetAction.html +++ b/doc/classref/tdeui/KWidgetAction.html @@ -42,7 +42,7 @@
    a0TQWidget
    a1TQString
    a2TDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    a5TDEActionCollection
    a6char
    @@ -54,7 +54,7 @@
  • widgetTQWidget
    textTQString
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar
    diff --git a/doc/classref/tdeui/TDEAction.html b/doc/classref/tdeui/TDEAction.html index b6d9581..5345185 100644 --- a/doc/classref/tdeui/TDEAction.html +++ b/doc/classref/tdeui/TDEAction.html @@ -43,7 +43,7 @@
  • - +
    ArgumentTypeDefault
    textTQString
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar
    @@ -54,7 +54,7 @@
  • textTQString
    pixTQIconSet
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar
    @@ -72,7 +72,7 @@
  • textTQString
    pixTQString
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar
    @@ -82,7 +82,7 @@
  • - +
    ArgumentTypeDefault
    itemKGuiItem
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar
    @@ -101,7 +101,7 @@
  • - +
    ArgumentTypeDefault
    textTQString
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTQObject
    namechar0
    @@ -132,7 +132,7 @@
    textTQString
    pixTQIconSet
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTQObject
    namechar0
    @@ -143,7 +143,7 @@
  • textTQString
    pixTQString
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTQObject
    namechar0
    diff --git a/doc/classref/tdeui/TDEFontAction.html b/doc/classref/tdeui/TDEFontAction.html index 6390305..8dff6b5 100644 --- a/doc/classref/tdeui/TDEFontAction.html +++ b/doc/classref/tdeui/TDEFontAction.html @@ -51,7 +51,7 @@
  • - +
    ArgumentTypeDefault
    a0TQString
    a1TDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    a4TQObject
    a5char0
    @@ -74,7 +74,7 @@
  • textTQString
    pixTQIconSet
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTQObject
    namechar0
    @@ -86,7 +86,7 @@
  • textTQString
    pixTQString
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTQObject
    namechar0
    @@ -151,7 +151,7 @@
  • a0TQString
    a1TQIconSet
    a2TDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    a5TQObject
    a6char0
    @@ -163,7 +163,7 @@
  • a0TQString
    a1TQString
    a2TDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    a5TQObject
    a6char0
    @@ -192,7 +192,7 @@
  • - +
    ArgumentTypeDefault
    textTQString
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTQObject
    namechar0
    diff --git a/doc/classref/tdeui/TDEFontSizeAction.html b/doc/classref/tdeui/TDEFontSizeAction.html index 07aadd7..6f300f8 100644 --- a/doc/classref/tdeui/TDEFontSizeAction.html +++ b/doc/classref/tdeui/TDEFontSizeAction.html @@ -51,7 +51,7 @@
  • - +
    ArgumentTypeDefault
    a0TQString
    a1TDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    a4TQObject
    a5char0
    @@ -74,7 +74,7 @@
  • textTQString
    pixTQIconSet
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTQObject
    namechar0
    @@ -86,7 +86,7 @@
  • textTQString
    pixTQString
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTQObject
    namechar0
    @@ -128,7 +128,7 @@
  • a0TQString
    a1TQIconSet
    a2TDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    a5TQObject
    a6char0
    @@ -140,7 +140,7 @@
  • a0TQString
    a1TQString
    a2TDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    a5TQObject
    a6char0
    @@ -169,7 +169,7 @@
  • - +
    ArgumentTypeDefault
    textTQString
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTQObject
    namechar0
    diff --git a/doc/classref/tdeui/TDEListAction.html b/doc/classref/tdeui/TDEListAction.html index fc55f3b..cf30338 100644 --- a/doc/classref/tdeui/TDEListAction.html +++ b/doc/classref/tdeui/TDEListAction.html @@ -51,7 +51,7 @@
  • - +
    ArgumentTypeDefault
    a0TQString
    a1TDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    a4TQObject
    a5char0
    @@ -74,7 +74,7 @@
  • textTQString
    pixTQIconSet
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTQObject
    namechar0
    @@ -86,7 +86,7 @@
    textTQString
    pixTQString
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTQObject
    namechar0
    @@ -128,7 +128,7 @@
  • a0TQString
    a1TQIconSet
    a2TDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    a5TQObject
    a6char0
    @@ -140,7 +140,7 @@
  • a0TQString
    a1TQString
    a2TDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    a5TQObject
    a6char0
    @@ -169,7 +169,7 @@
  • - +
    ArgumentTypeDefault
    textTQString
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTQObject
    namechar0
    diff --git a/doc/classref/tdeui/TDEPasteTextAction.html b/doc/classref/tdeui/TDEPasteTextAction.html index ad07966..e8332cc 100644 --- a/doc/classref/tdeui/TDEPasteTextAction.html +++ b/doc/classref/tdeui/TDEPasteTextAction.html @@ -42,7 +42,7 @@
  • textTQString
    iconTQString
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTQObject0
    namechar0
    diff --git a/doc/classref/tdeui/TDERadioAction.html b/doc/classref/tdeui/TDERadioAction.html index ee1030b..da9ce8b 100644 --- a/doc/classref/tdeui/TDERadioAction.html +++ b/doc/classref/tdeui/TDERadioAction.html @@ -51,7 +51,7 @@
  • - +
    ArgumentTypeDefault
    a0TQString
    a1TDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    a4TQObject
    a5char0
    @@ -74,7 +74,7 @@
  • textTQString
    pixTQIconSet
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTQObject
    namechar0
    @@ -86,7 +86,7 @@
  • textTQString
    pixTQString
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTQObject
    namechar0
    @@ -128,7 +128,7 @@
  • a0TQString
    a1TQIconSet
    a2TDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    a5TQObject
    a6char0
    @@ -140,7 +140,7 @@
  • a0TQString
    a1TQString
    a2TDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    a5TQObject
    a6char0
    @@ -169,7 +169,7 @@
  • - +
    ArgumentTypeDefault
    textTQString
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTQObject
    namechar0
    diff --git a/doc/classref/tdeui/TDERecentFilesAction.html b/doc/classref/tdeui/TDERecentFilesAction.html index c893509..6dc75fe 100644 --- a/doc/classref/tdeui/TDERecentFilesAction.html +++ b/doc/classref/tdeui/TDERecentFilesAction.html @@ -52,7 +52,7 @@
  • - + @@ -77,7 +77,7 @@ - + @@ -90,7 +90,7 @@ - + @@ -136,7 +136,7 @@ - + @@ -149,7 +149,7 @@ - + @@ -181,7 +181,7 @@
    ArgumentTypeDefault
    a0TQString
    a1TDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    a4TQObject
    a5char0
    a6uint10
    textTQString
    pixTQIconSet
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTQObject
    namechar0
    maxItemsuint10
    textTQString
    pixTQString
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTQObject
    namechar0
    maxItemsuint10
    a0TQString
    a1TQIconSet
    a2TDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    a5TQObject
    a6char0
    a7uint10
    a0TQString
    a1TQString
    a2TDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    a5TQObject
    a6char0
    a7uint10
    - + diff --git a/doc/classref/tdeui/TDESelectAction.html b/doc/classref/tdeui/TDESelectAction.html index 4c90510..73c8b96 100644 --- a/doc/classref/tdeui/TDESelectAction.html +++ b/doc/classref/tdeui/TDESelectAction.html @@ -51,7 +51,7 @@
    ArgumentTypeDefault
    textTQString
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTQObject
    namechar0
    maxItemsuint10
    - +
    ArgumentTypeDefault
    a0TQString
    a1TDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    a4TQObject
    a5char0
    @@ -74,7 +74,7 @@
  • textTQString
    pixTQIconSet
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTQObject
    namechar0
    @@ -86,7 +86,7 @@
  • textTQString
    pixTQString
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTQObject
    namechar0
    @@ -128,7 +128,7 @@
    a0TQString
    a1TQIconSet
    a2TDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    a5TQObject
    a6char0
    @@ -140,7 +140,7 @@
    a0TQString
    a1TQString
    a2TDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    a5TQObject
    a6char0
    @@ -169,7 +169,7 @@
  • - +
    ArgumentTypeDefault
    textTQString
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTQObject
    namechar0
    diff --git a/doc/classref/tdeui/TDEToggleAction.html b/doc/classref/tdeui/TDEToggleAction.html index a0f16f3..1f3f0b9 100644 --- a/doc/classref/tdeui/TDEToggleAction.html +++ b/doc/classref/tdeui/TDEToggleAction.html @@ -51,7 +51,7 @@
  • - +
    ArgumentTypeDefault
    a0TQString
    a1TDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    a4TQObject
    a5char0
    @@ -74,7 +74,7 @@
  • textTQString
    pixTQIconSet
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTQObject
    namechar0
    @@ -86,7 +86,7 @@
  • textTQString
    pixTQString
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTQObject
    namechar0
    @@ -128,7 +128,7 @@
  • a0TQString
    a1TQIconSet
    a2TDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    a5TQObject
    a6char0
    @@ -140,7 +140,7 @@
  • a0TQString
    a1TQString
    a2TDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    a5TQObject
    a6char0
    @@ -169,7 +169,7 @@
  • - +
    ArgumentTypeDefault
    textTQString
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTQObject
    namechar0
    diff --git a/doc/classref/tdeui/TDEToggleFullScreenAction.html b/doc/classref/tdeui/TDEToggleFullScreenAction.html index 9892396..2f317a8 100644 --- a/doc/classref/tdeui/TDEToggleFullScreenAction.html +++ b/doc/classref/tdeui/TDEToggleFullScreenAction.html @@ -40,7 +40,7 @@
  • In versions KDE 3.2.0 and above only
    - + diff --git a/doc/classref/tdeui/TDEToolBar.html b/doc/classref/tdeui/TDEToolBar.html index 3693c59..b648d6d 100644 --- a/doc/classref/tdeui/TDEToolBar.html +++ b/doc/classref/tdeui/TDEToolBar.html @@ -68,7 +68,7 @@
    ArgumentTypeDefault
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTQObject
    windowTQWidget
    namechar
    - +
    ArgumentTypeDefault
    idint
    signalchar
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)

  • alignItemRight (id, right = 1) @@ -278,7 +278,7 @@ - + @@ -323,7 +323,7 @@ - + @@ -358,7 +358,7 @@ - + @@ -374,7 +374,7 @@ - + @@ -428,7 +428,7 @@ - + diff --git a/doc/classref/tdeui/TDEToolBarPopupAction.html b/doc/classref/tdeui/TDEToolBarPopupAction.html index 8945225..30f8d0c 100644 --- a/doc/classref/tdeui/TDEToolBarPopupAction.html +++ b/doc/classref/tdeui/TDEToolBarPopupAction.html @@ -53,7 +53,7 @@ - +
    returns (int)
    - +
    ArgumentTypeDefault
    idint
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    iconsTQString
    indexint-1
    @@ -300,7 +300,7 @@
    iconTQString
    idint
    signalchar
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    enabledbool1
    textTQStringTQString .null
    indexint-1
    pixmapTQPixmap
    idint
    signalchar
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    enabledbool1
    textTQStringTQString .null
    indexint-1
    idint
    writablebool
    signalchar
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    enabledbool1
    tooltiptextTQStringTQString .null
    sizeint70
    idint
    writablebool
    signalchar
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    enabledbool1
    tooltiptextTQStringTQString .null
    sizeint70
    textTQString
    idint
    signalchar
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    enabledbool1
    toolTipTextTQStringTQString .null
    sizeint70
    a0TQString
    a1TQString
    a2TDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    a5TQObject0
    a6char0
    @@ -64,7 +64,7 @@
  • - +
    ArgumentTypeDefault
    a0KGuiItem
    a1TDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    a4TDEActionCollection
    a5char
    @@ -87,7 +87,7 @@
  • textTQString
    iconTQString
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTQObject0
    namechar0
    @@ -98,7 +98,7 @@
    - +
    ArgumentTypeDefault
    itemKGuiItem
    cutTDEShortcut
    slotSLOT (Python callable)
    slotTQ_SLOT (Python callable)
    parentTDEActionCollection
    namechar
    diff --git a/doc/signal.html b/doc/signal.html index 1551f76..b0b5504 100644 --- a/doc/signal.html +++ b/doc/signal.html @@ -79,7 +79,7 @@ NAME="AEN83" >A signal may be either a TQt signal (specified using SIGNAL()TQ_SIGNAL()) or a Python signal (specified using A slot can be either a Python callable object, a TQt signal (specified using SIGNAL()TQ_SIGNAL()), a Python signal (specified using ), or a TQt slot (specified using SLOT()TQ_SLOT()).

    You connect signals to slots (and other signals) as you would from C++. For @@ -110,14 +110,14 @@ WIDTH="100%" >

  • TQObject.connect(a,SIGNAL("TQtSig()"),pyFunction)
    -TQObject.connect(a,SIGNAL("TQtSig()"),pyClass.pyMethod)
    -TQObject.connect(a,SIGNAL("TQtSig()"),PYSIGNAL("PySig"))
    -TQObject.connect(a,SIGNAL("TQtSig()"),SLOT("TQtSlot()"))
    +>TQObject.connect(a,TQ_SIGNAL("TQtSig()"),pyFunction)
    +TQObject.connect(a,TQ_SIGNAL("TQtSig()"),pyClass.pyMethod)
    +TQObject.connect(a,TQ_SIGNAL("TQtSig()"),PYSIGNAL("PySig"))
    +TQObject.connect(a,TQ_SIGNAL("TQtSig()"),TQ_SLOT("TQtSlot()"))
     TQObject.connect(a,PYSIGNAL("PySig"),pyFunction)
     TQObject.connect(a,PYSIGNAL("PySig"),pyClass.pyMethod)
    -TQObject.connect(a,PYSIGNAL("PySig"),SIGNAL("TQtSig()"))
    -TQObject.connect(a,PYSIGNAL("PySig"),SLOT("TQtSlot()"))
    sbar = TQScrollBar() lcd = TQLCDNumber() -TQObject.connect(sbar,SIGNAL("valueChanged(int)"),lcd.display) -TQObject.connect(sbar,SIGNAL("valueChanged(int)"),lcd,SLOT("display(int)"))
  • a.emit(SIGNAL("clicked()"),())
    +>a.emit(TQ_SIGNAL("clicked()"),())
     a.emit(PYSIGNAL("pySig"),("Hello","World"))