summaryrefslogtreecommitdiffstats
path: root/quanta/components
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-20 19:39:12 +0900
committerMichele Calgaro <[email protected]>2025-01-20 21:02:39 +0900
commitf989443912807e83607d0bb08a6ff7889632cf17 (patch)
treed58e2ad3c6caae9e0105b30c6a80b0c2cd17c0b4 /quanta/components
parentba0eac4558cc2044486988c42039afa274a7db87 (diff)
downloadtdewebdev-master.tar.gz
tdewebdev-master.zip
Use tdeAppHEADmaster
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'quanta/components')
-rw-r--r--quanta/components/csseditor/csseditor.cpp2
-rw-r--r--quanta/components/tableeditor/tableeditor.cpp2
2 files changed, 2 insertions, 2 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));
diff --git a/quanta/components/tableeditor/tableeditor.cpp b/quanta/components/tableeditor/tableeditor.cpp
index 96c5ccf8..08fe60b1 100644
--- a/quanta/components/tableeditor/tableeditor.cpp
+++ b/quanta/components/tableeditor/tableeditor.cpp
@@ -1242,7 +1242,7 @@ void TableEditor::slotEditChildTable()
void TableEditor::slotHelpInvoked()
{
- kapp->invokeHelp("table-editor","quanta");
+ tdeApp->invokeHelp("table-editor","quanta");
}
void TableEditor::configureTable( TQTable * table )