summaryrefslogtreecommitdiffstats
path: root/kmail/kmail_part.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/kmail_part.cpp')
-rw-r--r--kmail/kmail_part.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/kmail/kmail_part.cpp b/kmail/kmail_part.cpp
index cb40bc30..70c90cb0 100644
--- a/kmail/kmail_part.cpp
+++ b/kmail/kmail_part.cpp
@@ -20,8 +20,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
As a special exception, permission is given to link this program
- with any edition of Qt, and distribute the resulting executable,
- without including the source code for Qt in the source distribution.
+ with any edition of TQt, and distribute the resulting executable,
+ without including the source code for TQt in the source distribution.
*/
#ifdef HAVE_CONFIG_H
@@ -61,8 +61,8 @@ typedef KParts::GenericFactory< KMailPart > KMailFactory;
K_EXPORT_COMPONENT_FACTORY( libkmailpart, KMailFactory )
KMailPart::KMailPart(TQWidget *tqparentWidget, const char *widgetName,
- TQObject *parent, const char *name, const TQStringList &) :
- DCOPObject("KMailIface"), KParts::ReadOnlyPart(parent, name),
+ TQObject *tqparent, const char *name, const TQStringList &) :
+ DCOPObject("KMailIface"), KParts::ReadOnlyPart(tqparent, name),
mParentWidget( tqparentWidget )
{
kdDebug(5006) << "KMailPart()" << endl;
@@ -223,7 +223,7 @@ void KMailPart::guiActivateEvent(KParts::GUIActivateEvent *e)
mainWidget->initializeFilterActions();
mainWidget->initializeFolderShortcutActions();
mainWidget->setupForwardingActionsList();
- mainWidget->updateVactionScripStatus();
+ mainWidget->updateVactionScriptqStatus();
}
void KMailPart::exit()
@@ -237,8 +237,8 @@ TQWidget* KMailPart::tqparentWidget() const
}
-KMailStatusBarExtension::KMailStatusBarExtension( KMailPart *parent )
- : KParts::StatusBarExtension( parent ), mParent( parent )
+KMailStatusBarExtension::KMailStatusBarExtension( KMailPart *tqparent )
+ : KParts::StatusBarExtension( tqparent ), mParent( tqparent )
{
}