diff options
Diffstat (limited to 'krita/doc/palettedesign.txt')
-rw-r--r-- | krita/doc/palettedesign.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krita/doc/palettedesign.txt b/krita/doc/palettedesign.txt index 549264a7..9dc2cfab 100644 --- a/krita/doc/palettedesign.txt +++ b/krita/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 signals and slots + using Q_SIGNALS and Q_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 |