summaryrefslogtreecommitdiffstats
path: root/kmail/mailsourceviewer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/mailsourceviewer.cpp')
-rw-r--r--kmail/mailsourceviewer.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kmail/mailsourceviewer.cpp b/kmail/mailsourceviewer.cpp
index eff69cce..ac6d60bc 100644
--- a/kmail/mailsourceviewer.cpp
+++ b/kmail/mailsourceviewer.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C++; c-file-style: "gnu" -*-
+/*
*
* This file is part of KMail, the KDE mail client.
*
@@ -58,10 +58,10 @@ MailSourceViewer::MailSourceViewer( TQWidget *parent, const char *name )
{
setWFlags( WDestructiveClose );
TQAccel *accel = new TQAccel( this, "browser close-accel" );
- accel->connectItem( accel->insertItem( TQt::Key_Escape ), this , TQT_SLOT( close() ));
- accel->connectItem( accel->insertItem( TQt::Key_W+CTRL ), this , TQT_SLOT( close() ));
+ accel->connectItem( accel->insertItem( TQt::Key_Escape ), this , TQ_SLOT( close() ));
+ accel->connectItem( accel->insertItem( TQt::Key_W+CTRL ), this , TQ_SLOT( close() ));
setWordWrap( KTextBrowser::NoWrap );
- KWin::setIcons(winId(), kapp->icon(), kapp->miniIcon());
+ KWin::setIcons(winId(), tdeApp->icon(), tdeApp->miniIcon());
}
MailSourceViewer::~MailSourceViewer()