1 /* -------------------------------------------------------------
3 application.h (part of The KDE Dictionary Client)
5 Copyright (C) 2000-2001 Christian Gebauer <gebauer@kde.org>
7 This file is distributed under the Artistic License.
8 See LICENSE for details.
10 ------------------------------------------------------------- */
15 #include <kuniqueapplication.h>
18 #define KDICT_VERSION "0.6"
22 class Application
: public KUniqueApplication
30 /** Create new instance of Kdict. Make the existing
31 main window active if Kdict is already running */
35 QPointer
<TopLevel
> m_mainWindow
;