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 /microkde | |
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 | |||
@@ -92,25 +92,26 @@ osmartpointer.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 \ |
@@ -164,14 +165,15 @@ oprocess.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 | ||