author | mickeyl <mickeyl> | 2003-11-19 14:17:20 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-11-19 14:17:20 (UTC) |
commit | c82fd44ac2013f738f15775c4b1ce72966ea90d0 (patch) (unidiff) | |
tree | c837727577d76a5611135dc03b7347d99d4be574 | |
parent | 28826e4d852e42de29f496b54f9885966d293fce (diff) | |
download | opie-c82fd44ac2013f738f15775c4b1ce72966ea90d0.zip opie-c82fd44ac2013f738f15775c4b1ce72966ea90d0.tar.gz opie-c82fd44ac2013f738f15775c4b1ce72966ea90d0.tar.bz2 |
_this_ contains the minibugfix
-rw-r--r-- | noncore/settings/doctab/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/doctab/main.cpp b/noncore/settings/doctab/main.cpp index bfeb2a3..ba3e20c 100644 --- a/noncore/settings/doctab/main.cpp +++ b/noncore/settings/doctab/main.cpp | |||
@@ -9,17 +9,17 @@ | |||
9 | ** packaging of this file. | 9 | ** packaging of this file. |
10 | ** | 10 | ** |
11 | ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE | 11 | ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE |
12 | ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. | 12 | ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. |
13 | ** | 13 | ** |
14 | ** See http://www.trolltech.com/gpl/ for GPL licensing information. | 14 | ** See http://www.trolltech.com/gpl/ for GPL licensing information. |
15 | ** | 15 | ** |
16 | ** Contact info@trolltech.com if any conditions of this licensing are | 16 | ** Contact info@trolltech.com if any conditions of this licensing are |
17 | ** not clear to you. | 17 | ** not clear to you. |
18 | ** | 18 | ** |
19 | **********************************************************************/ | 19 | **********************************************************************/ |
20 | 20 | ||
21 | #include "settings.h" | 21 | #include "doctab.h" |
22 | 22 | ||
23 | #include <opie/oapplicationfactory.h> | 23 | #include <opie/oapplicationfactory.h> |
24 | 24 | ||
25 | OPIE_EXPORT_APP( OApplicationFactory<DocTabSettings> ) | 25 | OPIE_EXPORT_APP( OApplicationFactory<DocTabSettings> ) |