diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 00:05:53 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 00:05:53 -0600 |
commit | de123eb5e3e3b2561b5836332456b4320ee3daf3 (patch) | |
tree | 231b2c8fd8bf4a93ad120de89704d0c774f058f7 /chalk/colorspaces | |
parent | 2b1df858bf24b199a5d3e4fc537df3e9701f8daa (diff) | |
download | koffice-de123eb5e3e3b2561b5836332456b4320ee3daf3.tar.gz koffice-de123eb5e3e3b2561b5836332456b4320ee3daf3.zip |
Fix accidental conversion of dockwin
Diffstat (limited to 'chalk/colorspaces')
-rw-r--r-- | chalk/colorspaces/wet/wet_plugin.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/colorspaces/wet/wet_plugin.cc b/chalk/colorspaces/wet/wet_plugin.cc index bc85c67f..df0666c4 100644 --- a/chalk/colorspaces/wet/wet_plugin.cc +++ b/chalk/colorspaces/wet/wet_plugin.cc @@ -23,7 +23,7 @@ #include <tqobject.h> #include <tqapplication.h> #include <tqclipboard.h> -#include <tqdoctwindow.h> +#include <tqdockwindow.h> #include <tqpoint.h> #include <tqlabel.h> #include <tqwidget.h> |