summaryrefslogtreecommitdiffstats
path: root/kdeprint/cups/imagepreview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdeprint/cups/imagepreview.h')
-rw-r--r--kdeprint/cups/imagepreview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeprint/cups/imagepreview.h b/kdeprint/cups/imagepreview.h
index 1967efdc2..dfbdf742d 100644
--- a/kdeprint/cups/imagepreview.h
+++ b/kdeprint/cups/imagepreview.h
@@ -32,7 +32,7 @@ public:
void setParameters(int brightness, int hue, int saturation, int gamma);
void setImage(const TQImage& image);
void setBlackAndWhite(bool on);
- TQSize minimumSizeHint() const;
+ TQSize tqminimumSizeHint() const;
private: // Private attributes
int brightness_;