summaryrefslogtreecommitdiff
path: root/core/settings/launcher/doctabsettings.cpp
Unidiff
Diffstat (limited to 'core/settings/launcher/doctabsettings.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/settings/launcher/doctabsettings.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/settings/launcher/doctabsettings.cpp b/core/settings/launcher/doctabsettings.cpp
index 8077b8c..179a7f9 100644
--- a/core/settings/launcher/doctabsettings.cpp
+++ b/core/settings/launcher/doctabsettings.cpp
@@ -20,28 +20,25 @@
20 :     =  ...= . :.=- You should have received a copy of the GNU 20 :     =  ...= . :.=- You should have received a copy of the GNU
21 -.   .:....=;==+<; General Public License along with this file; 21 -.   .:....=;==+<; General Public License along with this file;
22  -_. . .   )=.  = see the file COPYING. If not, write to the 22  -_. . .   )=.  = see the file COPYING. If not, write to the
23    --        :-=` Free Software Foundation, Inc., 23    --        :-=` Free Software Foundation, Inc.,
24 59 Temple Place - Suite 330, 24 59 Temple Place - Suite 330,
25 Boston, MA 02111-1307, USA. 25 Boston, MA 02111-1307, USA.
26 26
27*/ 27*/
28 28
29#include "doctabsettings.h" 29#include "doctabsettings.h"
30 30
31#include <qpe/config.h> 31#include <qpe/config.h>
32#include <qpe/qlibrary.h>
33#include <qpe/qpeapplication.h>
34 32
35#include <qspinbox.h>
36#include <qcheckbox.h> 33#include <qcheckbox.h>
37#include <qlayout.h> 34#include <qlayout.h>
38#include <qlabel.h> 35#include <qlabel.h>
39#include <qwhatsthis.h> 36#include <qwhatsthis.h>
40 37
41DocTabSettings::DocTabSettings( QWidget *parent, const char *name ):QWidget( parent, name ) 38DocTabSettings::DocTabSettings( QWidget *parent, const char *name ):QWidget( parent, name )
42{ 39{
43 QBoxLayout *lay = new QVBoxLayout( this, 4, 4 ); 40 QBoxLayout *lay = new QVBoxLayout( this, 4, 4 );
44 41
45 _enable = new QCheckBox( tr( "Enable the Documents Tab" ), this ); 42 _enable = new QCheckBox( tr( "Enable the Documents Tab" ), this );
46 43
47 Config cfg( "Launcher" ); 44 Config cfg( "Launcher" );