author | ulf69 <ulf69> | 2004-09-15 22:38:15 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-09-15 22:38:15 (UTC) |
commit | 7fae8b87a05c3572bf0c9218d300d99fdc02adc4 (patch) (unidiff) | |
tree | c32ea42ffc3e76a8268c637d6da91d121e274b6f | |
parent | 7a3f46caedc087a8f4f920de585187b70e310804 (diff) | |
download | kdepimpi-7fae8b87a05c3572bf0c9218d300d99fdc02adc4.zip kdepimpi-7fae8b87a05c3572bf0c9218d300d99fdc02adc4.tar.gz kdepimpi-7fae8b87a05c3572bf0c9218d300d99fdc02adc4.tar.bz2 |
removed debugwarning
-rw-r--r-- | pwmanager/pwmanager/pwminit.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pwmanager/pwmanager/pwminit.cpp b/pwmanager/pwmanager/pwminit.cpp index b0a78c2..2f1aa4e 100644 --- a/pwmanager/pwmanager/pwminit.cpp +++ b/pwmanager/pwmanager/pwminit.cpp | |||
@@ -176,18 +176,16 @@ void PwMInit::initPosixSignalHandler() | |||
176 | signal(SIGTERM, sig_handler); | 176 | signal(SIGTERM, sig_handler); |
177 | } | 177 | } |
178 | 178 | ||
179 | void PwMInit::initDCOP() | 179 | void PwMInit::initDCOP() |
180 | { | 180 | { |
181 | #ifndef PWM_EMBEDDED | 181 | #ifndef PWM_EMBEDDED |
182 | _dcopClient = app->dcopClient(); | 182 | _dcopClient = app->dcopClient(); |
183 | _dcopClient->setNotifications(true); | 183 | _dcopClient->setNotifications(true); |
184 | #else | ||
185 | qDebug("PwMInit::initDCOP() has to be implemented"); | ||
186 | #endif | 184 | #endif |
187 | 185 | ||
188 | } | 186 | } |
189 | 187 | ||
190 | void PwMInit::initKWalletEmu(bool forceDisable, bool forceReload) | 188 | void PwMInit::initKWalletEmu(bool forceDisable, bool forceReload) |
191 | { | 189 | { |
192 | #ifdef CONFIG_KWALLETIF | 190 | #ifdef CONFIG_KWALLETIF |
193 | if (!conf()->confGlobKwalletEmu() || | 191 | if (!conf()->confGlobKwalletEmu() || |