From e9ae80694875f869892f13f4fcaf1170a00dea41 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kommander/widget/kmdrmainwindow.h | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 kommander/widget/kmdrmainwindow.h (limited to 'kommander/widget/kmdrmainwindow.h') diff --git a/kommander/widget/kmdrmainwindow.h b/kommander/widget/kmdrmainwindow.h new file mode 100644 index 00000000..059b514e --- /dev/null +++ b/kommander/widget/kmdrmainwindow.h @@ -0,0 +1,37 @@ +// +// C++ Interface: KmdrMainWindow +// +// Description: +// +// +// Author: Andras Mantia , (C) 2008 +// +// Copyright: See COPYING file that comes with this distribution +// +// +#ifndef KmdrMainWindow_H +#define KmdrMainWindow_H + +#include + +/** + @author Andras Mantia +*/ +class KmdrMainWindow : public KMainWindow +{ +Q_OBJECT +public: + KmdrMainWindow(QWidget *parent = 0, const char *name = 0, WFlags f = WType_TopLevel | WDestructiveClose); + + ~KmdrMainWindow(); + +protected: + virtual bool queryClose(); + +signals: + void initialize(); + void destroy(); + +}; + +#endif -- cgit v1.2.1