author | mickeyl <mickeyl> | 2004-04-06 10:00:16 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-04-06 10:00:16 (UTC) |
commit | dde22f9a9bfcb4c6bcb6c7c6d07fdabb16b399cc (patch) (unidiff) | |
tree | 99706abcf20ecc0c08cb50c2384ec3e2e6530f38 | |
parent | 1b7592f11a2499c3e7d6652dde1ee15fb661fce2 (diff) | |
download | opie-dde22f9a9bfcb4c6bcb6c7c6d07fdabb16b399cc.zip opie-dde22f9a9bfcb4c6bcb6c7c6d07fdabb16b399cc.tar.gz opie-dde22f9a9bfcb4c6bcb6c7c6d07fdabb16b399cc.tar.bz2 |
use include "" inside .cpp to play nice with external build systems
-rw-r--r-- | libopie2/opieui/otimepicker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie2/opieui/otimepicker.cpp b/libopie2/opieui/otimepicker.cpp index 7de0fd3..d741c7e 100644 --- a/libopie2/opieui/otimepicker.cpp +++ b/libopie2/opieui/otimepicker.cpp | |||
@@ -25,13 +25,13 @@ | |||
25 | If not, write to the Free Software Foundation, | 25 | If not, write to the Free Software Foundation, |
26 | Inc., 59 Temple Place - Suite 330, | 26 | Inc., 59 Temple Place - Suite 330, |
27 | Boston, MA 02111-1307, USA. | 27 | Boston, MA 02111-1307, USA. |
28 | */ | 28 | */ |
29 | 29 | ||
30 | /* OPIE */ | 30 | /* OPIE */ |
31 | #include <opie2/otimepicker.h> | 31 | #include "otimepicker.h" |
32 | 32 | ||
33 | /* QT */ | 33 | /* QT */ |
34 | #include <qgroupbox.h> | 34 | #include <qgroupbox.h> |
35 | #include <qlayout.h> | 35 | #include <qlayout.h> |
36 | #include <qlineedit.h> | 36 | #include <qlineedit.h> |
37 | 37 | ||