CVS commit by arwalker: Removed compiler warnings M +4 -1 plugineditor.ui.h 1.5 --- kdeextragear-2/kst/plugins/editor/plugineditor.ui.h #1.4:1.5 @@ -538,4 +538,7 @@ void PluginEditor::initListView() void PluginEditor::renameOccured( QListViewItem *item, int col ) { + Q_UNUSED( item ) + Q_UNUSED( col ) + setModified(true); }