From b38daa3f05f3a250a8c5114890158863ab02a99f Mon Sep 17 00:00:00 2001 From: alwin Date: Sat, 21 Feb 2004 01:37:11 +0000 Subject: some global helper functions implemented --- (limited to 'libopie2/opiecore/oglobal.h') diff --git a/libopie2/opiecore/oglobal.h b/libopie2/opiecore/oglobal.h index d09d73e..5b43f01 100644 --- a/libopie2/opiecore/oglobal.h +++ b/libopie2/opiecore/oglobal.h @@ -1,28 +1,27 @@ /* -                 This file is part of the Opie Project -              Copyright (C) 2003 Michael 'Mickey' Lauer - Copyright (C) 2004 Holger 'zecke' Freyther - =. + This file is part of the Opie Project + Copyright (C) 2003 Michael 'Mickey' Lauer + =. Copyright (C) 2004 Holger 'zecke' Freyther .=l. -           .>+-= - _;:,     .>    :=|. This program is free software; you can -.> <`_,   >  .   <= redistribute it and/or modify it under -:`=1 )Y*s>-.--   : the terms of the GNU Library General Public -.="- .-=="i,     .._ License as published by the Free Software - - .   .-<_>     .<> Foundation; either version 2 of the License, -     ._= =}       : or (at your option) any later version. -    .%`+i>       _;_. -    .i_,=:_.      -`: PARTICULAR PURPOSE. See the GNU -..}^=.=       =       ; Library General Public License for more -++=   -.     .`     .: details. - :     =  ...= . :.=- - -.   .:....=;==+<; You should have received a copy of the GNU -  -_. . .   )=.  = Library General Public License along with -    --        :-=` this library; see the file COPYING.LIB. + .>+-= + _;:, .> :=|. This program is free software; you can +.> <`_, > . <= redistribute it and/or modify it under +:`=1 )Y*s>-.-- : the terms of the GNU Library General Public +.="- .-=="i, .._ License as published by the Free Software + - . .-<_> .<> Foundation; either version 2 of the License, + ._= =} : or (at your option) any later version. + .%`+i> _;_. + .i_,=:_. -`: PARTICULAR PURPOSE. See the GNU +..}^=.= = ; Library General Public License for more +++= -. .` .: details. + : = ...= . :.=- + -. .:....=;==+<; You should have received a copy of the GNU + -_. . . )=. = Library General Public License along with + -- :-=` this library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. @@ -108,6 +107,7 @@ public: */ //@{ static OConfig* config(); + static OConfig* qpe_config(); static QString ownerName(); static bool weekStartsOnMonday(); static bool useAMPM(); @@ -135,6 +135,7 @@ public: private: static OConfig* _config; + static OConfig* _qpe_config; }; #endif // OGLOBAL_H -- cgit v0.9.0.2