summaryrefslogtreecommitdiff
path: root/core/settings/launcher/launchersettings.cpp
Unidiff
Diffstat (limited to 'core/settings/launcher/launchersettings.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/settings/launcher/launchersettings.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/settings/launcher/launchersettings.cpp b/core/settings/launcher/launchersettings.cpp
index e129849..5c11cc8 100644
--- a/core/settings/launcher/launchersettings.cpp
+++ b/core/settings/launcher/launchersettings.cpp
@@ -18,25 +18,24 @@
18..}^=.=       =       ; Public License for more details. 18..}^=.=       =       ; Public License for more details.
19++=   -.     .`     .: 19++=   -.     .`     .:
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 <qlayout.h> 29#include <qlayout.h>
30#include <qapplication.h>
31 30
32#include <opie/otabwidget.h> 31#include <opie/otabwidget.h>
33 32
34#include "launchersettings.h" 33#include "launchersettings.h"
35#include "tabssettings.h" 34#include "tabssettings.h"
36#include "menusettings.h" 35#include "menusettings.h"
37#include "taskbarsettings.h" 36#include "taskbarsettings.h"
38#include "inputmethodsettings.h" 37#include "inputmethodsettings.h"
39#include "doctabsettings.h" 38#include "doctabsettings.h"
40 39
41LauncherSettings::LauncherSettings (QWidget*,const char*, WFlags) 40LauncherSettings::LauncherSettings (QWidget*,const char*, WFlags)
42 : QDialog ( 0, "LauncherSettings", false, WStyle_ContextHelp ) 41 : QDialog ( 0, "LauncherSettings", false, WStyle_ContextHelp )