author | zecke <zecke> | 2002-09-10 12:50:23 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-09-10 12:50:23 (UTC) |
commit | 8064c0e86eed8a48c2c7745195bf991b1d83f504 (patch) (side-by-side diff) | |
tree | 0ef65832310cfdaa49eeb7c2c94dce03f85ad785 /library | |
parent | 9612cb91bf2a7f101e1b935f697e97d290d6c1a9 (diff) | |
download | opie-8064c0e86eed8a48c2c7745195bf991b1d83f504.zip opie-8064c0e86eed8a48c2c7745195bf991b1d83f504.tar.gz opie-8064c0e86eed8a48c2c7745195bf991b1d83f504.tar.bz2 |
header fix
-rw-r--r-- | library/backend/categories.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/backend/categories.cpp b/library/backend/categories.cpp index e37b3b9..2e84089 100644 --- a/library/backend/categories.cpp +++ b/library/backend/categories.cpp @@ -8,25 +8,25 @@ ** Foundation and appearing in the file LICENSE.GPL included in the ** packaging of this file. ** ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. ** ** See http://www.trolltech.com/gpl/ for GPL licensing information. ** ** Contact info@trolltech.com if any conditions of this licensing are ** not clear to you. ** **********************************************************************/ -#include <qtopia/categories.h> +#include <qtopia/private/categories.h> #include <qtopia/stringutil.h> #include <qfile.h> #include <qcstring.h> #include <qtextstream.h> using namespace Qtopia; /*********************************************************** * * CategoryGroup * **********************************************************/ |