diff options
author | Michele Calgaro <[email protected]> | 2024-02-02 11:25:41 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-03 00:08:01 +0900 |
commit | 67aa6b188ef42c2162da6172856ffbd4d7789414 (patch) | |
tree | edb62b826c86a0354cd5b9501fecd7c65591961b /chalk/doc/palettedesign.txt | |
parent | cf1bb69b2973368b5ac0d7d347a7fa7b8dfa43a1 (diff) | |
download | koffice-67aa6b188ef42c2162da6172856ffbd4d7789414.tar.gz koffice-67aa6b188ef42c2162da6172856ffbd4d7789414.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 63c2fcedcd98caf7979bc4797029cbcb32433a5a)
Diffstat (limited to 'chalk/doc/palettedesign.txt')
-rw-r--r-- | chalk/doc/palettedesign.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/doc/palettedesign.txt b/chalk/doc/palettedesign.txt index 9dc2cfab..549264a7 100644 --- a/chalk/doc/palettedesign.txt +++ b/chalk/doc/palettedesign.txt @@ -2,7 +2,7 @@ Requirements * Flexible: plugins should be able to add palettes or palette tabs * Connected: palette tabs should be able to connect to the main application - using Q_SIGNALS and Q_SLOTS + using signals and slots * Configurable: palette widgets should be drag & droppable from palette to palette, and from palette to void to create a new palette. * Persistent: the palette configuration of a view should be persisted |