diff options
Diffstat (limited to 'kbruch/src/mainqtwidget.cpp')
-rw-r--r-- | kbruch/src/mainqtwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbruch/src/mainqtwidget.cpp b/kbruch/src/mainqtwidget.cpp index 1b54e990..d44cae80 100644 --- a/kbruch/src/mainqtwidget.cpp +++ b/kbruch/src/mainqtwidget.cpp @@ -62,7 +62,7 @@ MainQtWidget::MainQtWidget() // we split the main view into 2 parts, one for the tasks, one for the // statistics - TQSplitter* splitter = new TQSplitter(Qt::Horizontal, this,TQSPLITTER_OBJECT_NAME_STRING); + TQSplitter* splitter = new TQSplitter(Qt::Horizontal, this,"TQSplitter"); setCentralWidget(splitter); // the iconlist, where the user can choose the different exercises |