summaryrefslogtreecommitdiffstats
path: root/kcron/ktprint.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcron/ktprint.h')
-rw-r--r--kcron/ktprint.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kcron/ktprint.h b/kcron/ktprint.h
index da22ff3..c5351e1 100644
--- a/kcron/ktprint.h
+++ b/kcron/ktprint.h
@@ -77,17 +77,17 @@ public:
/**
* Set the font to be used
*/
- void setFont (const QFont &font);
+ void setFont (const TQFont &font);
/**
* Get the current font
*/
- QFont getFont ()const;
+ TQFont getFont ()const;
/**
* Print text
*/
- void print (const QString &str, int col =1, int alignment=KTPrint::defaultLeftMargin, bool wordWrap = true);
+ void print (const TQString &str, int col =1, int alignment=KTPrint::defaultLeftMargin, bool wordWrap = true);
/**
* Constructs the columns
@@ -165,7 +165,7 @@ private:
/**
* Pointer to a painter object
*/
- QPainter *paint;
+ TQPainter *paint;
/**
* Whether we are root or not