diff options
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 |