diff options
Diffstat (limited to 'lilo-config/kde-qt-common/general.cpp')
-rw-r--r-- | lilo-config/kde-qt-common/general.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lilo-config/kde-qt-common/general.cpp b/lilo-config/kde-qt-common/general.cpp index bdfd12f..e67dc1f 100644 --- a/lilo-config/kde-qt-common/general.cpp +++ b/lilo-config/kde-qt-common/general.cpp @@ -35,7 +35,7 @@ #include <stdlib.h> -General::General(liloconf *l, TQWidget *tqparent, const char *name):TQWidget(tqparent, name) +General::General(liloconf *l, TQWidget *parent, const char *name):TQWidget(parent, name) { lilo=l; TQVBoxLayout *tqlayout=new TQVBoxLayout(this); |