summaryrefslogtreecommitdiffstats
path: root/lilo-config/kde-qt-common/images.h
diff options
context:
space:
mode:
Diffstat (limited to 'lilo-config/kde-qt-common/images.h')
-rw-r--r--lilo-config/kde-qt-common/images.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lilo-config/kde-qt-common/images.h b/lilo-config/kde-qt-common/images.h
index 8e8060d..898b95b 100644
--- a/lilo-config/kde-qt-common/images.h
+++ b/lilo-config/kde-qt-common/images.h
@@ -41,7 +41,7 @@ class Images:public TQWidget
Q_OBJECT
TQ_OBJECT
public:
- Images(liloconf *l=0, TQWidget *tqparent=0, const char *name=0);
+ Images(liloconf *l=0, TQWidget *parent=0, const char *name=0);
~Images();
void setCfg(liloconf *l) { lilo=l; };
void makeReadOnly();