author | ulf69 <ulf69> | 2004-09-22 22:01:20 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-09-22 22:01:20 (UTC) |
commit | 79ac19a2cbc793ea2afa699c558b1d0e84df7068 (patch) (unidiff) | |
tree | 51a37df9086d6b0990572cbf4eb54bb0125d6f69 /microkde | |
parent | ec186283db0fda47513d16c78de5c4e2e6c49242 (diff) | |
download | kdepimpi-79ac19a2cbc793ea2afa699c558b1d0e84df7068.zip kdepimpi-79ac19a2cbc793ea2afa699c558b1d0e84df7068.tar.gz kdepimpi-79ac19a2cbc793ea2afa699c558b1d0e84df7068.tar.bz2 |
removed debugoutput
-rw-r--r-- | microkde/kutils/kcmultidialog.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/microkde/kutils/kcmultidialog.cpp b/microkde/kutils/kcmultidialog.cpp index c4ccede..248476f 100644 --- a/microkde/kutils/kcmultidialog.cpp +++ b/microkde/kutils/kcmultidialog.cpp | |||
@@ -87,8 +87,6 @@ void KCMultiDialog::accept() | |||
87 | } | 87 | } |
88 | void KCMultiDialog::slotApply() | 88 | void KCMultiDialog::slotApply() |
89 | { | 89 | { |
90 | qDebug("KCMultiDialog::slotApply clicked"); | ||
91 | |||
92 | QPtrListIterator<KCModule> it(modules); | 90 | QPtrListIterator<KCModule> it(modules); |
93 | for (; it.current(); ++it) | 91 | for (; it.current(); ++it) |
94 | (*it)->save(); | 92 | (*it)->save(); |