diff options
Diffstat (limited to 'kmail/kmkernel.h')
-rw-r--r-- | kmail/kmkernel.h | 4 |
1 files changed, 2 insertions, 2 deletions
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) |