Rename a number of old tq methods that are no longer tq specific

pull/2/head
Timothy Pearson 13 years ago
parent eab60172a9
commit a8375f185a

@ -609,7 +609,7 @@ void MainWidget::hideEvent ( TQHideEvent * )
KConfig *cfg = 0;
cfg = KApplication::kApplication()->config();
if (cfg){
cfg->writeEntry("geometry",tqgeometry());
cfg->writeEntry("geometry",geometry());
cfg->sync();
}
}
@ -988,7 +988,7 @@ void KbdDock::mouseReleaseEvent ( TQMouseEvent *e )
*
* This software is in the public domain. Share and enjoy!
*
* AUTOMATICALLY GENERATED FILE, DO NOT EDIT !!! (tqunicode/convmap.pl)
* AUTOMATICALLY GENERATED FILE, DO NOT EDIT !!! (unicode/convmap.pl)
*/

@ -87,7 +87,7 @@ void VButton::reposition(int width, int height)
}
void VButton::res()
{
orig_size=tqgeometry();
orig_size=geometry();
}
void VButton::mousePressEvent(TQMouseEvent * e)

Loading…
Cancel
Save