1 /***************************************************************************
2 dlglanguage.h - description
4 copyright : (C) 2004 by Peter Hedlund
5 email : peter@peterandlinda.com
6 ***************************************************************************/
8 /***************************************************************************
10 * This program is free software; you can redistribute it and/or modify *
11 * it under the terms of the GNU General Public License as published by *
12 * the Free Software Foundation; either version 2 of the License, or *
13 * (at your option) any later version. *
15 ***************************************************************************/
20 #include <kdialogbase.h>
22 #include "dlglanguagebase.h"
29 class DlgLanguage
: public KDialogBase
{
32 DlgLanguage(QWidget
*parent
= 0, const char *name
= 0, bool modal
=true);
35 void setLanguage(int index
, const QString
&lang
);
36 QString
Language(int index
);
39 DlgLanguageBase
*dlgBase
;
40 KCompletion
* completion1
;
41 KCompletion
* completion2
;