french -> French
[kdepim.git] / knode / knapplication.h
blob78b1180b88d8d63ee93fa76e415ab01ece0b4972
1 /*
2 KNode, the KDE newsreader
3 Copyright (c) 1999-2005 the KNode authors.
4 See file AUTHORS for details
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2 of the License, or
9 (at your option) any later version.
10 You should have received a copy of the GNU General Public License
11 along with this program; if not, write to the Free Software Foundation,
12 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, US
15 #ifndef KNAPPLICATION_H
16 #define KNAPPLICATION_H
18 #include <kontactinterface/pimuniqueapplication.h>
20 /** Conversion of old settings and session restoration. */
21 class KNApplication : public KontactInterface::PimUniqueApplication
23 Q_OBJECT
24 public:
25 KNApplication() : KontactInterface::PimUniqueApplication() { }
28 /** Create new instance of KNode. Make the existing
29 main window active if KNode is already running */
30 int newInstance();
33 #endif