From f989443912807e83607d0bb08a6ff7889632cf17 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 20 Jan 2025 19:39:12 +0900 Subject: Use tdeApp Signed-off-by: Michele Calgaro --- quanta/treeviews/projecttreeview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quanta/treeviews/projecttreeview.cpp') diff --git a/quanta/treeviews/projecttreeview.cpp b/quanta/treeviews/projecttreeview.cpp index 886bd511..1fad326c 100644 --- a/quanta/treeviews/projecttreeview.cpp +++ b/quanta/treeviews/projecttreeview.cpp @@ -179,7 +179,7 @@ ProjectTreeView::ProjectTreeView(TQWidget *parent, const char *name ) connect(this, TQ_SIGNAL(open(TQListViewItem *)), this, TQ_SLOT(slotSelectFile(TQListViewItem *))); - restoreLayout(kapp->config(), className()); + restoreLayout(tdeApp->config(), className()); // the restored size of the first column might be too large for the current content // we set it to 10 and the listview will adjust it to the size of the largest entry setColumnWidth(0, 10); -- cgit v1.2.3