diff options
author | Timothy Pearson <[email protected]> | 2011-12-21 14:05:50 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-21 14:05:50 -0600 |
commit | 970e6dc6586a9fd7d6de11e41d1f851059bfb288 (patch) | |
tree | 96daebccabee2ef15ccf6d40621758e2e922c3c4 /lib/plugin.h | |
parent | 46d967c53bb9221c29b1d357086d600a01a97706 (diff) | |
download | kpilot-970e6dc6586a9fd7d6de11e41d1f851059bfb288.tar.gz kpilot-970e6dc6586a9fd7d6de11e41d1f851059bfb288.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'lib/plugin.h')
-rw-r--r-- | lib/plugin.h | 4 |
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. * */ |