diff options
| author | 2007-01-23 22:24:31 +0000 | |
|---|---|---|
| committer | 2007-01-23 22:24:31 +0000 | |
| commit | daf9b531b3b8b058dc07b2e818876ece1943cb76 (patch) | |
| tree | e605c2b2a174ca3ddca4f35bae9d8c66e9497dac /src/modules/objects/class_hbox.h | |
| parent | not important fix (diff) | |
| download | KVIrc-daf9b531b3b8b058dc07b2e818876ece1943cb76.tar.gz KVIrc-daf9b531b3b8b058dc07b2e818876ece1943cb76.tar.bz2 KVIrc-daf9b531b3b8b058dc07b2e818876ece1943cb76.zip | |
More Qt 4.x port
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@246 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_hbox.h')
| -rw-r--r-- | src/modules/objects/class_hbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/class_hbox.h b/src/modules/objects/class_hbox.h index 59f20cc8e..ae067b5fe 100644 --- a/src/modules/objects/class_hbox.h +++ b/src/modules/objects/class_hbox.h @@ -23,7 +23,7 @@ // #include "kvi_string.h" -#include <qhbox.h> +#include "kvi_tal_hbox.h" #include "object_macros.h" #include "class_widget.h" |
