summaryrefslogtreecommitdiffstats
path: root/kmail/kmmainwin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/kmmainwin.cpp')
-rw-r--r--kmail/kmmainwin.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/kmmainwin.cpp b/kmail/kmmainwin.cpp
index ee785801..9f6f497a 100644
--- a/kmail/kmmainwin.cpp
+++ b/kmail/kmmainwin.cpp
@@ -26,7 +26,7 @@
#include "kmmainwin.moc"
KMMainWin::KMMainWin(TQWidget *)
- : KMainWindow( 0, "kmail-mainwindow#" ),
+ : TDEMainWindow( 0, "kmail-mainwindow#" ),
mReallyClose( false )
{
// Set this to be the group leader for all subdialogs - this means
@@ -35,7 +35,7 @@ KMMainWin::KMMainWin(TQWidget *)
kapp->ref();
- (void) new KAction( i18n("New &Window"), "window_new", 0,
+ (void) new TDEAction( i18n("New &Window"), "window_new", 0,
TQT_TQOBJECT(this), TQT_SLOT(slotNewMailReader()),
actionCollection(), "new_mail_client" );
@@ -91,7 +91,7 @@ KMMainWin::~KMMainWin()
if ( !kmkernel->haveSystemTrayApplet() ) {
// Check if this was the last KMMainWin
int not_withdrawn = 0;
- TQPtrListIterator<KMainWindow> it(*KMainWindow::memberList);
+ TQPtrListIterator<TDEMainWindow> it(*TDEMainWindow::memberList);
for (it.toFirst(); it.current(); ++it){
if ( !it.current()->isHidden() &&
it.current()->isTopLevel() &&