diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-20 19:39:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-20 21:02:39 +0900 |
commit | f989443912807e83607d0bb08a6ff7889632cf17 (patch) | |
tree | d58e2ad3c6caae9e0105b30c6a80b0c2cd17c0b4 /quanta/components/csseditor/csseditor.cpp | |
parent | ba0eac4558cc2044486988c42039afa274a7db87 (diff) | |
download | tdewebdev-f989443912807e83607d0bb08a6ff7889632cf17.tar.gz tdewebdev-f989443912807e83607d0bb08a6ff7889632cf17.zip |
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'quanta/components/csseditor/csseditor.cpp')
-rw-r--r-- | quanta/components/csseditor/csseditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |