summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--microkde/kidmanager.cpp10
-rw-r--r--microkde/kidmanager.h19
-rw-r--r--microkde/microkdeE.pro6
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
3KIdManager::KIdManager()
4{
5
6}
7QString 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>
7class KIdManager : public QObject
8{
9Q_OBJECT
10 public:
11 KIdManager( );
12 static QString addId (const QString& idString,const QString& id,const QString& idvalue ) ;
13 private:
14
15private 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
@@ -72,65 +72,66 @@ osmartpointer.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
109SOURCES = \ 110SOURCES = \
110KDGanttMinimizeSplitter.cpp \ 111KDGanttMinimizeSplitter.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 \
136oprocctrl.cpp \ 137oprocctrl.cpp \
@@ -144,34 +145,35 @@ oprocess.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