diff options
Diffstat (limited to 'src/newui/dmainwindow.h')
-rw-r--r-- | src/newui/dmainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newui/dmainwindow.h b/src/newui/dmainwindow.h index f20cfec9..28e0340f 100644 --- a/src/newui/dmainwindow.h +++ b/src/newui/dmainwindow.h @@ -35,7 +35,7 @@ class DMainWindow: public KParts::MainWindow { Q_OBJECT TQ_OBJECT public: - DMainWindow(TQWidget *tqparent = 0, const char *name = 0); + DMainWindow(TQWidget *parent = 0, const char *name = 0); virtual ~DMainWindow(); /**@return The tool window in given @p position.*/ |