author | zautrix <zautrix> | 2004-10-30 15:56:24 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-30 15:56:24 (UTC) |
commit | c8662dc632987a317386b923e24acb9507859528 (patch) (unidiff) | |
tree | 97ca9b266d075c3c0f2689769829c453f8118cd8 /microkde | |
parent | 632b43950f1ac2980c281eb8901d797deb0ba971 (diff) | |
download | kdepimpi-c8662dc632987a317386b923e24acb9507859528.zip kdepimpi-c8662dc632987a317386b923e24acb9507859528.tar.gz kdepimpi-c8662dc632987a317386b923e24acb9507859528.tar.bz2 |
ompi desktop compile hack
-rw-r--r-- | microkde/kapplication.h | 3 | ||||
-rw-r--r-- | microkde/microkde.pro | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/microkde/kapplication.h b/microkde/kapplication.h index 41546a0..497ec2f 100644 --- a/microkde/kapplication.h +++ b/microkde/kapplication.h | |||
@@ -1,21 +1,24 @@ | |||
1 | #ifndef MINIKDE_KAPPLICATION_H | 1 | #ifndef MINIKDE_KAPPLICATION_H |
2 | #define MINIKDE_KAPPLICATION_H | 2 | #define MINIKDE_KAPPLICATION_H |
3 | 3 | ||
4 | #include "qstring.h" | 4 | #include "qstring.h" |
5 | #include <qdialog.h> | 5 | #include <qdialog.h> |
6 | #ifdef QDialog | ||
7 | #undef QDialog | ||
8 | #endif | ||
6 | 9 | ||
7 | class KApplication | 10 | class KApplication |
8 | { | 11 | { |
9 | public: | 12 | public: |
10 | static int random(); | 13 | static int random(); |
11 | 14 | ||
12 | //US | 15 | //US |
13 | /** | 16 | /** |
14 | * Generates a random string. It operates in the range [A-Za-z0-9] | 17 | * Generates a random string. It operates in the range [A-Za-z0-9] |
15 | * @param length Generate a string of this length. | 18 | * @param length Generate a string of this length. |
16 | * @return the random string | 19 | * @return the random string |
17 | */ | 20 | */ |
18 | static QString randomString(int length); | 21 | static QString randomString(int length); |
19 | static int execDialog( QDialog* ); | 22 | static int execDialog( QDialog* ); |
20 | static void showLicence(); | 23 | static void showLicence(); |
21 | static void showFile(QString caption, QString file); | 24 | static void showFile(QString caption, QString file); |
diff --git a/microkde/microkde.pro b/microkde/microkde.pro index 6e75442..c58e184 100644 --- a/microkde/microkde.pro +++ b/microkde/microkde.pro | |||
@@ -45,34 +45,32 @@ KDGanttMinimizeSplitter.h \ | |||
45 | kiconloader.h \ | 45 | kiconloader.h \ |
46 | klineedit.h \ | 46 | klineedit.h \ |
47 | klineeditdlg.h \ | 47 | klineeditdlg.h \ |
48 | kmessagebox.h \ | 48 | kmessagebox.h \ |
49 | knotifyclient.h \ | 49 | knotifyclient.h \ |
50 | kprinter.h \ | 50 | kprinter.h \ |
51 | kprocess.h \ | 51 | kprocess.h \ |
52 | krestrictedline.h \ | 52 | krestrictedline.h \ |
53 | krun.h \ | 53 | krun.h \ |
54 | ksimpleconfig.h \ | 54 | ksimpleconfig.h \ |
55 | kstaticdeleter.h \ | 55 | kstaticdeleter.h \ |
56 | ksystemtray.h \ | 56 | ksystemtray.h \ |
57 | ktempfile.h \ | 57 | ktempfile.h \ |
58 | ktextedit.h \ | 58 | ktextedit.h \ |
59 | kunload.h \ | 59 | kunload.h \ |
60 | kurl.h \ | 60 | kurl.h \ |
61 | oprocctrl.h \ | ||
62 | oprocess.h \ | ||
63 | osmartpointer.h \ | 61 | osmartpointer.h \ |
64 | kdeui/kguiitem.h \ | 62 | kdeui/kguiitem.h \ |
65 | kdeui/kcmodule.h \ | 63 | kdeui/kcmodule.h \ |
66 | kdeui/kbuttonbox.h \ | 64 | kdeui/kbuttonbox.h \ |
67 | kdeui/klistbox.h \ | 65 | kdeui/klistbox.h \ |
68 | kdeui/klistview.h \ | 66 | kdeui/klistview.h \ |
69 | kdeui/kjanuswidget.h \ | 67 | kdeui/kjanuswidget.h \ |
70 | kdeui/kseparator.h \ | 68 | kdeui/kseparator.h \ |
71 | kdeui/knuminput.h \ | 69 | kdeui/knuminput.h \ |
72 | kdeui/knumvalidator.h \ | 70 | kdeui/knumvalidator.h \ |
73 | kdeui/ksqueezedtextlabel.h \ | 71 | kdeui/ksqueezedtextlabel.h \ |
74 | kio/job.h \ | 72 | kio/job.h \ |
75 | kio/kio/kdirwatch.h \ | 73 | kio/kio/kdirwatch.h \ |
76 | kio/kio/kdirwatch_p.h \ | 74 | kio/kio/kdirwatch_p.h \ |
77 | kio/kfile/kurlrequester.h \ | 75 | kio/kfile/kurlrequester.h \ |
78 | kresources/resource.h \ | 76 | kresources/resource.h \ |
@@ -161,19 +159,17 @@ KDGanttMinimizeSplitter.cpp \ | |||
161 | kresources/kcmkresources.cpp \ | 159 | kresources/kcmkresources.cpp \ |
162 | kresources/managerimpl.cpp \ | 160 | kresources/managerimpl.cpp \ |
163 | kresources/resource.cpp \ | 161 | kresources/resource.cpp \ |
164 | kresources/selectdialog.cpp \ | 162 | kresources/selectdialog.cpp \ |
165 | kutils/kcmultidialog.cpp \ | 163 | kutils/kcmultidialog.cpp \ |
166 | kdeui/kaction.cpp \ | 164 | kdeui/kaction.cpp \ |
167 | kdeui/kactionclasses.cpp \ | 165 | kdeui/kactionclasses.cpp \ |
168 | kdeui/kactioncollection.cpp \ | 166 | kdeui/kactioncollection.cpp \ |
169 | kdeui/kmainwindow.cpp \ | 167 | kdeui/kmainwindow.cpp \ |
170 | kdeui/ktoolbar.cpp \ | 168 | kdeui/ktoolbar.cpp \ |
171 | kdeui/ktoolbarbutton.cpp \ | 169 | kdeui/ktoolbarbutton.cpp \ |
172 | kdeui/ktoolbarhandler.cpp \ | 170 | kdeui/ktoolbarhandler.cpp \ |
173 | kdeui/kstdaction.cpp \ | 171 | kdeui/kstdaction.cpp \ |
174 | kdeui/kxmlguiclient.cpp \ | 172 | kdeui/kxmlguiclient.cpp \ |
175 | kdecore/kprefs.cpp \ | 173 | kdecore/kprefs.cpp \ |
176 | kdecore/klibloader.cpp \ | 174 | kdecore/klibloader.cpp \ |
177 | kidmanager.cpp \ | 175 | kidmanager.cpp |
178 | oprocctrl.cpp \ | ||
179 | oprocess.cpp | ||