summaryrefslogtreecommitdiffstats
path: root/kivio/NOTES
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-26 11:50:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-28 11:41:17 +0900
commit7cec1c0edd5e9103470f05af4e8403c3ace08780 (patch)
treed7058008da5066e2b9c232c7d5b7e7e33294df35 /kivio/NOTES
parentc5457738148661c46793712f2b3bfdf86654e298 (diff)
downloadkoffice-r14.1.1.tar.gz
koffice-r14.1.1.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 49e49d1876484adcc6c4f264b44b7f4cee28acc2)
Diffstat (limited to 'kivio/NOTES')
-rw-r--r--kivio/NOTES4
1 files changed, 2 insertions, 2 deletions
diff --git a/kivio/NOTES b/kivio/NOTES
index e6349c336..d2fe4e6bf 100644
--- a/kivio/NOTES
+++ b/kivio/NOTES
@@ -23,12 +23,12 @@ Here are the steps the code does:
a DragBarButton.
DragBarButton emits a closeRequired( DragBarButton * ) signal,
KivioStackBar catches it with slotDeleteButton( DragBarButton * ),
- KivioStackBar then emits deleteButton(DragBarButton *, QWidget *, KivioStackBar *),
+ KivioStackBar then emits deleteButton(DragBarButton *, TQWidget *, KivioStackBar *),
KivioDocument then catches this with slotDeleteStencilSet( signature ) and
iterates through all stencils on all pages of the document making sure it
is ok to delete this stencil set. If it is, it removes the stencil (spawner) set
with a call to removeSpawnerSet( ... ) and emits the signal
- sig_deleteStencilSet( DragBarButton *, QWidget *, KivioStackBar * )
+ sig_deleteStencilSet( DragBarButton *, TQWidget *, KivioStackBar * )
StencilBarDockManager catches this with slotDeleteStencilSet( .... ) and tells the
KivioStackBar object to delete the passed DragBarButton and widget associated with
it. It then checks if any pages are visible on the KivioStackBar object. If