Skip to content
  • Robert Knight's avatar
    · 46cfc108
    Robert Knight authored
    * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 
      which part of the code the message came from and allows filtering of output
      using kdebugdialog
    * Remove explicit creation of singleton classes SessionManager,ColorSchemeManager and
      KeyboardTranslatorManager and automate it with K_GLOBAL_STATIC.
      This ensures that the singleton destructors are called appropriately by KPart clients
      when they unload the libkonsolepart library.
    
    
    svn path=/trunk/KDE/kdebase/apps/konsole/; revision=754334
    46cfc108