summaryrefslogtreecommitdiffstats
path: root/src/k9prefauthor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/k9prefauthor.h')
-rw-r--r--src/k9prefauthor.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/k9prefauthor.h b/src/k9prefauthor.h
index be59c40..7581bf3 100644
--- a/src/k9prefauthor.h
+++ b/src/k9prefauthor.h
@@ -14,14 +14,15 @@
#define K9PREFAUTHOR_H
#include "k9common.h"
#include "prefAuthor.h"
-#include <qfont.h>
+#include <tqfont.h>
class k9prefAuthor : public prefAuthor
{
Q_OBJECT
+ TQ_OBJECT
public:
- k9prefAuthor(QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+ k9prefAuthor(TQWidget* tqparent = 0, const char* name = 0, WFlags fl = 0 );
~k9prefAuthor();
/*$PUBLIC_FUNCTIONS$*/
void load();
@@ -31,7 +32,7 @@ public slots:
virtual void save();
protected:
/*$PROTECTED_FUNCTIONS$*/
- QFont m_font;
+ TQFont m_font;
protected slots:
/*$PROTECTED_SLOTS$*/