Rename incorrect instances of tqrepaint[...] to repaint[...]

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/krename@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent ce0c60d7b9
commit fb6f03ff75

@ -456,7 +456,7 @@ ProfileDlg::ProfileDlg(KRenameImpl* krename, TQWidget *tqparent, const char *nam
}
}
profiles->tqrepaintContents();
profiles->repaintContents();
}
@ -494,7 +494,7 @@ void ProfileDlg::slotSetDefault()
if( item )
item->setDefault( checkDefault->isChecked() );
profiles->tqrepaintContents();
profiles->repaintContents();
}
void ProfileDlg::slotLoadProfile()

Loading…
Cancel
Save