summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:33:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:33:08 -0600
commita8375f185a6fe1417de964699551476864dc1fcd (patch)
treec45367ebc8cdba2d8bb84fd43694588ab480e93d
parenteab60172a956c4d3af39b79096354f5677115c45 (diff)
downloadkvkbd-a8375f18.tar.gz
kvkbd-a8375f18.zip
Rename a number of old tq methods that are no longer tq specific
-rw-r--r--src/MainWidget.cpp4
-rw-r--r--src/VButton.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/MainWidget.cpp b/src/MainWidget.cpp
index 0005cc2..b59ba17 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",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)
*/
diff --git a/src/VButton.cpp b/src/VButton.cpp
index b46ce28..92a54f0 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=tqgeometry();
+ orig_size=geometry();
}
void VButton::mousePressEvent(TQMouseEvent * e)