diff options
Diffstat (limited to 'parts')
-rw-r--r-- | parts/documentation/indexview.cpp | 2 | ||||
-rw-r--r-- | parts/fileselector/fileselector_part.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/parts/documentation/indexview.cpp b/parts/documentation/indexview.cpp index cae33db5..3e0a3921 100644 --- a/parts/documentation/indexview.cpp +++ b/parts/documentation/indexview.cpp @@ -43,7 +43,7 @@ IndexView::IndexView(DocumentationWidget *parent, const char *name) { TQVBoxLayout *l = new TQVBoxLayout(this, 0, 0); - TQHBoxLayout *hl = new TQHBoxLayout(this, 0, 0); + TQHBoxLayout *hl = new TQHBoxLayout(0); m_edit = new KLineEdit(this); hl->addWidget(new TQLabel(m_edit, i18n("&Look for:"), this)); hl->addWidget(m_edit); diff --git a/parts/fileselector/fileselector_part.cpp b/parts/fileselector/fileselector_part.cpp index a6b4a6bb..b5f9961a 100644 --- a/parts/fileselector/fileselector_part.cpp +++ b/parts/fileselector/fileselector_part.cpp @@ -54,7 +54,7 @@ FileSelectorPart::FileSelectorPart(TQObject *parent, const char *name, const TQS m_filetree->readConfig( instance()->config(), "fileselector" ); - m_newFileAction = new TDEAction(i18n("New File..."), CTRL+ALT+SHIFT+Key_N, this, TQT_SLOT(newFile()), this); + m_newFileAction = new TDEAction(i18n("New File..."), CTRL+ALT+SHIFT+Key_N, this, TQT_SLOT(newFile()), this, "new_file"); } FileSelectorPart::~FileSelectorPart() |