diff options
Diffstat (limited to 'kdpkg-install/console.h')
-rw-r--r-- | kdpkg-install/console.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdpkg-install/console.h b/kdpkg-install/console.h index 5e54f17..fa3e8a4 100644 --- a/kdpkg-install/console.h +++ b/kdpkg-install/console.h @@ -35,7 +35,7 @@ class console : public Widget TQ_OBJECT public: - console(TQWidget *tqparent = 0L, const TQStrList &run = TQStrList(), const char *name = 0L, const TQStringList &foo = TQStringList()); + console(TQWidget *parent = 0L, const TQStrList &run = TQStrList(), const char *name = 0L, const TQStringList &foo = TQStringList()); // console ExtTerminalInterface *terminal() { |