summaryrefslogtreecommitdiffstats
path: root/lib/plugin.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-15 15:32:24 -0600
committerTimothy Pearson <[email protected]>2011-12-15 15:32:24 -0600
commit631a19d8c5c5f69dc0d941c1997806fb422c79a6 (patch)
tree48a1a5d40ca2aa276b04f95398d9fba3fd9d7d8a /lib/plugin.h
parent87cd441352f3f2f1b2279bb47ebbb54ced81194f (diff)
downloadkpilot-631a19d8c5c5f69dc0d941c1997806fb422c79a6.tar.gz
kpilot-631a19d8c5c5f69dc0d941c1997806fb422c79a6.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'lib/plugin.h')
-rw-r--r--lib/plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugin.h b/lib/plugin.h
index b4eb59f..f1dbec8 100644
--- a/lib/plugin.h
+++ b/lib/plugin.h
@@ -70,8 +70,8 @@ namespace Pilot
* NB. The reason that this is a TQObject which needs to create a
* separate widget - instead of a TQWidget subclass - has to do with
* layouting. If you make the widget with designer then the easiest
-* thing to do is to use a grid tqlayout there. Making ConduitConfigBase
-* a TQWidget subclass would require an additional tqlayout here, which
+* thing to do is to use a grid layout there. Making ConduitConfigBase
+* a TQWidget subclass would require an additional layout here, which
* seems a little foolish.
*
*/