diff options
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 16b3fe3..6cc0c55 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -100,8 +100,8 @@ /** Container */ -MainWindow::MainWindow(TQWidget *tqparent, const char *name) - : KMainWindow(tqparent, name != 0 ? name : "MainWindow"), m_settings(0), m_quit(false) +MainWindow::MainWindow(TQWidget *parent, const char *name) + : KMainWindow(parent, name != 0 ? name : "MainWindow"), m_settings(0), m_quit(false) { BasketStatusBar* bar = new BasketStatusBar(statusBar()); m_baskets = new BNPView(this, "BNPViewApp", this, actionCollection(), bar); |