From fd5d099065a748cac49e20a13481f85666c53c71 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:12 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kmail/kmkernel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmail/kmkernel.h') diff --git a/kmail/kmkernel.h b/kmail/kmkernel.h index 748ec6809..0a3c4a9e7 100644 --- a/kmail/kmkernel.h +++ b/kmail/kmkernel.h @@ -64,7 +64,7 @@ class TQTimer; class KProgress; class KPassivePopup; class KMMainWin; -class KMainWindow; +class TDEMainWindow; class KMailICalIfaceImpl; class KMReaderWin; class KSystemTray; @@ -357,7 +357,7 @@ public: TQTextCodec *networkCodec() { return netCodec; } /** returns a reference to the first Mainwin or a temporary Mainwin */ - KMainWindow* mainWin(); + TDEMainWindow* mainWin(); // ### The mContextMenuShown flag is necessary to work around bug# 56693 // ### (kmail freeze with the complete desktop while pinentry-qt appears) -- cgit v1.2.1