From ba88338b6720eaf71a79e09bc0c9dc0df76cad5d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:57:23 -0600 Subject: [PATCH] Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit a8375f185a6fe1417de964699551476864dc1fcd. --- src/MainWidget.cpp | 4 ++-- src/VButton.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/MainWidget.cpp b/src/MainWidget.cpp index b59ba17..0005cc2 100644 --- a/src/MainWidget.cpp +++ b/src/MainWidget.cpp @@ -609,7 +609,7 @@ void MainWidget::hideEvent ( TQHideEvent * ) KConfig *cfg = 0; cfg = KApplication::kApplication()->config(); if (cfg){ - cfg->writeEntry("geometry",geometry()); + cfg->writeEntry("geometry",tqgeometry()); 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 !!! (unicode/convmap.pl) + * AUTOMATICALLY GENERATED FILE, DO NOT EDIT !!! (tqunicode/convmap.pl) */ diff --git a/src/VButton.cpp b/src/VButton.cpp index 92a54f0..b46ce28 100644 --- a/src/VButton.cpp +++ b/src/VButton.cpp @@ -87,7 +87,7 @@ void VButton::reposition(int width, int height) } void VButton::res() { - orig_size=geometry(); + orig_size=tqgeometry(); } void VButton::mousePressEvent(TQMouseEvent * e)