author | zautrix <zautrix> | 2004-08-07 08:08:32 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-08-07 08:08:32 (UTC) |
commit | 6f6b27941ae0ba9436660c5ac757d21c63c677fc (patch) (unidiff) | |
tree | 4d33cc37d16d4707c488b76d3f3a86d3933f107c | |
parent | 81a027fdb113968401105258cf89b56b96987103 (diff) | |
download | kdepimpi-6f6b27941ae0ba9436660c5ac757d21c63c677fc.zip kdepimpi-6f6b27941ae0ba9436660c5ac757d21c63c677fc.tar.gz kdepimpi-6f6b27941ae0ba9436660c5ac757d21c63c677fc.tar.bz2 |
added two files for id management
-rw-r--r-- | microkde/kidmanager.cpp | 10 | ||||
-rw-r--r-- | microkde/kidmanager.h | 19 | ||||
-rw-r--r-- | microkde/microkdeE.pro | 6 |
3 files changed, 33 insertions, 2 deletions
diff --git a/microkde/kidmanager.cpp b/microkde/kidmanager.cpp new file mode 100644 index 0000000..ce6184a --- a/dev/null +++ b/microkde/kidmanager.cpp | |||
@@ -0,0 +1,10 @@ | |||
1 | #include "kidmanager.h" | ||
2 | |||
3 | KIdManager::KIdManager() | ||
4 | { | ||
5 | |||
6 | } | ||
7 | QString KIdManager::addId (const QString& idString,const QString& id,const QString& idvalue ) | ||
8 | { | ||
9 | |||
10 | } | ||
diff --git a/microkde/kidmanager.h b/microkde/kidmanager.h new file mode 100644 index 0000000..9d79b2b --- a/dev/null +++ b/microkde/kidmanager.h | |||
@@ -0,0 +1,19 @@ | |||
1 | #ifndef MINIKDE_KIDMANAGER_H | ||
2 | #define MINIKDE_KIDMANAGER_H | ||
3 | |||
4 | #include <qstring.h> | ||
5 | |||
6 | #include <qobject.h> | ||
7 | class KIdManager : public QObject | ||
8 | { | ||
9 | Q_OBJECT | ||
10 | public: | ||
11 | KIdManager( ); | ||
12 | static QString addId (const QString& idString,const QString& id,const QString& idvalue ) ; | ||
13 | private: | ||
14 | |||
15 | private slots: | ||
16 | }; | ||
17 | |||
18 | |||
19 | #endif | ||
diff --git a/microkde/microkdeE.pro b/microkde/microkdeE.pro index 06b288b..fc80c03 100644 --- a/microkde/microkdeE.pro +++ b/microkde/microkdeE.pro | |||
@@ -40,138 +40,140 @@ KDGanttMinimizeSplitter.h \ | |||
40 | klineedit.h \ | 40 | klineedit.h \ |
41 | klineeditdlg.h \ | 41 | klineeditdlg.h \ |
42 | kmessagebox.h \ | 42 | kmessagebox.h \ |
43 | knotifyclient.h \ | 43 | knotifyclient.h \ |
44 | kprinter.h \ | 44 | kprinter.h \ |
45 | kprocess.h \ | 45 | kprocess.h \ |
46 | krestrictedline.h \ | 46 | krestrictedline.h \ |
47 | krun.h \ | 47 | krun.h \ |
48 | ksimpleconfig.h \ | 48 | ksimpleconfig.h \ |
49 | kstaticdeleter.h \ | 49 | kstaticdeleter.h \ |
50 | ksystemtray.h \ | 50 | ksystemtray.h \ |
51 | ktempfile.h \ | 51 | ktempfile.h \ |
52 | ktextedit.h \ | 52 | ktextedit.h \ |
53 | kunload.h \ | 53 | kunload.h \ |
54 | kurl.h \ | 54 | kurl.h \ |
55 | ofileselector_p.h \ | 55 | ofileselector_p.h \ |
56 | ofontselector.h \ | 56 | ofontselector.h \ |
57 | oprocctrl.h \ | 57 | oprocctrl.h \ |
58 | oprocess.h \ | 58 | oprocess.h \ |
59 | osmartpointer.h \ | 59 | osmartpointer.h \ |
60 | kdeui/kguiitem.h \ | 60 | kdeui/kguiitem.h \ |
61 | kdeui/kaction.h \ | 61 | kdeui/kaction.h \ |
62 | kdeui/kactionclasses.h \ | 62 | kdeui/kactionclasses.h \ |
63 | kdeui/kactioncollection.h \ | 63 | kdeui/kactioncollection.h \ |
64 | kdeui/kcmodule.h \ | 64 | kdeui/kcmodule.h \ |
65 | kdeui/kstdaction.h \ | 65 | kdeui/kstdaction.h \ |
66 | kdeui/kbuttonbox.h \ | 66 | kdeui/kbuttonbox.h \ |
67 | kdeui/klistbox.h \ | 67 | kdeui/klistbox.h \ |
68 | kdeui/klistview.h \ | 68 | kdeui/klistview.h \ |
69 | kdeui/kjanuswidget.h \ | 69 | kdeui/kjanuswidget.h \ |
70 | kdeui/kseparator.h \ | 70 | kdeui/kseparator.h \ |
71 | kdeui/kmainwindow.h \ | 71 | kdeui/kmainwindow.h \ |
72 | kdeui/knuminput.h \ | 72 | kdeui/knuminput.h \ |
73 | kdeui/knumvalidator.h \ | 73 | kdeui/knumvalidator.h \ |
74 | kdeui/ksqueezedtextlabel.h \ | 74 | kdeui/ksqueezedtextlabel.h \ |
75 | kdeui/ktoolbar.h \ | 75 | kdeui/ktoolbar.h \ |
76 | kdeui/ktoolbarbutton.h \ | 76 | kdeui/ktoolbarbutton.h \ |
77 | kdeui/ktoolbarhandler.h \ | 77 | kdeui/ktoolbarhandler.h \ |
78 | kdeui/kxmlguiclient.h \ | 78 | kdeui/kxmlguiclient.h \ |
79 | kio/job.h \ | 79 | kio/job.h \ |
80 | kio/kio/kdirwatch.h \ | 80 | kio/kio/kdirwatch.h \ |
81 | kio/kio/kdirwatch_p.h \ | 81 | kio/kio/kdirwatch_p.h \ |
82 | kio/kfile/kurlrequester.h \ | 82 | kio/kfile/kurlrequester.h \ |
83 | kresources/resource.h \ | 83 | kresources/resource.h \ |
84 | kresources/factory.h \ | 84 | kresources/factory.h \ |
85 | kresources/managerimpl.h \ | 85 | kresources/managerimpl.h \ |
86 | kresources/manager.h \ | 86 | kresources/manager.h \ |
87 | kresources/selectdialog.h \ | 87 | kresources/selectdialog.h \ |
88 | kresources/configpage.h \ | 88 | kresources/configpage.h \ |
89 | kresources/configwidget.h \ | 89 | kresources/configwidget.h \ |
90 | kresources/configdialog.h \ | 90 | kresources/configdialog.h \ |
91 | kresources/kcmkresources.h \ | 91 | kresources/kcmkresources.h \ |
92 | kresources/syncwidget.h \ | 92 | kresources/syncwidget.h \ |
93 | kdecore/kmdcodec.h \ | 93 | kdecore/kmdcodec.h \ |
94 | kdecore/kconfigbase.h \ | 94 | kdecore/kconfigbase.h \ |
95 | kdecore/klocale.h \ | 95 | kdecore/klocale.h \ |
96 | kdecore/klibloader.h \ | 96 | kdecore/klibloader.h \ |
97 | kdecore/kcatalogue.h \ | 97 | kdecore/kcatalogue.h \ |
98 | kdecore/kprefs.h \ | 98 | kdecore/kprefs.h \ |
99 | kdecore/ksharedptr.h \ | 99 | kdecore/ksharedptr.h \ |
100 | kdecore/kshell.h \ | 100 | kdecore/kshell.h \ |
101 | kdecore/kstandarddirs.h \ | 101 | kdecore/kstandarddirs.h \ |
102 | kdecore/kstringhandler.h \ | 102 | kdecore/kstringhandler.h \ |
103 | kdecore/kshortcut.h \ | 103 | kdecore/kshortcut.h \ |
104 | kutils/kcmultidialog.h | 104 | kutils/kcmultidialog.h \ |
105 | kidmanager.h | ||
105 | 106 | ||
106 | 107 | ||
107 | 108 | ||
108 | 109 | ||
109 | SOURCES = \ | 110 | SOURCES = \ |
110 | KDGanttMinimizeSplitter.cpp \ | 111 | KDGanttMinimizeSplitter.cpp \ |
111 | kapplication.cpp \ | 112 | kapplication.cpp \ |
112 | kcalendarsystem.cpp \ | 113 | kcalendarsystem.cpp \ |
113 | kcalendarsystemgregorian.cpp \ | 114 | kcalendarsystemgregorian.cpp \ |
114 | kcolorbutton.cpp \ | 115 | kcolorbutton.cpp \ |
115 | kcolordialog.cpp \ | 116 | kcolordialog.cpp \ |
116 | kconfig.cpp \ | 117 | kconfig.cpp \ |
117 | kdatetbl.cpp \ | 118 | kdatetbl.cpp \ |
118 | kdialog.cpp \ | 119 | kdialog.cpp \ |
119 | kdialogbase.cpp \ | 120 | kdialogbase.cpp \ |
120 | keditlistbox.cpp \ | 121 | keditlistbox.cpp \ |
121 | kemailsettings.cpp \ | 122 | kemailsettings.cpp \ |
122 | kfontdialog.cpp \ | 123 | kfontdialog.cpp \ |
123 | kfiledialog.cpp \ | 124 | kfiledialog.cpp \ |
124 | kglobal.cpp \ | 125 | kglobal.cpp \ |
125 | kglobalsettings.cpp \ | 126 | kglobalsettings.cpp \ |
126 | kiconloader.cpp \ | 127 | kiconloader.cpp \ |
127 | kmessagebox.cpp \ | 128 | kmessagebox.cpp \ |
128 | kprocess.cpp \ | 129 | kprocess.cpp \ |
129 | krun.cpp \ | 130 | krun.cpp \ |
130 | ksystemtray.cpp \ | 131 | ksystemtray.cpp \ |
131 | ktempfile.cpp \ | 132 | ktempfile.cpp \ |
132 | kurl.cpp \ | 133 | kurl.cpp \ |
133 | ktextedit.cpp \ | 134 | ktextedit.cpp \ |
134 | ofileselector_p.cpp \ | 135 | ofileselector_p.cpp \ |
135 | ofontselector.cpp \ | 136 | ofontselector.cpp \ |
136 | oprocctrl.cpp \ | 137 | oprocctrl.cpp \ |
137 | oprocess.cpp \ | 138 | oprocess.cpp \ |
138 | kdecore/kcatalogue.cpp \ | 139 | kdecore/kcatalogue.cpp \ |
139 | kdecore/klibloader.cpp \ | 140 | kdecore/klibloader.cpp \ |
140 | kdecore/klocale.cpp \ | 141 | kdecore/klocale.cpp \ |
141 | kdecore/kmdcodec.cpp \ | 142 | kdecore/kmdcodec.cpp \ |
142 | kdecore/kprefs.cpp \ | 143 | kdecore/kprefs.cpp \ |
143 | kdecore/kshell.cpp \ | 144 | kdecore/kshell.cpp \ |
144 | kdecore/kstandarddirs.cpp \ | 145 | kdecore/kstandarddirs.cpp \ |
145 | kdecore/kstringhandler.cpp \ | 146 | kdecore/kstringhandler.cpp \ |
146 | kdeui/kaction.cpp \ | 147 | kdeui/kaction.cpp \ |
147 | kdeui/kactionclasses.cpp \ | 148 | kdeui/kactionclasses.cpp \ |
148 | kdeui/kactioncollection.cpp \ | 149 | kdeui/kactioncollection.cpp \ |
149 | kdeui/kbuttonbox.cpp \ | 150 | kdeui/kbuttonbox.cpp \ |
150 | kdeui/kcmodule.cpp \ | 151 | kdeui/kcmodule.cpp \ |
151 | kdeui/kguiitem.cpp \ | 152 | kdeui/kguiitem.cpp \ |
152 | kdeui/kjanuswidget.cpp \ | 153 | kdeui/kjanuswidget.cpp \ |
153 | kdeui/klistbox.cpp \ | 154 | kdeui/klistbox.cpp \ |
154 | kdeui/klistview.cpp \ | 155 | kdeui/klistview.cpp \ |
155 | kdeui/kmainwindow.cpp \ | 156 | kdeui/kmainwindow.cpp \ |
156 | kdeui/knuminput.cpp \ | 157 | kdeui/knuminput.cpp \ |
157 | kdeui/knumvalidator.cpp \ | 158 | kdeui/knumvalidator.cpp \ |
158 | kdeui/kseparator.cpp \ | 159 | kdeui/kseparator.cpp \ |
159 | kdeui/kstdaction.cpp \ | 160 | kdeui/kstdaction.cpp \ |
160 | kdeui/ksqueezedtextlabel.cpp \ | 161 | kdeui/ksqueezedtextlabel.cpp \ |
161 | kdeui/ktoolbar.cpp \ | 162 | kdeui/ktoolbar.cpp \ |
162 | kdeui/ktoolbarbutton.cpp \ | 163 | kdeui/ktoolbarbutton.cpp \ |
163 | kdeui/ktoolbarhandler.cpp \ | 164 | kdeui/ktoolbarhandler.cpp \ |
164 | kdeui/kxmlguiclient.cpp \ | 165 | kdeui/kxmlguiclient.cpp \ |
165 | kio/kfile/kurlrequester.cpp \ | 166 | kio/kfile/kurlrequester.cpp \ |
166 | kio/kio/kdirwatch.cpp \ | 167 | kio/kio/kdirwatch.cpp \ |
167 | kresources/configpage.cpp \ | 168 | kresources/configpage.cpp \ |
168 | kresources/configdialog.cpp \ | 169 | kresources/configdialog.cpp \ |
169 | kresources/configwidget.cpp \ | 170 | kresources/configwidget.cpp \ |
170 | kresources/factory.cpp \ | 171 | kresources/factory.cpp \ |
171 | kresources/kcmkresources.cpp \ | 172 | kresources/kcmkresources.cpp \ |
172 | kresources/managerimpl.cpp \ | 173 | kresources/managerimpl.cpp \ |
173 | kresources/resource.cpp \ | 174 | kresources/resource.cpp \ |
174 | kresources/selectdialog.cpp \ | 175 | kresources/selectdialog.cpp \ |
175 | kresources/syncwidget.cpp \ | 176 | kresources/syncwidget.cpp \ |
176 | kutils/kcmultidialog.cpp | 177 | kutils/kcmultidialog.cpp \ |
178 | kidmanager.cpp | ||
177 | 179 | ||