diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
commit | e496df8f5591fcd687776f2444c5d15c990cf097 (patch) | |
tree | bacb860d03e31119cd063bf464e7e3bed7305480 /configdialog/kbfxconfigdlgthemes.ui.h | |
parent | 1b1434087ce89c423991391aaa13036869c7444d (diff) | |
download | kbfx-e496df8f5591fcd687776f2444c5d15c990cf097.tar.gz kbfx-e496df8f5591fcd687776f2444c5d15c990cf097.zip |
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...]
tqinvalidate[...]
tqparent[...]
tqmask[...]
tqlayout[...]
tqalignment[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kbfx@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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; } |