diff options
Diffstat (limited to 'configdialog/kbfxconfigdlgthemes.ui.h')
-rw-r--r-- | configdialog/kbfxconfigdlgthemes.ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configdialog/kbfxconfigdlgthemes.ui.h b/configdialog/kbfxconfigdlgthemes.ui.h index 7689989..e960eac 100644 --- a/configdialog/kbfxconfigdlgthemes.ui.h +++ b/configdialog/kbfxconfigdlgthemes.ui.h @@ -192,7 +192,7 @@ void KbfxConfigDlgThemes::KbfxDeleteThemeClicked() if ( TQFile::exists ( KbfxThemeRcDestination + "_layoutrc" ) ) { TQFile::remove ( KbfxThemeRcDestination + "_layoutrc" ); - kdDebug() << "Deleting user's tqlayoutrc file: " + kdDebug() << "Deleting user's layoutrc file: " << KbfxThemeRcDestination + "_layoutrc" << endl; } |