diff options
Diffstat (limited to 'kpackage/pkgOptions.h')
-rw-r--r-- | kpackage/pkgOptions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpackage/pkgOptions.h b/kpackage/pkgOptions.h index becbc54..12158cd 100644 --- a/kpackage/pkgOptions.h +++ b/kpackage/pkgOptions.h @@ -104,8 +104,8 @@ signals: void finished(int refresh); protected: - // The tqlayout managers - TQBoxLayout *tqlayout, *htqlayout, *vtqlayout; + // The layout managers + TQBoxLayout *layout, *hlayout, *vlayout; // Sub widgets TQPushButton *installButton; |