author | mickeyl <mickeyl> | 2003-12-03 22:41:08 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-12-03 22:41:08 (UTC) |
commit | ae3310f90ad9fc7a264b8963ad0fc24b10b48730 (patch) (unidiff) | |
tree | 94387dd18b1840fdfa4441e3edd0029095e6fee5 | |
parent | 4774505eb004fa6a1f903224c912c2ece9e449f9 (diff) | |
download | opie-ae3310f90ad9fc7a264b8963ad0fc24b10b48730.zip opie-ae3310f90ad9fc7a264b8963ad0fc24b10b48730.tar.gz opie-ae3310f90ad9fc7a264b8963ad0fc24b10b48730.tar.bz2 |
remove OToolbar - QPEToolBar is deprecated anyway
-rw-r--r-- | libopie2/opieui/opieui.pro | 2 | ||||
-rw-r--r-- | libopie2/opieui/otoolbar.cpp | 41 | ||||
-rw-r--r-- | libopie2/opieui/otoolbar.h | 55 |
3 files changed, 0 insertions, 98 deletions
diff --git a/libopie2/opieui/opieui.pro b/libopie2/opieui/opieui.pro index 6f197a4..cfb591c 100644 --- a/libopie2/opieui/opieui.pro +++ b/libopie2/opieui/opieui.pro | |||
@@ -5,40 +5,38 @@ HEADERS = olistview.h \ | |||
5 | oimageeffect.h \ | 5 | oimageeffect.h \ |
6 | opixmapeffect.h \ | 6 | opixmapeffect.h \ |
7 | opopupmenu.h \ | 7 | opopupmenu.h \ |
8 | opixmapprovider.h \ | 8 | opixmapprovider.h \ |
9 | oselector.h \ | 9 | oselector.h \ |
10 | oversatileview.h \ | 10 | oversatileview.h \ |
11 | oversatileviewitem.h \ | 11 | oversatileviewitem.h \ |
12 | odialog.h \ | 12 | odialog.h \ |
13 | omenubar.h \ | 13 | omenubar.h \ |
14 | opiemenubar.h \ | 14 | opiemenubar.h \ |
15 | omessagebox.h \ | 15 | omessagebox.h \ |
16 | oresource.h \ | 16 | oresource.h \ |
17 | otoolbar.h \ | ||
18 | oseparator.h | 17 | oseparator.h |
19 | 18 | ||
20 | SOURCES = olistview.cpp \ | 19 | SOURCES = olistview.cpp \ |
21 | oimageeffect.cpp \ | 20 | oimageeffect.cpp \ |
22 | opixmapeffect.cpp \ | 21 | opixmapeffect.cpp \ |
23 | opopupmenu.cpp \ | 22 | opopupmenu.cpp \ |
24 | opixmapprovider.cpp \ | 23 | opixmapprovider.cpp \ |
25 | oselector.cpp \ | 24 | oselector.cpp \ |
26 | oversatileview.cpp \ | 25 | oversatileview.cpp \ |
27 | oversatileviewitem.cpp \ | 26 | oversatileviewitem.cpp \ |
28 | odialog.cpp \ | 27 | odialog.cpp \ |
29 | omenubar.cpp \ | 28 | omenubar.cpp \ |
30 | opiemenubar.cpp \ | 29 | opiemenubar.cpp \ |
31 | oresource.cpp \ | 30 | oresource.cpp \ |
32 | otoolbar.cpp \ | ||
33 | oseparator.cpp | 31 | oseparator.cpp |
34 | 32 | ||
35 | INTERFACES = | 33 | INTERFACES = |
36 | TARGET = opieui2 | 34 | TARGET = opieui2 |
37 | VERSION = 1.8.2 | 35 | VERSION = 1.8.2 |
38 | INCLUDEPATH += $(OPIEDIR)/include | 36 | INCLUDEPATH += $(OPIEDIR)/include |
39 | DEPENDPATH += $(OPIEDIR)/include | 37 | DEPENDPATH += $(OPIEDIR)/include |
40 | LIBS += -lopiecore2 | 38 | LIBS += -lopiecore2 |
41 | MOC_DIR = moc | 39 | MOC_DIR = moc |
42 | OBJECTS_DIR = obj | 40 | OBJECTS_DIR = obj |
43 | 41 | ||
44 | 42 | ||
diff --git a/libopie2/opieui/otoolbar.cpp b/libopie2/opieui/otoolbar.cpp deleted file mode 100644 index c7f2727..0000000 --- a/libopie2/opieui/otoolbar.cpp +++ b/dev/null | |||
@@ -1,41 +0,0 @@ | |||
1 | /* | ||
2 | This file is part of the Opie Project | ||
3 | |||
4 | Copyright (C) 2003 Patrick S. Vogt <tille@handhelds.org> | ||
5 | =. | ||
6 | .=l. | ||
7 | .>+-= | ||
8 | _;:, .> :=|. This program is free software; you can | ||
9 | .> <`_, > . <= redistribute it and/or modify it under | ||
10 | :`=1 )Y*s>-.-- : the terms of the GNU Library General Public | ||
11 | .="- .-=="i, .._ License as published by the Free Software | ||
12 | - . .-<_> .<> Foundation; either version 2 of the License, | ||
13 | ._= =} : or (at your option) any later version. | ||
14 | .%`+i> _;_. | ||
15 | .i_,=:_. -<s. This program is distributed in the hope that | ||
16 | + . -:. = it will be useful, but WITHOUT ANY WARRANTY; | ||
17 | : .. .:, . . . without even the implied warranty of | ||
18 | =_ + =;=|` MERCHANTABILITY or FITNESS FOR A | ||
19 | _.=:. : :=>`: PARTICULAR PURPOSE. See the GNU | ||
20 | ..}^=.= = ; Library General Public License for more | ||
21 | ++= -. .` .: details. | ||
22 | : = ...= . :.=- | ||
23 | -. .:....=;==+<; You should have received a copy of the GNU | ||
24 | -_. . . )=. = Library General Public License along with | ||
25 | -- :-=` this library; see the file COPYING.LIB. | ||
26 | If not, write to the Free Software Foundation, | ||
27 | Inc., 59 Temple Place - Suite 330, | ||
28 | Boston, MA 02111-1307, USA. | ||
29 | */ | ||
30 | |||
31 | #include "otoolbar.h" | ||
32 | |||
33 | OToolBar::OToolBar( QMainWindow *parent, const char* name) | ||
34 | #ifdef QWS | ||
35 | : QPEToolBar(parent, name) | ||
36 | #else | ||
37 | : QToolBar(parent, name) | ||
38 | #endif | ||
39 | { | ||
40 | |||
41 | } | ||
diff --git a/libopie2/opieui/otoolbar.h b/libopie2/opieui/otoolbar.h deleted file mode 100644 index e16d8df..0000000 --- a/libopie2/opieui/otoolbar.h +++ b/dev/null | |||
@@ -1,55 +0,0 @@ | |||
1 | /* | ||
2 | This file is part of the Opie Project | ||
3 | |||
4 | Copyright (C) 2003 Patrick S. Vogt <tille@handhelds.org> | ||
5 | =. | ||
6 | .=l. | ||
7 | .>+-= | ||
8 | _;:, .> :=|. This program is free software; you can | ||
9 | .> <`_, > . <= redistribute it and/or modify it under | ||
10 | :`=1 )Y*s>-.-- : the terms of the GNU Library General Public | ||
11 | .="- .-=="i, .._ License as published by the Free Software | ||
12 | - . .-<_> .<> Foundation; either version 2 of the License, | ||
13 | ._= =} : or (at your option) any later version. | ||
14 | .%`+i> _;_. | ||
15 | .i_,=:_. -<s. This program is distributed in the hope that | ||
16 | + . -:. = it will be useful, but WITHOUT ANY WARRANTY; | ||
17 | : .. .:, . . . without even the implied warranty of | ||
18 | =_ + =;=|` MERCHANTABILITY or FITNESS FOR A | ||
19 | _.=:. : :=>`: PARTICULAR PURPOSE. See the GNU | ||
20 | ..}^=.= = ; Library General Public License for more | ||
21 | ++= -. .` .: details. | ||
22 | : = ...= . :.=- | ||
23 | -. .:....=;==+<; You should have received a copy of the GNU | ||
24 | -_. . . )=. = Library General Public License along with | ||
25 | -- :-=` this library; see the file COPYING.LIB. | ||
26 | If not, write to the Free Software Foundation, | ||
27 | Inc., 59 Temple Place - Suite 330, | ||
28 | Boston, MA 02111-1307, USA. | ||
29 | */ | ||
30 | |||
31 | #ifndef OTOOLBAR_H | ||
32 | #define OTOOLBAR_H | ||
33 | |||
34 | |||
35 | |||
36 | #ifdef QWS | ||
37 | #include <qpe/qpetoolbar.h> | ||
38 | #else | ||
39 | #include <qtoolbar.h> | ||
40 | #endif | ||
41 | |||
42 | |||
43 | |||
44 | class OToolBar | ||
45 | #ifdef QWS | ||
46 | : public QPEToolBar | ||
47 | #else | ||
48 | : public QToolBar | ||
49 | #endif | ||
50 | { | ||
51 | public: | ||
52 | OToolBar( QMainWindow *parent=0, const char* name = 0); | ||
53 | }; | ||
54 | |||
55 | #endif // OAPPLICATION_H | ||