Whole code base: various cleanups, removed SINGLE_SOURCE_COMPILE relicts

* cleaned up code and improved coding style
* removed old SINGLE_SOURCE_COMPILE macro relicts
* use QString::toUtf8() instead of QString::toAscii() wherever possible

(cherry picked from commit 0bb54199b0)
This commit is contained in:
Tobias Doerffel
2009-08-04 12:32:36 +02:00
parent f969b7d892
commit edf2d4d104
108 changed files with 99 additions and 380 deletions

View File

@@ -1,5 +1,3 @@
#ifndef SINGLE_SOURCE_COMPILE
/*
* plugin_browser.cpp - implementation of the plugin-browser
*
@@ -225,4 +223,3 @@ void pluginDescWidget::updateHeight( void )
#include "moc_plugin_browser.cxx"
#endif