From c626089f47244d0c0a9ba73bcd12f42927acb28f Mon Sep 17 00:00:00 2001 From: zautrix Date: Tue, 18 Jan 2005 23:10:44 +0000 Subject: fix --- (limited to 'microkde/kresources/configpage.cpp') diff --git a/microkde/kresources/configpage.cpp b/microkde/kresources/configpage.cpp index 533be51..011e47e 100644 --- a/microkde/kresources/configpage.cpp +++ b/microkde/kresources/configpage.cpp @@ -457,7 +457,6 @@ void ConfigPage::slotSelectionChanged() void ConfigPage::resourceAdded( Resource* resource ) { qDebug("ConfigPage::resourceAdded : %s", resource->resourceName().latin1()); - kdDebug(5650) << "ConfigPage::resourceAdded( " << resource->resourceName() << " )" << endl; ConfigViewItem *item = new ConfigViewItem( mListView, resource ); // FIXME: this sucks. This should be in the config file, @@ -472,13 +471,11 @@ void ConfigPage::resourceAdded( Resource* resource ) void ConfigPage::resourceModified( Resource* resource ) { qDebug("ConfigPage::resourceModified : %s", resource->resourceName().latin1()); - kdDebug(5650) << "ConfigPage::resourceModified( " << resource->resourceName() << " )" << endl; } void ConfigPage::resourceDeleted( Resource* resource ) { qDebug("ConfigPage::resourceDeleted : %s", resource->resourceName().latin1()); - kdDebug(5650) << "ConfigPage::resourceDeleted( " << resource->resourceName() << " )" << endl; } void ConfigPage::slotItemClicked( QListViewItem *item ) @@ -499,7 +496,7 @@ void ConfigPage::slotItemClicked( QListViewItem *item ) void ConfigPage::saveResourceSettings() { - qDebug("ConfigPage::saveResourceSettings() begin"); + //qDebug("ConfigPage::saveResourceSettings() begin"); if ( mCurrentManager ) { @@ -525,7 +522,7 @@ void ConfigPage::saveResourceSettings() KMessageBox::sorry( this, i18n( "There is no valid standard resource!
Please select one which is neither read-only nor inactive." ) ); } - qDebug("ConfigPage::saveResourceSettings() end"); + //qDebug("ConfigPage::saveResourceSettings() end"); } -- cgit v0.9.0.2