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/components/csseditor/csseditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quanta/components/csseditor/csseditor.cpp') diff --git a/quanta/components/csseditor/csseditor.cpp b/quanta/components/csseditor/csseditor.cpp index 34ea4a23..47379268 100644 --- a/quanta/components/csseditor/csseditor.cpp +++ b/quanta/components/csseditor/csseditor.cpp @@ -183,7 +183,7 @@ void CSSEditor::hidePreviewer(){ void CSSEditor::initialize(){ - m_config = kapp->config(); + m_config = tdeApp->config(); connect(pbOk, TQ_SIGNAL(clicked()), this, TQ_SLOT(toggleShortendForm())); m_config->setGroup("CSSEditor Options"); SHckb->setChecked(m_config->readBoolEntry("Shorthand form enabled",false)); -- cgit v1.2.3