diff options
Diffstat (limited to 'lib/plugin.h')
-rw-r--r-- | lib/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugin.h b/lib/plugin.h index 817d753..59322ac 100644 --- a/lib/plugin.h +++ b/lib/plugin.h @@ -69,7 +69,7 @@ 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 -* tqlayouting. If you make the widget with designer then the easiest +* 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 * seems a little foolish. |