diff options
Diffstat (limited to 'kdeprint/marginpreview.h')
-rw-r--r-- | kdeprint/marginpreview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeprint/marginpreview.h b/kdeprint/marginpreview.h index 7722b73c7..a9d1165b7 100644 --- a/kdeprint/marginpreview.h +++ b/kdeprint/marginpreview.h @@ -54,7 +54,7 @@ protected: private: float width_, height_; float top_, bottom_, left_, right_; - QRect box_, margbox_; + TQRect box_, margbox_; float zoom_; bool nopreview_; int state_; |